-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.21 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
{
"name": "new-spiral",
"version": "0.0.2",
"description": "WebVR spiral for the future",
"homepage": "https://github.com/nemurimasu/new-spiral/",
"bugs": {
"url": "https://github.com/nemurimasu/new-spiral/issues"
},
"scripts": {
"build": "webpack --config webpack.prod.js -p --progress",
"build:dist": "webpack --config webpack.prod.js -p --progress",
"build:dev": "webpack --config webpack.dev.js -d --progress",
"start": "webpack-dev-server --config webpack.dev.js -d --open",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Nemurimasu Neiro <nemurimasu@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nemurimasu/new-spiral.git"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"glslify-loader": "^1.0.2",
"html-webpack-plugin": "^3.2.0",
"raw-loader": "^0.5.1",
"webpack": "^4.9.1",
"webpack-cli": "^2.1.4",
"webpack-dev-server": "^3.1.4",
"webpack-merge": "^4.1.2"
},
"dependencies": {
"gl-mat4": "^1.2.0",
"regl": "^1.3.5",
"regl-vr": "^1.0.1",
"webvr-polyfill": "^0.10.4"
}
}