-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.55 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.55 KB
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
{
"name": "react-vr-instagram",
"version": "0.0.1",
"scripts": {
"start-vr": "node -e \"console.log('open browser at http:/localhost:8081/vr/\\n\\n');\" && node node_modules/react-native/local-cli/cli.js start",
"start-backend": "node server.js",
"start": "npm-run-all -p start-vr start-backend",
"bundle": "node node_modules/react-vr/scripts/bundle.js",
"open": "node -e \"require('xopen')('http://localhost:8081/vr/')\"",
"test": "jest"
},
"dependencies": {
"connected-react-router": "^4.1.0",
"cors": "^2.8.3",
"eslint-config-motley": "^6.1.0",
"express": "^4.15.2",
"history": "^4.6.1",
"node-fetch": "^1.6.3",
"npm-run-all": "^4.0.2",
"ovrui": "~1.0.0",
"prop-types": "^15.5.8",
"ramda": "^0.23.0",
"react": "~15.4.1",
"react-native": "~0.42.0",
"react-redux": "^5.0.4",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"react-router-native": "^4.1.1",
"react-router-redux": "^4.0.8",
"react-vr": "~1.0.0",
"react-vr-web": "~1.0.0",
"redux": "^3.6.0",
"redux-devtools-extension": "^2.13.0",
"redux-thunk": "^2.2.0",
"three": "^0.80.1"
},
"devDependencies": {
"babel-jest": "^19.0.0",
"babel-preset-react-native": "^1.9.1",
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2 || ^4.0.0",
"eslint-plugin-react": "^6.9.0",
"jest": "^19.0.2",
"react-test-renderer": "~15.4.1",
"xopen": "1.0.0"
},
"jest": {
"preset": "react-vr"
}
}