-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.26 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 2.26 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
{
"name": "kharchay-next",
"version": "1.2.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --project kharchay",
"watch": "ng build --watch --configuration development",
"build:droid-old": "pnpm build && pnpm dlx cap sync android && pnpm dlx cap open android",
"build:droid": "pnpm --package=@capacitor/cli dlx capacitor sync && pnpm --package=@capacitor/cli dlx capacitor open android",
"sync": "pnpm --package=@capacitor/cli dlx capacitor sync",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^20.3.16",
"@angular/cdk": "19.1.4",
"@angular/common": "^20.3.16",
"@angular/compiler": "^20.3.16",
"@angular/core": "^20.3.16",
"@angular/fire": "19.0.0",
"@angular/forms": "^20.3.16",
"@angular/material": "19.1.4",
"@angular/material-date-fns-adapter": "19.1.4",
"@angular/platform-browser": "^20.3.16",
"@angular/platform-browser-dynamic": "^20.3.16",
"@angular/router": "^20.3.16",
"@capacitor/android": "^8.0.2",
"@capacitor/cli": "^8.0.2",
"@capacitor/core": "^8.0.2",
"@capawesome/capacitor-android-edge-to-edge-support": "^8.0.3",
"@ionic/angular": "8.7.17",
"@ionic/core": "^8.7.17",
"@tailwindcss/postcss": "^4.1.18",
"chart.js": "^4.5.1",
"date-fns": "^4.1.0",
"dayjs": "^1.11.19",
"firebase": "^11.10.0",
"ionicons": "^7.4.0",
"lodash-es": "^4.17.23",
"rxfire": "^6.1.0",
"rxjs": "~7.8.2",
"tslib": "^2.8.1",
"zone.js": "~0.15.1"
},
"devDependencies": {
"@angular/build": "^20.3.15",
"@angular/cli": "^20.3.15",
"@angular/compiler-cli": "^20.3.16",
"@ionic/angular-toolkit": "latest",
"@types/jasmine": "~5.1.15",
"@types/lodash-es": "^4.17.12",
"autoprefixer": "^10.4.24",
"jasmine-core": "~5.5.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",
"ng-packagr": "^20.3.2",
"postcss": "^8.5.3",
"tailwindcss": "^4.1.18",
"typescript": "~5.9.3"
},
"packageManager": "pnpm@10.17.1+sha512.17c560fca4867ae9473a3899ad84a88334914f379be46d455cbf92e5cf4b39d34985d452d2583baf19967fa76cb5c17bc9e245529d0b98745721aa7200ecaf7a"
}