-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1023 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
36
37
38
{
"name": "@idea-ionic/common",
"version": "8.5.12",
"description": "IDEA Ionic common components",
"license": "MPL-2.0",
"author": "ITER IDEA <[email protected]> (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/common",
"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",
"@angular/router": "^18.2.8",
"@capacitor/browser": "^6.0.1",
"@capacitor/core": "^6.1.1",
"@ionic/angular": "^8.0.0",
"@ionic/storage-angular": "^4.0.0",
"idea-toolbox": "^7.x.x",
"rxjs": "~7.8.0",
"zone.js": "~0.14.10"
},
"dependencies": {
"signature_pad": "^4.1.7",
"tslib": "^2.4.1"
},
"sideEffects": false
}