-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
50 lines (50 loc) · 1.63 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "whitestorm-app-boilerplate",
"version": "0.1.0",
"description": "Boilerplate for whitestorm app",
"main": "index.js",
"scripts": {
"test": "echo \"No test specified\" && exit 0",
"build": "cross-env NODE_ENV=production webpack",
"start": "webpack-dev-server",
"deploy": "surge --project ./ --domain whs-boilerplate-app.surge.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WhitestormJS/whitestorm-app-boilerplate.git"
},
"author": "Alexander Buzin",
"license": "MIT",
"bugs": {
"url": "https://github.com/WhitestormJS/whitestorm-app-boilerplate/issues"
},
"homepage": "https://github.com/WhitestormJS/whitestorm-app-boilerplate#readme",
"dependencies": {
"whs": "2.1.2",
"present": "^1.0.0"
},
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-loader": "^7.1.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-class-properties": "^6.22.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-es2015-native-modules": "^6.9.4",
"babel-preset-stage-1": "^6.24.1",
"babel-register": "^6.22.0",
"compression-webpack-plugin": "^0.4.0",
"cross-env": "^5.0.1",
"glsl-noise": "0.0.0",
"glslify": "^6.0.1",
"glslify-loader": "^1.0.2",
"html-webpack-plugin": "^2.29.0",
"raw-loader": "^0.5.1",
"uglifyjs-webpack-plugin": "^0.4.0",
"webpack": "^3.0.0",
"webpack-dev-server": "^2.5.0"
}
}