-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 987 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
34
{
"name": "vrWorkplace",
"version": "0.0.1",
"private": true,
"homepage": "https://graysonhicks.github.io/vrWorkplace",
"scripts": {
"start": "node -e \"console.log('open browser at http:/localhost:8081/vr/\\n\\n');\" && node node_modules/react-native/local-cli/cli.js start",
"bundle": "node node_modules/react-vr/scripts/bundle.js",
"open": "node -e \"require('xopen')('http://localhost:8081/vr/')\"",
"deploy": "gh-pages -d vr/build",
"test": "jest"
},
"dependencies": {
"font-awesome": "^4.7.0",
"ovrui": "~1.0.0",
"react": "~15.4.1",
"react-fontawesome": "^1.6.1",
"react-native": "~0.42.0",
"react-vr": "~1.0.0",
"react-vr-web": "~1.0.0",
"three": "^0.80.1"
},
"devDependencies": {
"babel-jest": "^19.0.0",
"babel-preset-react-native": "^1.9.1",
"gh-pages": "^0.12.0",
"jest": "^19.0.2",
"react-test-renderer": "~15.4.1",
"xopen": "1.0.0"
},
"jest": {
"preset": "react-vr"
}
}