-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 3.21 KB
/
package.json
File metadata and controls
98 lines (98 loc) · 3.21 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "FIT File Connect",
"description": "Bringing your FIT files to Wahoo",
"version": "0.0.1",
"author": "John Baima",
"contributors": [
"John Baima <john@baima.org>"
],
"homepage": "https://fitfileconnect.web.app/",
"private": true,
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"lint": "ng lint",
"dev:ssr": "ng run app:serve-ssr",
"serve:ssr": "node dist/app/server/main.js",
"build:ssr": "ng build --configuration production && ng run app:server:production",
"prerender": "ng run app:prerender",
"postinstall": "jetifier"
},
"dependencies": {
"@angular/animations": "^15.1.1",
"@angular/common": "^15.1.1",
"@angular/core": "^15.1.1",
"@angular/fire": "^7.5.0",
"@angular/forms": "^15.1.1",
"@angular/platform-browser": "^15.1.1",
"@angular/platform-browser-dynamic": "^15.1.1",
"@angular/platform-server": "^15.1.1",
"@angular/router": "^15.1.1",
"@angular/service-worker": "^15.1.1",
"@capacitor-firebase/authentication": "^1.3.0",
"@capacitor/android": "^4.0.0",
"@capacitor/app": "^4.0.0",
"@capacitor/core": "^4.0.0",
"@capacitor/geolocation": "^4.0.0",
"@capacitor/haptics": "^4.0.0",
"@capacitor/ios": "^4.0.0",
"@capacitor/keyboard": "^4.0.0",
"@capacitor/preferences": "^4.0.2",
"@capacitor/share": "^4.0.0",
"@capacitor/splash-screen": "^4.0.0",
"@capacitor/status-bar": "^4.0.0",
"@ionic/angular": "^6.5.0",
"@ionic/angular-server": "^6.5.0",
"@nguniversal/express-engine": "^15.1.0",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@videogular/ngx-videogular": "^7.0.1",
"angular-pipes": "^10.0.0",
"core-js": "^3.27.2",
"date-fns": "^2.29.3",
"dayjs": "^1.11.7",
"express": "^4.18.2",
"firebase": "^9.23.0",
"google-libphonenumber": "^3.2.31",
"jetifier": "^2.0.0",
"mobile-detect": "^1.4.5",
"rxjs": "^7.8.0",
"swiper": "^8.4.6",
"tslib": "^2.4.1",
"zone.js": "^0.11.8"
},
"devDependencies": {
"@angular-devkit/architect": "0.1501.2",
"@angular-devkit/build-angular": "^15.1.2",
"@angular-devkit/core": "^15.1.2",
"@angular-devkit/schematics": "^15.1.2",
"@angular-eslint/builder": "15.2.0",
"@angular-eslint/eslint-plugin": "15.2.0",
"@angular-eslint/eslint-plugin-template": "15.2.0",
"@angular-eslint/schematics": "15.2.0",
"@angular-eslint/template-parser": "15.2.0",
"@angular/cli": "^15.1.2",
"@angular/compiler": "^15.1.1",
"@angular/compiler-cli": "^15.1.1",
"@angular/language-service": "^15.1.1",
"@capacitor/cli": "^4.0.0",
"@commitlint/cli": "^17.4.2",
"@commitlint/config-angular": "^17.4.2",
"@ionic/angular-toolkit": "^7.0.0",
"@ionic/cli": "6.20.8",
"@nguniversal/builders": "^15.1.0",
"@types/core-js": "^2.5.5",
"@types/express": "^4.17.16",
"@types/googlemaps": "^3.39.2",
"@types/node": "^17.0.45",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"@webcomponents/webcomponentsjs": "^2.7.0",
"cordova-res": "0.15.4",
"eslint": "^8.28.0",
"husky": "^4.3.8",
"ts-node": "^10.9.1",
"typescript": "~4.8.4"
}
}