-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1 KB
/
package.json
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
{
"name": "zeronet-react",
"version": "0.1.0",
"main": "server.js",
"scripts": {
"start": "gulp"
},
"author": "Lola <[email protected]>",
"license": "WTFPL",
"dependencies": {
"mobx": "^2.4.2",
"mobx-react": "^3.5.4",
"react": "0.14.7",
"react-dom": "0.14.7",
"react-resolver": "^3.0.3",
"react-router": "2.0.0",
"zeroframe": "^1.0.0"
},
"devDependencies": {
"babel-cli": "^6.5.1",
"babel-core": "^6.5.2",
"babel-loader": "^6.2.4",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-nodemon": "^2.0.6",
"gulp-rename": "^1.2.2",
"json-loader": "^0.5.4",
"redux-devtools": "^3.3.1",
"webpack": "^1.12.14",
"webpack-stream": "^3.1.0"
},
"standard": {
"parser": "babel-eslint",
"ignore": [
"public/",
"gulpfile.js",
"webpack.config.js"
]
}
}