-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.67 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": "sf-app",
"version": "1.0.0",
"author": "Matthias Unterfrauner",
"description": "Shuttle Finder App",
"homepage": "https://shuttlefinder.app",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"e2e": "ng e2e",
"postinstall": "husky install"
},
"private": true,
"dependencies": {
"@angular-devkit/build-angular": "^15.2.5",
"@angular/cdk": "^15.2.6",
"@angular/common": "^15.2.6",
"@angular/core": "^15.2.6",
"@angular/fire": "^7.5.0",
"@angular/forms": "^15.2.6",
"@angular/platform-browser": "^15.2.6",
"@angular/platform-browser-dynamic": "^15.2.6",
"@angular/router": "^15.2.6",
"@capacitor/android": "^4.0.0",
"@capacitor/app": "^4.0.0",
"@capacitor/core": "^4.0.0",
"@capacitor/device": "^4.0.0",
"@capacitor/geolocation": "^4.1.0",
"@capacitor/ios": "^4.0.0",
"@capacitor/splash-screen": "^4.0.0",
"@capacitor/status-bar": "^4.0.0",
"@ionic-native/call-number": "^5.30.0",
"@ionic-native/core": "^5.30.0",
"@ionic-native/geolocation": "^5.30.0",
"@ionic-native/native-geocoder": "^5.30.0",
"@ionic/angular": "^7.0.1",
"@ionic/angular-server": "^7.0.1",
"@ionic/storage": "^2.3.1",
"@ngx-translate/core": "^11.0.1",
"@ngx-translate/http-loader": "^4.0.0",
"ajv": "^6.12.6",
"call-number": "^1.0.1",
"cordova-plugin-nativegeocoder": "^3.4.1",
"core-js": "^2.6.12",
"geolib": "^3.3.1",
"jetifier": "^2.0.0",
"node-gyp": "^8.4.1",
"rxjs": "^7.5.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1502.5",
"@angular-devkit/core": "^15.2.5",
"@angular-devkit/schematics": "^15.2.5",
"@angular/cli": "^15.2.5",
"@angular/compiler": "^15.2.6",
"@angular/compiler-cli": "^15.2.6",
"@angular/language-service": "^15.2.6",
"@capacitor/cli": "^4.0.0",
"@ionic/angular-toolkit": "^6.0.0",
"@types/node": "^12.20.46",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"eslint": "^8.37.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"husky": "^7.0.4",
"karma": "^6.1.1",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "^2.1.1",
"prettier": "^2.8.7",
"rxjs-tslint": "^0.1.8",
"typescript": "^4.8.4"
},
"config": {
"ionic_source_map_type": "source-map",
"ionic_webpack": "./config/webpack.config.js"
},
"lint-staged": {
"*.{js,ts,json,md,scss,html}": "prettier --write"
}
}