-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
121 lines (121 loc) · 4.51 KB
/
Copy pathpackage.json
File metadata and controls
121 lines (121 loc) · 4.51 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "ionic-boilerplate",
"version": "26.1.0",
"private": true,
"scripts": {
"ng": "ng",
"start": "ng serve",
"start:github": "ng serve --configuration=github",
"start:vercel": "ng serve --configuration=production",
"start:production": "ng serve --configuration=production",
"build": "ng build --configuration=development",
"build:github": "ng build --configuration=github",
"build:production": "ng build --configuration=production",
"assets": "pnpx @capacitor/assets generate",
"preview": "ng serve --configuration=production",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"prettier": "prettier --write ."
},
"dependencies": {
"@a2ui/angular": "^0.10.2",
"@ai-sdk/angular": "^2.0.210",
"@angular/animations": "^22.0.2",
"@angular/cdk": "^22.0.2",
"@angular/common": "^22.0.2",
"@angular/core": "^22.0.2",
"@angular/elements": "^22.0.2",
"@angular/forms": "^22.0.2",
"@angular/localize": "^22.0.2",
"@angular/platform-browser": "^22.0.2",
"@angular/platform-browser-dynamic": "^22.0.2",
"@angular/router": "^22.0.2",
"@capacitor/android": "^8.4.1",
"@capacitor/app": "^8.1.0",
"@capacitor/browser": "^8.0.3",
"@capacitor/camera": "^8.2.0",
"@capacitor/core": "^8.4.1",
"@capacitor/device": "^8.0.2",
"@capacitor/filesystem": "^8.1.2",
"@capacitor/ios": "^8.4.1",
"@capacitor/splash-screen": "^8.0.1",
"@capacitor/status-bar": "^8.0.2",
"@ionic/angular": "^8.8.11",
"@ionic/storage-angular": "^4.0.0",
"@ngx-translate/core": "^18.0.0",
"@ngx-translate/http-loader": "^18.0.0",
"@tanstack/angular-form": "^1.33.0",
"@tanstack/angular-store": "^0.11.0",
"@tanstack/angular-table": "^8.21.4",
"@tanstack/angular-virtual": "^5.0.5",
"ai": "^6.0.209",
"core-js": "^3.49.0",
"crypto-js": "^4.2.0",
"date-fns": "^4.4.0",
"ionicons": "^8.0.13",
"lodash-es": "^4.18.1",
"rxjs": "^7.8.2",
"swiper": "^12.2.0",
"tailwindcss": "^4.3.1",
"tslib": "^2.8.1",
"vconsole": "^3.15.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^22.0.3",
"@angular-eslint/builder": "^22.0.0",
"@angular-eslint/eslint-plugin": "^22.0.0",
"@angular-eslint/eslint-plugin-template": "^22.0.0",
"@angular-eslint/schematics": "^22.0.0",
"@angular-eslint/template-parser": "^22.0.0",
"@angular/build": "^22.0.3",
"@angular/cli": "^22.0.3",
"@angular/compiler": "^22.0.2",
"@angular/compiler-cli": "^22.0.2",
"@angular/language-service": "^22.0.2",
"@capacitor/assets": "^3.0.5",
"@capacitor/cli": "^8.4.1",
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
"@ionic/angular-toolkit": "^12.3.0",
"@tailwindcss/postcss": "^4.3.1",
"@types/core-js": "^2.5.8",
"@types/crypto-js": "^4.2.2",
"@types/jasmine": "^6.0.0",
"@types/jasminewd2": "^2.0.13",
"@types/lodash-es": "^4.17.12",
"@types/node": "^26.0.0",
"@typescript-eslint/eslint-plugin": "^8.62.0",
"@typescript-eslint/parser": "^8.62.0",
"angular-eslint": "^22.0.0",
"autoprefixer": "^10.5.1",
"eslint": "^10.5.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^5.5.6",
"globals": "^17.7.0",
"http-server": "^14.1.1",
"postcss": "^8.5.15",
"postcss-html": "^1.8.1",
"postcss-load-config": "^6.0.1",
"postcss-scss": "^4.0.9",
"prettier": "^3.8.4",
"prettier-plugin-organize-imports": "^4.3.0",
"prettier-plugin-tailwindcss": "^0.8.0",
"sass": "^1.101.0",
"stylelint": "^17.13.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recess-order": "^7.7.0",
"stylelint-config-standard": "^40.0.0",
"stylelint-config-standard-scss": "^17.0.0",
"stylelint-order": "^8.1.1",
"stylelint-prettier": "^5.0.3",
"stylelint-scss": "^7.2.0",
"tailwindcss": "^4.3.1",
"ts-node": "^10.9.2",
"typescript": "^6.0.3",
"typescript-eslint": "^8.62.0"
},
"packageManager": "pnpm@11.9.0"
}