forked from aframevr/a-painter
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
66 lines (66 loc) · 2.14 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "up-there-webvr",
"version": "0.6.0",
"description": "Up There - A 3D planetarium for WebVR by charliehoey.com",
"scripts": {
"build": "cross-env NODE_ENV=production webpack; gzip -fk build.js;",
"start": "webpack-dev-server",
"docs": "docco src/**/*.js",
"panel": "webpack-dev-server --config panel.webpack.config.js",
"lint": "semistandard -v | snazzy",
"deploy": "npm run docs; npm run build; ./deploy.sh"
},
"repository": "flimshaw/up-there-webvr",
"license": "MIT",
"semistandard": {
"ignore": [
"**/vendor/**"
]
},
"devDependencies": {
"aframe-fps-look-component": "git+https://github.com/flimshaw/aframe-fps-look-component.git",
"aframe-gamepad-controls": "^0.5.0",
"aframe-mouse-cursor-component": "^0.4.1",
"babili-webpack-plugin": "0.0.11",
"cross-env": "^2.0.1",
"css-loader": "^0.28.0",
"docco": "^0.7.0",
"ejs-loader": "^0.3.0",
"node-sass": "^4.5.2",
"sass-loader": "^6.0.3",
"snazzy": "^4.0.1",
"style-loader": "^0.16.1",
"underscore": "^1.8.3",
"webpack": "^2.2.1",
"webpack-closure-compiler": "^2.1.4",
"webpack-dev-server": "^2.4.5"
},
"dependencies": {
"aframe": "^0.5.0",
"aframe-animation-component": "^3.2.5",
"aframe-auto-detect-controllers-component": "^0.1.4",
"aframe-event-set-component": "^3.0.2",
"aframe-extras": "^3.3.4",
"aframe-gearvr-controls-component": "^0.1.6",
"aframe-html-shader": "git+https://github.com/flimshaw/aframe-html-shader.git",
"aframe-layout-component": "^4.0.2",
"aframe-lod": "git+https://github.com/flimshaw/aframe-lod.git",
"aframe-look-at-component": "^0.2.0",
"aframe-redux-component": "^3.0.2",
"aframe-stats-in-vr-component": "^0.1.7",
"csv": "^1.1.1",
"csv-string": "^2.3.2",
"cubic-bezier": "^0.1.2",
"debounce": "^1.0.0",
"extract-text-webpack-plugin": "^2.0.0",
"fast-csv": "^2.4.0",
"glsl-colormap": "^1.0.1",
"glsl-noise": "0.0.0",
"glsl-scale-log": "^1.0.0",
"glslify": "^6.0.1",
"glslify-loader": "^1.0.2",
"raw-loader": "^0.5.1",
"tiny-csv": "^3.0.0",
"whatwg-fetch": "^2.0.3"
}
}