-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
34 lines (34 loc) · 952 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
{
"name": "computer-vision",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native/metro-config": "^0.76.3",
"expo": "~52.0.17",
"expo-font": "^13.0.1",
"expo-status-bar": "~2.0.0",
"metro-config": "^0.81.0",
"react": "18.3.1",
"react-native": "0.76.3",
"react-native-executorch": "^0.3.0",
"react-native-image-picker": "^7.2.2",
"react-native-loading-spinner-overlay": "^3.0.1",
"react-native-reanimated": "^3.16.3",
"react-native-safe-area-context": "^5.0.0",
"react-native-svg": "^15.9.0",
"react-native-svg-transformer": "^1.5.0",
"react-native-wheel-scrollview-picker": "^2.0.6"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/react": "~18.3.12",
"typescript": "^5.3.3"
},
"private": true
}