-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 963 Bytes
/
package.json
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
{
"name": "@idea-ionic/barcode",
"version": "8.5.8",
"description": "IDEA Ionic barcode components",
"license": "MPL-2.0",
"author": "ITER IDEA <info@iter-idea.com> (https://iter-idea.com)",
"repository": {
"type": "git",
"url": "git+/~https://github.com/iter-idea/IDEA-Ionic8-extra"
},
"homepage": "/~https://github.com/iter-idea/IDEA-Ionic8-extra/tree/main/modules/barcode",
"keywords": [
"idea",
"ionic",
"angular"
],
"bugs": {
"url": "/~https://github.com/iter-idea/IDEA-Ionic8-extra/issues"
},
"peerDependencies": {
"@angular/common": "^18.2.8",
"@angular/core": "^18.2.8",
"@angular/forms": "^18.2.8",
"@capacitor-mlkit/barcode-scanning": "^6.1.0",
"@capacitor/core": "^6.1.1",
"@ionic/angular": "^8.0.0",
"com-darryncampbell-cordova-plugin-intent": "^2.2.0",
"rxjs": "~7.8.0",
"zone.js": "~0.14.10"
},
"dependencies": {
"tslib": "^2.4.1"
},
"sideEffects": false
}