-
Notifications
You must be signed in to change notification settings - Fork 164
/
package.json
78 lines (78 loc) · 2.06 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "@reactvision/react-viro",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"version": "2.41.6",
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/ReactVision/viro.git"
},
"description": "Maintained version of react-viro",
"scripts": {
"start": "echo 'I dont think you meant to run npm start here.'",
"test": "jest",
"tsc": "tsc",
"prebuild": "node -p \"'export const VIRO_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'\" > components/Utilities/ViroVersion.ts",
"build": "tsc && npm run copy-files",
"bundle": "./prepare_release.sh",
"copy-files": "cp -r ./components/Resources/ ./dist/components/Resources/",
"clean": "rm -rf ./dist/ *.tgz node_modules/",
"release": "release-it",
"after:release": "./prepare_release.sh"
},
"peerDependencies": {
"expo": ">=47.0.0",
"react-native": "*"
},
"peerDependenciesMeta": {
"expo": {
"optional": true
}
},
"files": [
"index.d.ts",
"index.js",
"index.ts",
"components",
"dist",
"app.plugin.js",
"android/react_viro",
"android/viro_renderer",
"android/gvr_common",
"android/arcore_client",
"ios/dist",
"ios/ViroReact.podspec",
"bin",
"LICENSE"
],
"dependencies": {
"@expo/config-plugins": "^7.2.5",
"react": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@babel/preset-typescript": "^7.23.3",
"@jest/globals": "^29.7.0",
"@types/babel__core": "^7.1.18",
"@types/node": "^17.0.14",
"@types/react-native": "^0.66.9",
"babel-jest": "^29.7.0",
"expo": "^50.0.0",
"jest": "^29.7.0",
"react-native": "0.71.14",
"release-it": "^17.1.1",
"ts-node": "^10.9.2",
"typescript": "^4.6.3"
},
"bugs": {
"url": "https://github.com/ReactVision/viro/issues"
},
"homepage": "https://github.com/ReactVision/viro#readme",
"author": ""
}