-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.59 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
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "ScanbotBarcodeExampleReact",
"version": "6.2.0",
"private": true,
"scripts": {
"android": "react-native run-android --terminal ./",
"ios": "react-native run-ios --device --terminal ./",
"lint": " eslint --fix --ext .ts,.tsx .",
"start": "react-native start",
"clean": "npx react-native-clean-project",
"set-new-architecture": "sh set-architecture.sh --new",
"set-old-architecture": "sh set-architecture.sh --old"
},
"dependencies": {
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"react": "18.3.1",
"react-native": "0.77.0",
"react-native-document-picker": "^9.3.0",
"react-native-fs": "^2.20.0",
"react-native-image-picker": "^7.1.2",
"react-native-safe-area-context": "^5.1.0",
"react-native-scanbot-barcode-scanner-sdk": "6.2.0",
"react-native-screens": "4.6.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "15.0.1",
"@react-native-community/cli-platform-android": "15.0.1",
"@react-native-community/cli-platform-ios": "15.0.1",
"@react-native/babel-preset": "0.77.0",
"@react-native/eslint-config": "0.77.0",
"@react-native/metro-config": "0.77.0",
"@react-native/typescript-config": "0.77.0",
"@types/jest": "^29.5.13",
"@types/react": "^18.2.6",
"babel-plugin-module-resolver": "^5.0.2",
"eslint": "^8.19.0",
"prettier": "2.8.8",
"typescript": "5.0.4"
},
"engines": {
"node": ">=18"
},
"packageManager": "[email protected]"
}