-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 869 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 869 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
30
31
32
33
34
35
{
"name": "webpack-boilerplate",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"webpack": "webpack --watch"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"css-loader": "^0.19.0",
"express": "^4.13.4",
"history": "^1.17.0",
"html-loader": "^0.3.0",
"react": "^0.14.6",
"react-dom": "^0.14.6",
"react-router": "^1.0.3",
"style-loader": "^0.12.4"
},
"devDependencies": {
"classnames": "^2.2.3",
"extract-text-webpack-plugin": "^1.0.1",
"html-webpack-plugin": "^2.9.0",
"html-webpack-template": "^4.0.0",
"less": "^2.6.0",
"less-loader": "^2.2.2",
"sass-loader": "^3.1.2",
"webpack": "^1.12.14"
}
}