-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.82 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.82 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
55
56
57
{
"name": "scanbot-barcode-scanner-sdk-example",
"version": "9.0.0",
"author": "Scanbot SDK",
"homepage": "https://scanbot.io",
"description": "Scanbot Barcode Scanner SDK Example App for Capacitor with Angular",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration development",
"sync": "npx cap sync",
"android": "npx cap run android",
"ios": "npx cap run ios",
"watch": "ng build --watch --configuration development",
"format": "prettier --write \"src/**/*.{ts,html,scss,json}\"",
"clean": "rm -r -f node_modules && rm -f package-lock.json && rm -rf www"
},
"private": true,
"dependencies": {
"@angular/animations": "^20.3.20",
"@angular/common": "^20.3.20",
"@angular/compiler": "^20.3.20",
"@angular/core": "^20.3.20",
"@angular/forms": "^20.3.20",
"@angular/platform-browser": "^20.3.20",
"@angular/platform-browser-dynamic": "^20.3.20",
"@angular/router": "^20.3.20",
"@capacitor/android": "^8.0.0",
"@capacitor/app": "^8.0.0",
"@capacitor/camera": "^8.0.0",
"@capacitor/core": "^8.0.0",
"@capacitor/filesystem": "^8.0.0",
"@capacitor/ios": "^8.0.0",
"@capacitor/preferences": "^8.0.0",
"@capacitor/status-bar": "^8.0.0",
"@capawesome/capacitor-file-picker": "8.0.2",
"@ionic/angular": "^8.0.0",
"capacitor-plugin-scanbot-barcode-scanner-sdk": "9.0.0",
"ionicons": "^8.0.13",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular/build": "^20.3.20",
"@angular/cli": "^20.3.20",
"@angular/compiler-cli": "^20.3.20",
"@angular/language-service": "^20.3.20",
"@capacitor/cli": "^8.0.0",
"@ionic/angular-toolkit": "^12.0.0",
"prettier": "^3.5.3",
"typescript": "5.8.3"
},
"engines": {
"node": ">=20"
}
}