-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 755 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 755 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
{
"name": "test",
"version": "0.1.0",
"scripts": {
"start": "hs build",
"build": "webpack -p",
"production": "NODE_ENV=production webpack -p",
"devs": "webpack-dev-server --content-base ./ --history-api-fallback --hot --inline --display-cached --devtool eval"
},
"devDependencies": {
"html-webpack-plugin": "^2.17.0",
"webpack-stats-plugin": "^0.1.1"
},
"dependencies": {
"config": "^1.20.1",
"css-loader": "^0.23.1",
"file-loader": "^0.8.5",
"less": "^2.6.0",
"less-loader": "^2.2.2",
"raw-loader": "^0.5.1",
"style-loader": "^0.13.0",
"ts-loader": "^0.8.0",
"typescript": "^1.7.5",
"url-loader": "^0.5.7",
"webpack": "^1.12.13",
"webpack-dev-server": "^1.14.1"
}
}