forked from ReactVision/viro
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 866 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
35
36
37
38
{
"name": "@pacprod/react-viro",
"main": "index.js",
"version": "2.20.0",
"license": "MIT",
"repository": "[email protected]:PacProd/viro.git",
"description": "Fork of Viro complaint with new Apple conditions. Removes UIWebView",
"scripts": {
"start": "echo 'I dont think you meant to run npm start here.'",
"test": "jest"
},
"jest": {
"preset": "react-native"
},
"peerDependencies": {
"react": "^16.13.1",
"react-native": "^0.63.4"
},
"files": [
"components",
"android/react_viro",
"android/viro_renderer",
"android/gvr_common",
"android/arcore_client",
"ios/dist",
"ios/ViroReact.podspec",
"bin",
"LICENSE"
],
"dependencies": {
"create-react-class": "^15.7.0",
"prop-types": "^15.5.10"
},
"devDependencies": {
"react": "16.13.1",
"react-native": "0.63.4"
}
}