-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 863 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 863 Bytes
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
{
"name": "vision-camera-opencv-qrcode-parser-example",
"description": "Example app for vision-camera-opencv-qrcode-parser",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"pods": "pod-install --quiet",
"postinstall": "patch-package"
},
"dependencies": {
"react": "17.0.2",
"react-native": "0.68.2",
"react-native-vision-camera": "^2.13.5"
},
"devDependencies": {
"@types/react": "17.0.2",
"@types/react-native": "0.68.2",
"@babel/core": "^7.12.10",
"@babel/runtime": "^7.12.5",
"babel-plugin-module-resolver": "^4.1.0",
"metro-react-native-babel-preset": "^0.67.0",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"react-native-reanimated": "^2.8.0"
}
}