-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 938 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
33
34
{
"name": "webpack",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --hot --inline",
"test": "webpack-dev-server --config webpack.test.config.js",
"build": "webpack --progress --profile --colors --config webpack.production.config.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.1.21",
"babel-loader": "^6.1.0",
"babel-preset-es2015": "^6.1.18",
"css-loader": "^0.22.0",
"file-loader": "^0.8.4",
"html-webpack-plugin": "^1.6.2",
"imports-loader": "^0.6.5",
"jquery": "^2.1.4",
"jshint": "^2.8.0",
"jshint-loader": "^0.8.3",
"mocha": "^2.3.4",
"mocha-loader": "^0.7.1",
"moment": "^2.10.6",
"node-sass": "^3.4.2",
"sass-loader": "^3.1.1",
"style-loader": "^0.13.0",
"url-loader": "^0.5.6",
"webpack": "^1.12.4",
"webpack-dev-server": "^1.12.1"
}
}