-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 867 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
{
"name": "webpack-demo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --inline",
"build": "webpack --progress --profile --colors --config webpack.production.config.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.25.0",
"babel-loader": "^6.1.0",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.28.4",
"file-loader": "^0.11.2",
"html-webpack-plugin": "^2.22.0",
"imports-loader": "^0.7.1",
"jquery": "^3.2.1",
"jshint": "^2.9.5",
"jshint-loader": "^0.8.4",
"moment": "^2.18.1",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9",
"webpack": "^2.2.0",
"webpack-dev-server": "^2.5.0"
},
"dependencies": {}
}