-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.32 KB
/
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
39
40
41
42
43
44
45
46
47
{
"name": "@idea-ionic/map",
"version": "8.5.12",
"description": "IDEA Ionic map component",
"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/map",
"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/platform-browser": "^18.2.8",
"@angular/platform-browser-dynamic": "^18.2.8",
"@angular/router": "^18.2.8",
"@capacitor/browser": "^6.0.1",
"@capacitor/core": "^6.1.1",
"@capacitor/geolocation": "^6.0.0",
"@capacitor/network": "^6.0.1",
"@idea-ionic/common": "^8.x.x",
"@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"
},
"devDependencies": {
"@types/google.maps": "^3.53.6"
},
"dependencies": {
"@googlemaps/js-api-loader": "^1.16.2",
"@googlemaps/markerclustererplus": "^1.2.10",
"tslib": "^2.4.1"
},
"sideEffects": false
}