-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 825 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 825 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
29
{
"name": "creative-boilerplate",
"version": "0.2.0",
"scripts": {
"start": "NODE_ENV=developement webpack-dev-server",
"build": "cp ./src/*.html ./build/ & cp -R ./src/assets ./build/ & webpack -p"
},
"dependencies": {},
"paths": {},
"devDependencies": {
"autoprefixer-stylus": "^0.14.0",
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-env": "^1.6.0",
"css-loader": "^0.26.2",
"extract-text-webpack-plugin": "^2.0.0-beta.5",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.5.0",
"postcss-loader": "^2.0.6",
"raw-loader": "^0.5.1",
"sass-loader": "^6.0.2",
"style-loader": "^0.13.2",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"webpack": "^3.0.0",
"webpack-dev-server": "^2.4.1"
}
}