-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
58 lines (58 loc) · 1.78 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
{
"name": "k8s-vr",
"version": "1.0.0",
"description": "Kubernetes in VR",
"main": "index.js",
"scripts": {
"serve": "webpack-dev-server --content-base src --progress --watch --history-api-fallback --inline --hot --host 0.0.0.0 --port 9002"
},
"peerDependencies": {
"aframe": "^0.3.2"
},
"author": "Ryan vanniekerk",
"license": "ISC",
"dependencies": {
"aframe-bmfont-text-component": "^0.1.4",
"babel-polyfill": "^6.16.0",
"body-parser": "^1.15.2",
"express": "^4.14.0",
"kubernetes-client": "^2.2.2",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"request": "^2.76.0",
"socket.io": "^1.5.1",
"socket.io-client": "^1.5.1"
},
"devDependencies": {
"aframe": "github:aframevr/aframe",
"aframe-animation-component": "^3.0.4",
"aframe-event-set-component": "^3.0.1",
"aframe-extras": "^2.6.0",
"aframe-fit-texture-component": "^0.1.8",
"aframe-gif-shader": "^0.2.0",
"aframe-layout-component": "^3.0.1",
"aframe-look-at-component": "^0.1.2",
"aframe-particle-system-component": "^1.0.5",
"aframe-physics-system": "^1.0.3",
"aframe-react": "^3.4.0",
"aframe-selectable-component": "^1.6.0",
"aframe-teleport-controls": "^0.1.0",
"aframe-text-component": "^0.3.0",
"aframe-ui-modal-component": "^1.0.0",
"aframe-vive-cursor-component": "^0.1.1",
"babel-cli": "^6.18.0",
"babel-core": "^6.18.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"css-loader": "^0.25.0",
"file-loader": "^0.9.0",
"json-loader": "^0.5.4",
"style-loader": "^0.13.1",
"three-text2d": "^0.3.0",
"url-loader": "^0.5.7",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.2"
}
}