-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.53 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
{
"name": "whs-guide",
"version": "0.0.1",
"description": "Boilerplate for whitestorm app",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "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",
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"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-register": "^6.22.0",
"browser-sync": "^2.18.8",
"browser-sync-webpack-plugin": "^1.1.4",
"glsl-noise": "0.0.0",
"glslify": "^6.0.1",
"glslify-loader": "^1.0.2",
"raw-loader": "^0.5.1",
"three": "^0.84.0",
"uglifyjs-webpack-plugin": "^0.4.0",
"webpack": "^2.3.2",
"webpack-dev-server": "^2.4.2"
},
"dependencies": {
"whs": "^2.0.0-beta.8"
}
}