-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
89 lines (89 loc) · 2.81 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
88
89
{
"name": "sc-dahenfeld",
"version": "6.6.1",
"author": "Timo Dittmann",
"homepage": "http://timo-dittmann.de/",
"scripts": {
"ng": "ng",
"start": "ng serve --ssl",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"format": "npx prettier --write src/app",
"e2e": "ng e2e",
"test:ci": "ng test --watch=false --browsers=ChromeHeadlessCustom --code-coverage",
"format:check:ci": "npx prettier --check src/app"
},
"private": true,
"dependencies": {
"@angular/cdk": "18.2.0",
"@angular/common": "18.2.0",
"@angular/core": "18.2.0",
"@angular/forms": "18.2.0",
"@angular/platform-browser": "18.2.0",
"@angular/platform-browser-dynamic": "18.2.0",
"@angular/router": "18.2.0",
"@awesome-cordova-plugins/core": "6.8.0",
"@awesome-cordova-plugins/splash-screen": "6.8.0",
"@awesome-cordova-plugins/status-bar": "6.8.0",
"@capacitor/android": "6.1.2",
"@capacitor/app": "6.0.1",
"@capacitor/browser": "6.0.2",
"@capacitor/cli": "6.1.2",
"@capacitor/core": "6.1.2",
"@capacitor/device": "6.0.1",
"@capacitor/ios": "6.1.2",
"@capacitor/push-notifications": "6.0.2",
"@capacitor/splash-screen": "6.0.2",
"@capacitor/status-bar": "6.0.1",
"@ionic/angular": "8.2.7",
"@ionic/storage-angular": "4.0.0",
"core-js": "3.38.1",
"moment": "2.30.1",
"npm-check-updates": "^17.0.6",
"rxjs": "~7.8.1",
"swiper": "11.1.9",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/architect": "~0.1802.0",
"@angular-devkit/build-angular": "~18.2.0",
"@angular-devkit/core": "~18.2.0",
"@angular-devkit/schematics": "~18.2.0",
"@angular-eslint/builder": "18.3.0",
"@angular-eslint/eslint-plugin": "18.3.0",
"@angular-eslint/eslint-plugin-template": "18.3.0",
"@angular-eslint/schematics": "18.3.0",
"@angular-eslint/template-parser": "18.3.0",
"@angular/cli": "~18.2.0",
"@angular/compiler": "18.2.0",
"@angular/compiler-cli": "18.2.0",
"@angular/language-service": "18.2.0",
"@ionic/angular-toolkit": "11.0.1",
"@types/jasmine": "~5.1.4",
"@types/jasminewd2": "~2.0.13",
"@types/node": "22.4.2",
"@typescript-eslint/eslint-plugin": "8.2.0",
"@typescript-eslint/parser": "8.2.0",
"eslint": "^9.9.0",
"jasmine-core": "~5.2.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
"prettier": "^3.3.3",
"protractor": "~7.0.0",
"puppeteer": "^23.1.0",
"ts-node": "10.9.2",
"typescript": "~5.5.4"
},
"optionalDependencies": {
"@nx/nx-linux-x64-gnu": "19.6.1"
},
"description": "An Ionic project",
"cordova": {
"plugins": {}
}
}