-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.59 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.59 KB
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
49
50
51
52
53
54
{
"name": "document-reader",
"scripts": {
"setup": "scripts/setup.sh",
"ios": "scripts/ios.sh",
"android": "scripts/android.sh"
},
"dependencies": {
"@angular-devkit/build-angular": "^21.2.2",
"@angular/cli": "^21.2.2",
"@angular/common": "^21.2.3",
"@angular/compiler-cli": "^21.2.3",
"@angular/core": "^21.2.3",
"@angular/forms": "^21.2.3",
"@angular/platform-browser-dynamic": "^21.2.3",
"@angular/router": "^21.2.3",
"@ionic/angular": "^8.8.1",
"@ionic/cordova-builders": "^12.3.0",
"@awesome-cordova-plugins/camera": "^8.1.0",
"@awesome-cordova-plugins/file": "^8.1.0",
"@regulaforensics/document-reader": "9.4.761",
"@regulaforensics/document-reader-core-fullauthrfid": "9.4.2038",
"@regulaforensics/document-reader-btdevice": "9.4.46",
"cordova-android": "^14.0.1",
"cordova-ios": "^7.1.1",
"cordova-plugin-camera": "^8.0.0",
"cordova-plugin-file": "^8.1.3",
"cordova-plugin-ionic-webview": "^5.0.1"
},
"overrides": {
"ajv": "^8.18.0",
"serialize-javascript": "^7.0.4",
"@angular/compiler": "^21.2.4",
"undici": "^7.24.0",
"picomatch": "^4.0.4",
"postcss": "^8.5.10",
"uuid": "^14.0.0",
"vite": "^7.3.2"
},
"cordova": {
"plugins": {
"@regulaforensics/document-reader": {},
"@regulaforensics/document-reader-core-fullauthrfid": {},
"@regulaforensics/document-reader-btdevice": {},
"cordova-plugin-file": {},
"cordova-plugin-camera": {},
"cordova-plugin-ionic-webview": {}
},
"platforms": [
"android",
"ios"
]
}
}