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