forked from mustafasaifee42/VR-Viz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 883 Bytes
/
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
{
"name": "vr-viz",
"version": "0.1.0",
"private": true,
"dependencies": {
"aframe": "^0.8.2",
"aframe-curve-component": "^0.1.3",
"aframe-event-set-component": "^4.1.1",
"aframe-faceset-component": "^0.4.1",
"aframe-meshline-component": "^0.2.1",
"aframe-teleport-controls": "^0.3.1",
"d3": "^5.1.0",
"d3-geo-projection": "^2.4.0",
"d3-request": "^1.0.6",
"moment": "^2.22.1",
"ngraph.forcelayout3d": "0.0.16",
"ngraph.graph": "0.0.14",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-scripts": "1.1.4",
"super-hands": "^2.1.0",
"topojson": "^3.0.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"aframe-mouse-cursor-component": "^0.5.2"
}
}