-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 725 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 725 Bytes
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
{
"name": "react-webpack",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --devtool eval --progress --colors --content-base build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-core": "^5.8.22",
"babel-loader": "^5.3.2",
"bootstrap": "^3.3.5",
"css-loader": "^0.16.0",
"file-loader": "^0.8.4",
"json-loader": "^0.5.2",
"jsx-loader": "^0.13.2",
"react": "^0.13.3",
"style-loader": "^0.12.3",
"superagent": "^1.3.0",
"webpack": "^1.9.11",
"webpack-dev-server": "^1.9.0"
},
"devDependencies": {
"css-loader": "^0.16.0"
}
}