-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.1 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.1 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
{
"name": "fluxdemo",
"version": "0.1.0",
"description": "fluxDemo: test",
"author": "",
"license": "MIT",
"devDependencies": {
"babel-core": "^5.1.8",
"babel-loader": "^5.0.0",
"babelify": "^5.0.4",
"browserify": "^9.0.3",
"css-loader": "^0.10.1",
"del": "^1.1.1",
"extract-text-webpack-plugin": "^0.5.0",
"freemarker.js": "^1.2.1",
"gulp": "^3.8.7",
"gulp-connect": "^2.2.0",
"gulp-stylus": "*",
"gulp-util": "^3.0.4",
"jsx-loader": "^0.13.1",
"reactify": "^1.1.0",
"require-dir": "^0.3.0",
"style-loader": "^0.10.1",
"underscore": "^1.8.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.0.0",
"webpack": "^1.8.4"
},
"scripts": {
"start": "gulp",
"build": "gulp build"
},
"jest": {
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
"testFileExtensions": [
"es6",
"js"
],
"moduleFileExtensions": [
"js",
"json",
"es6"
]
},
"dependencies": {
"flux": "^2.0.1",
"object-assign": "^2.0.0",
"react": "^0.13.1"
}
}