-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.07 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
45
46
{
"name": "react-node-es6",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "test"
},
"babel": {
"presets": [
"es2015-node5"
]
},
"scripts": {
"start": "babel-node index.js",
"build": " webpack --config config/webpack.config.js",
"watch": "webpack-dev-server --config config/webpack.config.js --hot --inline --progress"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-cli": "^6.11.4",
"babel-core": "^6.11.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-node5": "^1.2.0",
"babel-preset-react": "^6.11.1",
"co-views": "^2.1.0",
"css-loader": "^0.23.1",
"koa": "^1.2.1",
"koa-logger": "^1.3.0",
"koa-route": "^2.4.2",
"koa-static": "^2.0.0",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"react": "^15.2.1",
"react-dom": "^15.2.1",
"style-loader": "^0.13.1",
"swig": "^1.4.2",
"webpack": "^1.13.1"
},
"devDependencies": {
"react": "^15.2.1",
"react-dom": "^15.2.1"
}
}