-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.17 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "my-flux-app",
"version": "0.1.0",
"description": "My Flux App: ...",
"author": "",
"license": "MIT",
"devDependencies": {
"babel-preset-es2015": "^6.1.18",
"babelify": "^6.1.2",
"browserify": "^12.0.1",
"eslint": "^1.10.2",
"flux": "^2.1.1",
"gulp": "^3.8.7",
"gulp-connect": "^2.2.0",
"gulp-eslint": "^1.1.1",
"gulp-notify": "^2.2.0",
"gulp-sass": "^2.1.0",
"gulp-util": "^3.0.7",
"history": "^1.13.1",
"object-assign": "^4.0.1",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-router": "^1.0.2",
"reactify": "^1.1.1",
"require-dir": "^0.3.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.6.1"
},
"scripts": {
"dev": "gulp --type dev",
"start": "gulp",
"build": "gulp build"
},
"jest": {
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
"testFileExtensions": [
"es6",
"js"
],
"moduleFileExtensions": [
"js",
"json",
"es6"
]
},
"dependencies": {
"bootstrap-sass": "^3.3.6",
"react-bootstrap": "^0.28.1",
"react-tinymce": "^0.4.0",
"tinymce": "^4.3.2"
}
}