-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.3 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.3 KB
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
{
"name": "react-native-vision-detector",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"android:device": "expo run:android --device",
"ios": "expo run:ios",
"ios:device": "expo run:ios --device",
"web": "expo start --web",
"prebuild": "expo prebuild",
"prebuild:clean": "expo prebuild --clean"
},
"dependencies": {
"@react-native-community/slider": "4.5.6",
"expo": "~53.0.10",
"expo-build-properties": "^0.14.6",
"expo-status-bar": "~2.2.3",
"react": "19.0.0",
"react-native": "0.79.3",
"react-native-fast-tflite": "^1.6.1",
"react-native-reanimated": "^3.18.0",
"react-native-vision-camera": "^4.6.4",
"react-native-worklets-core": "^1.5.0",
"vision-camera-resize-plugin": "^3.2.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.27.1",
"@babel/plugin-transform-class-properties": "^7.27.1",
"@babel/plugin-transform-flow-strip-types": "^7.27.1",
"@babel/plugin-transform-react-constant-elements": "^7.27.1",
"@babel/plugin-transform-react-inline-elements": "^7.27.1",
"babel-plugin-module-resolver": "^5.0.2"
},
"private": true
}