-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
33 lines (33 loc) · 893 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": "hello_react_360",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-360/scripts/packager.js",
"bundle": "node node_modules/react-360/scripts/bundle.js && sh scripts/copy-assets.sh",
"open": "node -e \"require('xopen')('http://localhost:8081/index.html')\"",
"devtools": "react-devtools",
"test": "jest",
"deploy": "node scripts/deploy.js"
},
"dependencies": {
"prop-types": "^15.7.2",
"react": "16.3.2",
"react-360": "~1.1.0",
"react-360-web": "~1.1.0",
"react-native": "~0.55.4",
"three": "^0.87.0"
},
"devDependencies": {
"babel-jest": "^19.0.0",
"babel-preset-react-native": "^1.9.1",
"gh-pages": "^2.0.1",
"jest": "^19.0.2",
"react-devtools": "^2.5.2",
"react-test-renderer": "16.0.0",
"xopen": "1.0.0"
},
"jest": {
"preset": "react-360"
}
}