-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 850 Bytes
/
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
{
"name": "app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --progress --content-base app"
},
"author": "",
"license": "ISC",
"devDependencies": {
"amazeui": "^2.6.2",
"amazeui-react": "^1.1.1",
"babel-core": "^6.8.0",
"babel-loader": "^6.2.4",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"flux": "^2.1.1",
"jquery": "^2.2.4",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"object-assign": "^4.1.0",
"open-browser-webpack-plugin": "0.0.2",
"path": "^0.12.7",
"react": "^15.0.2",
"react-dom": "^15.0.2",
"react-router": "^2.4.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1"
}
}