-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.67 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "travel-log",
"version": "0.0.1",
"author": "Ionic Framework",
"homepage": "http://ionicframework.com/",
"private": true,
"config": {
"ionic_copy": "copy.config.js"
},
"scripts": {
"start": "ionic-app-scripts serve",
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build",
"lint": "ionic-app-scripts lint"
},
"dependencies": {
"@angular/animations": "14.0.6",
"@angular/common": "14.0.6",
"@angular/compiler": "14.0.6",
"@angular/compiler-cli": "14.0.6",
"@angular/core": "14.0.6",
"@angular/forms": "14.0.6",
"@angular/http": "5.2.11",
"@angular/platform-browser": "14.0.6",
"@angular/platform-browser-dynamic": "14.0.6",
"@asymmetrik/ngx-leaflet": "^14.0.0",
"@ionic-native/camera": "^5.36.0",
"@ionic-native/core": "~5.36.0",
"@ionic-native/geolocation": "^5.36.0",
"@ionic-native/splash-screen": "~5.36.0",
"@ionic-native/status-bar": "~5.36.0",
"@ionic/storage": "3.0.6",
"cordova-plugin-camera": "6.0.0",
"cordova-plugin-geolocation": "4.1.0",
"http": "0.0.1-security",
"ionic-angular": "3.9.10",
"ionicons": "6.0.2",
"leaflet": "^1.8.0",
"mem": "^9.0.2",
"rxjs": "7.5.6",
"sw-toolbox": "3.6.0",
"tar": "^6.1.11",
"trim-newlines": "^4.0.2",
"ws": "^8.8.1",
"zone.js": "0.11.6"
},
"devDependencies": {
"@ionic/app-scripts": "3.2.4",
"@types/leaflet": "^1.7.11",
"typescript": "~4.7.4"
},
"description": "An Ionic project",
"cordova": {
"plugins": {
"cordova-plugin-geolocation": {
"GEOLOCATION_USAGE_DESCRIPTION": "To locate you"
},
"cordova-plugin-camera": {}
}
}
}