-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.22 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.22 KB
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
{
"name": "function",
"version": "0.0.1",
"author": "Ionic Framework",
"homepage": "https://ionicframework.com/",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"build:ionic": "ionic build --prod"
},
"private": true,
"dependencies": {
"@angular-devkit/core": "^19.1.1",
"@angular-devkit/schematics": "^19.1.2",
"@angular/animations": "~14.1.3",
"@angular/cdk": "^15.2.7",
"@angular/common": "~14.1.3",
"@angular/core": "~14.1.3",
"@angular/fire": "^7.6.1",
"@angular/forms": "~14.1.3",
"@angular/material": "^19.1.0",
"@angular/platform-browser": "~14.1.3",
"@angular/platform-browser-dynamic": "~14.1.3",
"@angular/router": "~14.1.3",
"@angular/service-worker": "~14.1.3",
"@capacitor/core": "6.2.0",
"@ionic-native/core": "^5.36.0",
"@ionic-native/firebase": "^5.36.0",
"@ionic-native/google-plus": "^5.36.0",
"@ionic/angular": "^7.8.6",
"@types/hammerjs": "^2.0.46",
"chart.js": "^4.4.7",
"cordova-plugin-firebase": "^2.0.6",
"cordova-plugin-googleplus": "^8.5.2",
"debounce": "^1.2.1",
"firebase": "^11.2.0",
"hammerjs": "^2.0.8",
"ionic": "^4.1.2",
"ionic-long-press": "^2.0.3",
"rxjs": "~7.8.1",
"sass": "^1.83.4",
"tslib": "^2.8.1",
"zone.js": "~0.11.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.9",
"@angular/cli": "~16.2.9",
"@angular/compiler": "~14.1.3",
"@angular/compiler-cli": "~14.1.3",
"@angular/language-service": "~19.1.2",
"@capacitor/cli": "^6.2.0",
"@ionic/angular-toolkit": "^12.1.1",
"@types/debounce": "^1.2.4",
"@types/jasmine": "~5.1.5",
"@types/jasminewd2": "~2.0.13",
"@types/node": "^22.10.7",
"codelyzer": "^6.0.2",
"jasmine-core": "~5.5.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "^6.4.4",
"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",
"ts-node": "~10.9.2",
"typescript": "~4.7.4"
},
"description": "An Ionic project"
}