-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.05 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
{
"name": "pro",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --debug --hot --devtool eval-source-map --output-pathinfo --watch --colors --inline --content-base public --port 8006 --host 192.168.1.101"
},
"author": "NPO",
"license": "ISC",
"dependencies": {
"classnames": "^2.2.5",
"events": "^1.1.1",
"flux": "^3.1.0",
"googleapis": "^14.2.0",
"jquery": "*",
"keymirror": "^0.1.1",
"less": "^2.7.1",
"material-ui": "^0.16.4",
"moment": "^2.17.0",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-router": "^3.0.0",
"react-tap-event-plugin": "^2.0.1"
},
"devDependencies": {
"autoprefixer-loader": "*",
"babel": "5.x",
"babel-loader": "5.*",
"css-loader": "^0.22.0",
"less-loader": "*",
"file-loader": "^0.8.5",
"json-loader": "^0.5.4",
"react-hot-loader": "^1.3.0",
"style-loader": "^0.13.0",
"url-loader": "^0.5.6",
"webpack": "*"
}
}