-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
106 lines (106 loc) · 3.37 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "kharchay-next",
"version": "1.1.8",
"author": "Samiullah Khan",
"homepage": "https://technbuzz.com/",
"scripts": {
"ng": "nx",
"start": "nx serve -- --hmr",
"build": "nx build",
"test": "nx test",
"lint": "nx lint",
"e2e": "nx e2e",
"serve:admin": "nx run admin:serve:build",
"build:admin": "nx run admin:build:production",
"story:app": "nx storybook",
"build:droid": "nx build && npx cap sync android && npx cap open android",
"explore": "source-map-explorer www/**/*.js --no-border-checks",
"postinstall": "node ./decorate-angular-cli.js",
"generate:stories": "nx generate @nx/angular:stories --name=mobile-create-ui"
},
"private": true,
"dependencies": {
"@angular/animations": "18.1.1",
"@angular/cdk": "18.1.1",
"@angular/common": "18.1.1",
"@angular/compiler": "18.1.1",
"@angular/core": "18.1.1",
"@angular/forms": "18.1.1",
"@angular/material": "18.1.1",
"@angular/platform-browser": "18.1.1",
"@angular/platform-browser-dynamic": "18.1.1",
"@angular/router": "18.1.1",
"@capacitor/android": "next",
"@capacitor/app": "^6.0.0",
"@capacitor/core": "^6.1.1",
"@ionic/angular": "^8.2.5",
"@ionic/core": "^8.2.5",
"@nx/angular": "19.5.1",
"@supabase/supabase-js": "^2.44.4",
"chart.js": "^4.4.3",
"contactjs": "^2.1.7",
"date-fns": "^3.6.0",
"firebase": "^10.7.1",
"lodash-es": "^4.17.21",
"rxjs": "^7.8.1",
"tslib": "^2.6.2",
"uninstall": "^0.0.0",
"zone.js": "0.14.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.1.1",
"@angular-devkit/core": "18.1.1",
"@angular-devkit/schematics": "18.1.1",
"@angular-eslint/eslint-plugin": "18.1.0",
"@angular-eslint/eslint-plugin-template": "18.1.0",
"@angular-eslint/template-parser": "18.1.0",
"@angular/cli": "~18.1.0",
"@angular/compiler-cli": "18.1.1",
"@angular/fire": "^18.0.1",
"@angular/language-service": "18.1.1",
"@capacitor/cli": "^6.1.1",
"@nx/cypress": "19.5.1",
"@nx/eslint": "19.5.1",
"@nx/eslint-plugin": "19.5.1",
"@nx/jest": "19.5.1",
"@nx/js": "19.5.1",
"@nx/storybook": "19.5.1",
"@nx/web": "19.5.1",
"@nx/workspace": "19.5.1",
"@schematics/angular": "18.1.1",
"@storybook/addon-essentials": "^8.2.5",
"@storybook/addon-interactions": "^8.2.5",
"@storybook/angular": "^8.2.5",
"@storybook/core-server": "^8.2.5",
"@storybook/jest": "^0.2.3",
"@storybook/test-runner": "^0.19.1",
"@storybook/testing-library": "^0.2.2",
"@swc-node/register": "1.10.9",
"@swc/core": "1.7.0",
"@types/jest": "29.5.12",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.14.11",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"@typescript-eslint/utils": "^7.16.1",
"autoprefixer": "^10.4.19",
"cypress": "13.13.1",
"eslint": "9.7.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "3.3.0",
"eslint-plugin-storybook": "^0.8.0",
"jest": "29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-preset-angular": "14.1.1",
"nx": "19.5.1",
"postcss": "^8.4.39",
"prettier": "3.3.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.6",
"ts-jest": "29.1.1",
"ts-node": "10.9.2",
"typescript": "5.5.3",
"webpack": "^5.89.0"
}
}