-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
82 lines (82 loc) · 2.53 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "io.openchargemap.app",
"version": "8.7.0",
"author": "Webprofusion",
"homepage": "https://openchargemap.org",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build-prod": "ng build --configuration production ",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"build:stats": "ng build --configuration production --stats-json",
"analyze": "webpack-bundle-analyzer www/stats.json"
},
"private": true,
"dependencies": {
"@angular/common": "18.1.2",
"@angular/core": "18.1.2",
"@angular/forms": "18.1.2",
"@angular/localize": "18.1.2",
"@angular/platform-browser": "18.1.2",
"@angular/platform-browser-dynamic": "18.1.2",
"@angular/router": "18.1.2",
"@angular/service-worker": "18.1.2",
"@auth0/angular-jwt": "5.2.0",
"@capacitor/android": "^6.0.0",
"@capacitor/app": "^6.0.0",
"@capacitor/core": "^6.0.0",
"@capacitor/geolocation": "^6.0.0",
"@capacitor/haptics": "^6.0.0",
"@capacitor/ios": "^6.0.0",
"@capacitor/keyboard": "^6.0.0",
"@capacitor/push-notifications": "^6.0.0",
"@capacitor/splash-screen": "^6.0.0",
"@capacitor/status-bar": "^6.0.0",
"@ionic/angular": "^8.2.6",
"@ngx-translate/core": "15.0.0",
"@ngx-translate/http-loader": "8.0.0",
"ajv": "^8.12.0",
"core-js": "3.35.1",
"mapbox-gl": "3.5.2",
"rxjs": "7.8.1",
"tslib": "^2.3.0",
"zone.js": "0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.1.2",
"@angular-eslint/builder": "18.1.0",
"@angular-eslint/eslint-plugin": "18.1.0",
"@angular-eslint/eslint-plugin-template": "18.1.0",
"@angular-eslint/schematics": "18.1.0",
"@angular-eslint/template-parser": "18.1.0",
"@angular/cli": "18.1.2",
"@angular/compiler": "18.1.2",
"@angular/compiler-cli": "18.1.2",
"@angular/language-service": "18.1.2",
"@capacitor/cli": "^6.0.0",
"@ionic/angular-toolkit": "11.0.1",
"@ionic/lab": "3.2.15",
"@types/google.maps": "3.53.4",
"@types/jasmine": "4.3.5",
"@types/leaflet": "1.9.3",
"@types/node": "18.16.19",
"jasmine-core": "4.6.0",
"jasmine-spec-reporter": "7.0.0",
"karma": "6.4.2",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
"ts-node": "10.9.1",
"typescript": "5.5.4",
"webpack-dev-server": "^4.13.1"
},
"browserslist": [
"defaults",
"not IE 11"
],
"description": "Open Charge Map"
}