-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (86 loc) · 2.71 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
{
"name": "grange-mobile-app",
"version": "0.0.1",
"author": "Ionic Framework",
"homepage": "https://ionicframework.com/",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint"
},
"private": true,
"dependencies": {
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0",
"@angular/fire": "^7.5.0",
"@angular/forms": "^15.0.0",
"@angular/platform-browser": "^15.0.0",
"@angular/platform-browser-dynamic": "^15.0.0",
"@angular/router": "^15.0.0",
"@capacitor-community/facebook-login": "^4.0.0-1",
"@capacitor/android": "^4.7.3",
"@capacitor/camera": "^4.1.4",
"@capacitor/core": "4.7.3",
"@capacitor/ios": "^4.7.3",
"@codetrix-studio/capacitor-google-auth": "^3.2.2",
"@ionic/angular": "^7.0.0",
"@ionic/pwa-elements": "^3.1.1",
"@supabase/supabase-js": "^2.21.0",
"chart.js": "^4.3.0",
"chartjs-plugin-annotation": "^2.2.1",
"chartjs-plugin-datalabels": "^2.2.0",
"date-fns-tz": "^2.0.0",
"firebase": "^9.20.0",
"ionic2-calendar": "^1.0.1",
"ionicons": "^7.0.0",
"leaflet": "^1.9.3",
"ng2-charts": "^4.1.1",
"ngx-quill": "^21.0.0",
"rxjs": "~7.5.0",
"swiper": "^8.4.7",
"tslib": "^2.3.0",
"url-polyfill": "^1.1.12",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.0.0",
"@angular-eslint/builder": "^15.0.0",
"@angular-eslint/eslint-plugin": "^15.0.0",
"@angular-eslint/eslint-plugin-template": "^15.0.0",
"@angular-eslint/schematics": "^15.0.0",
"@angular-eslint/template-parser": "^15.0.0",
"@angular/cli": "^15.0.0",
"@angular/compiler": "^15.0.0",
"@angular/compiler-cli": "^15.0.0",
"@angular/language-service": "^15.0.0",
"@capacitor/cli": "4.7.3",
"@ionic/angular-toolkit": "^9.0.0",
"@ionic/lab": "3.2.15",
"@types/jasmine": "~4.0.0",
"@types/leaflet": "^1.9.3",
"@types/node": "^12.11.1",
"@types/quill": "^2.0.10",
"@typescript-eslint/eslint-plugin": "5.3.0",
"@typescript-eslint/parser": "5.3.0",
"crypto-browserify": "^3.12.0",
"eslint": "^7.6.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsdoc": "30.7.6",
"eslint-plugin-prefer-arrow": "1.2.2",
"jasmine-core": "~4.3.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"ts-node": "~8.3.0",
"typescript": "~4.8.4",
"url": "^0.11.0"
},
"description": "An Ionic project"
}