-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1.04 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
{
"scripts": {
"start": "./node_modules/webpack-dev-server/bin/webpack-dev-server.js",
"build": "rimraf dist && cross-env NODE_ENV=production webpack --config ./webpack.production.babel.js --progress --display-modules --display-reasons --display-chunks --profile --json >> stats.json --colors"
},
"devDependencies": {
"autoprefixer": "^6.5.4",
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"bitbar-webpack-progress-plugin": "^0.1.3",
"cross-env": "^3.1.3",
"css-loader": "^0.26.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.24.1",
"ng-annotate-loader": "^0.2.0",
"node-sass": "^4.0.0",
"postcss-loader": "^1.2.1",
"rimraf": "^2.5.4",
"sass-loader": "^4.1.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2",
"webpack-shell-plugin": "^0.5.0"
},
"dependencies": {}
}