-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 782 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 782 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
{
"name": "creative-boilerplate",
"version": "0.2.0",
"config": {
"port": "3000"
},
"scripts": {
"start": "webpack --progress --colors --watch",
"https": "webpack-dev-server --port $npm_package_config_port --https",
"build": "webpack -p"
},
"dependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"css-loader": "^0.26.2",
"extract-text-webpack-plugin": "^2.0.0-beta.5",
"node-sass": "^4.5.0",
"normalize-wheel": "^1.0.1",
"raw-loader": "^0.5.1",
"sass-loader": "^6.0.2",
"spotify-web-api-js": "^0.22.0",
"style-loader": "^0.13.2",
"three": "^0.85.2",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1"
},
"paths": {},
"devDependencies": {}
}