-
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) · 880 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 880 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",
"scripts": {
"setup": "scripts/setup.sh",
"ios": "scripts/ios.sh",
"android": "scripts/android.sh"
},
"dependencies": {
"@regulaforensics/document-reader": "9.4.761",
"@regulaforensics/document-reader-core-fullauthrfid": "9.4.2038",
"@regulaforensics/document-reader-btdevice": "9.4.46",
"@awesome-cordova-plugins/file": "^8.1.0",
"@awesome-cordova-plugins/camera": "^8.1.0",
"cordova-plugin-file": "^8.1.3",
"cordova-plugin-camera": "^8.0.0",
"@capacitor/cli": "^8.0.2",
"@capacitor/core": "^8.0.2",
"@capacitor/app": "^8.0.0",
"@capacitor/ios": "^8.0.2",
"@capacitor/android": "^8.0.2",
"@capacitor/status-bar": "^8.0.0",
"@ionic/react": "^8.7.17",
"@vitejs/plugin-react": "^5.1.2",
"vite-plugin-static-copy": "^3.2.0",
"@types/react-router-dom": "^5.3.3"
}
}