-
-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy pathpackage.json
36 lines (36 loc) · 1.02 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
{
"name": "TfliteExample",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"pods": "cd ios && pod install",
"lint": "eslint \"**/*.{js,ts,tsx}\" --fix"
},
"dependencies": {
"react": "18.2.0",
"react-native": "0.73.3",
"react-native-vision-camera": "4.0.3",
"react-native-worklets-core": "1.2.0",
"vision-camera-resize-plugin": "3.1.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/runtime": "^7.23.9",
"@react-native-community/eslint-config": "^3.0.2",
"@react-native/eslint-config": "^0.73.2",
"@react-native/metro-config": "^0.73.3",
"@types/metro-config": "^0.76.3",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"metro-react-native-babel-preset": "0.77.0"
},
"engines": {
"node": ">=18"
}
}