-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.51 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
{
"name": "connect-it-test",
"version": "1.1.0",
"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",
"vapid-keys": "web-push generate-vapid-keys",
"api:serve": "netlify serve"
},
"private": true,
"dependencies": {
"@angular/common": "^18.2.13",
"@angular/core": "^18.2.13",
"@angular/forms": "^18.2.13",
"@angular/platform-browser": "^18.2.13",
"@angular/platform-browser-dynamic": "^18.2.13",
"@angular/router": "^18.2.13",
"@angular/service-worker": "^18.2.13",
"@capacitor/camera": "^6.1.1",
"@capacitor/core": "^6.2.0",
"@capacitor/geolocation": "^6.0.2",
"@capacitor/preferences": "^6.0.3",
"@ionic/angular": "^8.4.1",
"@ionic/pwa-elements": "^3.3.0",
"@netlify/functions": "^2.8.2",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"date-fns": "^4.1.0",
"express": "^4.21.1",
"rxjs": "^7.8.1",
"serverless-http": "^3.2.0",
"tslib": "^2.8.1",
"web-push": "^3.6.7",
"zone.js": "^0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.12",
"@angular-eslint/builder": "^18.4.2",
"@angular-eslint/eslint-plugin": "^18.4.2",
"@angular-eslint/eslint-plugin-template": "^18.4.2",
"@angular-eslint/schematics": "^18.4.2",
"@angular-eslint/template-parser": "^18.4.2",
"@angular/cli": "^18.2.12",
"@angular/compiler": "^18.2.13",
"@angular/compiler-cli": "^18.2.13",
"@angular/language-service": "^18.2.13",
"@capacitor/cli": "^6.2.0",
"@ionic/angular-toolkit": "^12.1.1",
"@ionic/cli": "^7.2.0",
"@types/body-parser": "^1.19.5",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/jasmine": "^5.1.5",
"@types/node": "^18.19.67",
"@types/web-push": "^3.6.4",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.1",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsdoc": "^48.11.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"jasmine-core": "^5.4.0",
"jasmine-spec-reporter": "^7.0.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"netlify-cli": "^17.37.2",
"typescript": "~5.4.5"
},
"description": "An Ionic project"
}