-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 813 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 813 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
{
"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.3.695",
"@regulaforensics/document-reader-core-fullauthrfid": "9.3.1817",
"@regulaforensics/document-reader-btdevice": "9.1.35",
"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"
}
}