-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
112 lines (112 loc) · 3.56 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "rESCueApp",
"version": "2.7.6",
"author": "ThankTheMaker",
"homepage": "https://www.thank-the-maker.org",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start:mobile": "cap run",
"prebuild": "npm version patch",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular-devkit/build-angular": "^16.2.4",
"@angular/animations": "^16.2.8",
"@angular/common": "^16.2.8",
"@angular/core": "^16.2.8",
"@angular/forms": "^16.2.8",
"@angular/platform-browser": "^16.2.8",
"@angular/platform-browser-dynamic": "^16.2.8",
"@angular/router": "^16.2.8",
"@awesome-cordova-plugins/sqlite": "^6.4.0",
"@capacitor/android": "^6.0.0",
"@capacitor/assets": "^3.0.0",
"@capacitor/core": "^6.0.0",
"@capacitor/device": "^6.0.0",
"@capacitor/geolocation": "^6.0.0",
"@capacitor/ios": "^6.0.0",
"@capacitor/local-notifications": "^6.0.0",
"@capacitor/preferences": "^6.0.0",
"@fortawesome/angular-fontawesome": "^0.13.0",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@ionic/angular": "^7.4.3",
"@ionic/cordova-builders": "^10.0.0",
"@ionic/pwa-elements": "^3.2.2",
"@thankthemaker/vesc-protocol": "^0.9.8",
"@trapezedev/configure": "^7.0.10",
"@w11k/git-info": "^1.1.2",
"angular-build-info": "^2.0.1",
"angular-cli-ghpages": "^1.0.7",
"apexcharts": "^3.43.0",
"buffer": "^6.0.3",
"cordova-plugin-badge": "^0.8.9",
"cordova-plugin-device": "^2.1.0",
"cordova-sqlite-storage": "^6.1.0",
"crypto-js": "^4.1.1",
"highcharts": "^11.1.0",
"highcharts-angular": "^3.1.2",
"i": "^0.3.7",
"lodash-es": "^4.17.21",
"ng-apexcharts": "^1.8.0",
"ngx-colors": "^3.5.2",
"ngx-logger": "^5.0.12",
"npm": "^9.8.1",
"process": "^0.11.10",
"rxjs": "^7.5.0",
"swiper": "^10.3.1",
"tslib": "^2.6.2",
"zone.js": "^0.13.3"
},
"devDependencies": {
"@angular-eslint/builder": "16.2.0",
"@angular-eslint/eslint-plugin": "16.2.0",
"@angular-eslint/eslint-plugin-template": "16.2.0",
"@angular-eslint/schematics": "16.2.0",
"@angular-eslint/template-parser": "16.2.0",
"@angular/cli": "^16.2.5",
"@angular/compiler": "^16.2.8",
"@angular/compiler-cli": "^16.2.8",
"@angular/language-service": "^16.2.8",
"@capacitor-community/bluetooth-le": "^6.0.1",
"@capacitor/cli": "^6.0.0",
"@ionic/angular-toolkit": "^9.0.0",
"@ionic/lab": "3.2.15",
"@types/googlemaps": "^3.43.3",
"@types/jasmine": "~5.1.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.20.55",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"cordova-android": "^12.0.1",
"cordova-ios": "^7.0.1",
"eslint": "^8.50.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsdoc": "46.8.2",
"eslint-plugin-prefer-arrow": "1.2.3",
"fs-extra": "11.1.1",
"jasmine-core": "^5.1.1",
"jasmine-spec-reporter": "~7.0.0",
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "~2.2.1",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"protractor": "~7.0.0",
"remove": "^0.1.5",
"ts-node": "~8.3.0",
"typescript": "~5.1.6"
},
"description": "rESCueApp",
"cordova": {
"plugins": {}
}
}