-
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) · 821 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 821 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": "mixer-webpack-plugin-example",
"version": "0.1.0",
"description": "Static pages by html-webpack-plugin & extract-text-webpack-plugin",
"scripts": {
"build": "webpack",
"rebuild": "npm run clean && npm run build",
"clean": "rimraf dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=4.3.0 <5.0.0 || >=5.10"
},
"devDependencies": {
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.22.0",
"css-loader": "^0.26.1",
"extract-text-webpack-plugin": "^2.0.0-beta.5",
"html-webpack-plugin": "^2.28.0",
"mixer-webpack-plugin": "^0.1.2",
"pug": "^2.0.0-beta11",
"pug-loader": "^2.3.0",
"rimraf": "^2.5.4",
"style-loader": "^0.13.1",
"webpack": "^2.2.0"
}
}