-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
34 lines (34 loc) · 1.11 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
{
"name": "viro-test-bed",
"version": "1.0.0",
"scripts": {
"start": "set APP_VARIANT=development&& expo start --dev-client",
"android": "expo run:android",
"build-dev-client": "eas build -p ios --profile development",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest --watchAll",
"install-local": "node scripts/installFromLocalViro.js",
"install-local-android": "npm run install-local && ./scripts/install_android.sh",
"install-local-ios": "npm run install-local && ./scripts/install_ios.sh"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.22.3",
"@viro-community/react-viro": "../viro/viro-community-react-viro-2.41.1-dev-1709754021414.tgz",
"expo": "~50.0.7",
"expo-dev-client": "~3.3.8",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.45",
"jest": "^29.3.1",
"jest-expo": "~50.0.2",
"typescript": "^5.3.0"
},
"private": true
}