-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 883 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 883 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
30
31
{
"name": "document-reader",
"main": "./index.tsx",
"scripts": {
"setup": "scripts/setup.sh",
"ios": "scripts/ios.sh",
"android": "scripts/android.sh",
"start": "expo start"
},
"dependencies": {
"@regulaforensics/document-reader": "9.4.761",
"@regulaforensics/document-reader-core-fullauthrfid": "9.4.2038",
"@regulaforensics/document-reader-btdevice": "9.4.46",
"react-native": "^0.81.4",
"react-native-fs": "^2.20.0",
"react-native-image-picker": "^8.2.1",
"react-native-webview": "^13.16.0",
"@react-native/metro-config": "^0.81.1",
"react": "^19.1.1",
"@types/react": "^19.1.13",
"expo": "^54.0.7",
"expo-dev-client": "^6.0.12",
"expo-custom-assets": "^1.5.0",
"expo-build-properties": "^1.0.8",
"typescript": "5.9.2"
},
"overrides": {
"postcss": "^8.5.10",
"uuid": "^14.0.0"
}
}