-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
38 lines (38 loc) · 1.03 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
{
"name": "anu-demo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack && node devServer.js",
"build": "set NODE_ENV=production&&webpack --config webpack.config.prod.js --progress --profile"
},
"author": "LevanDu",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.4",
"es3ify-loader": "^0.2.0",
"eventsource-polyfill": "^0.9.6",
"express": "^4.15.3",
"html-webpack-plugin": "^2.28.0",
"html-withimg-loader": "^0.1.16",
"style-loader": "0.14.1",
"transfer-webpack-plugin": "^0.1.4",
"url-loader": "^0.5.9",
"webpack": "1.15.0",
"webpack-dev-middleware": "1.11.0",
"webpack-hot-middleware": "2.1.0"
},
"dependencies": {
"anu": "^0.1.0",
"anujs": "^1.0.7",
"console-polyfill": "^0.3.0",
"html5shiv": "^3.7.3",
"react-router": "^2.8.1",
"react-router-dom": "^4.1.2"
}
}