-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
118 lines (118 loc) · 4.48 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
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "ionic-boilerplate",
"version": "0.0.1",
"private": true,
"scripts": {
"ng": "ng",
"start": "ng serve --host=0.0.0.0 --disable-host-check",
"start:github": "ng serve --configuration=github",
"start:vercel": "ng serve --configuration=production",
"start:production": "ng serve --configuration=production --host=0.0.0.0 --disable-host-check",
"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 ."
},
"web-types": "./tools/web-types/web-types.json",
"dependencies": {
"@angular/cdk": "^19.1.3",
"@angular/common": "^19.1.4",
"@angular/core": "^19.1.4",
"@angular/elements": "^19.1.3",
"@angular/forms": "^19.1.4",
"@angular/localize": "^19.1.3",
"@angular/platform-browser": "^19.1.4",
"@angular/platform-browser-dynamic": "^19.1.4",
"@angular/router": "^19.1.4",
"@capacitor/android": "^7.0.1",
"@capacitor/app": "^7.0.0",
"@capacitor/barcode-scanner": "^1.0.4",
"@capacitor/browser": "^7.0.0",
"@capacitor/camera": "^7.0.0",
"@capacitor/core": "^7.0.1",
"@capacitor/device": "^7.0.0",
"@capacitor/filesystem": "^7.0.0",
"@capacitor/haptics": "^7.0.0",
"@capacitor/inappbrowser": "^1.0.3",
"@capacitor/ios": "^7.0.1",
"@capacitor/keyboard": "^7.0.0",
"@capacitor/splash-screen": "^7.0.0",
"@capacitor/status-bar": "^7.0.0",
"@ionic/angular": "^8.4.3",
"@ionic/core": "^8.4.3",
"@ionic/storage-angular": "^4.0.0",
"@ngx-translate/core": "^16.0.4",
"@ngx-translate/http-loader": "^16.0.1",
"core-js": "^3.40.0",
"crypto-js": "^4.2.0",
"date-fns": "^4.1.0",
"ionicons": "^7.4.0",
"lodash-es": "^4.17.21",
"rxjs": "^7.8.1",
"swiper": "^11.2.2",
"tslib": "^2.8.1",
"vconsole": "^3.15.1",
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.1.6",
"@angular-eslint/builder": "^19.0.2",
"@angular-eslint/eslint-plugin": "^19.0.2",
"@angular-eslint/eslint-plugin-template": "^19.0.2",
"@angular-eslint/schematics": "^19.0.2",
"@angular-eslint/template-parser": "^19.0.2",
"@angular/cli": "^19.1.6",
"@angular/compiler": "^19.1.4",
"@angular/compiler-cli": "^19.1.4",
"@angular/language-service": "^19.1.3",
"@capacitor/assets": "^3.0.5",
"@capacitor/cli": "^7.0.1",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.19.0",
"@ionic/angular-toolkit": "^12.1.1",
"@tailwindcss/postcss": "^4.0.3",
"@types/core-js": "^2.5.8",
"@types/crypto-js": "^4.2.2",
"@types/jasmine": "^5.1.5",
"@types/jasminewd2": "^2.0.13",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.13.1",
"@typescript-eslint/eslint-plugin": "^8.23.0",
"@typescript-eslint/parser": "^8.23.0",
"angular-eslint": "^19.0.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^5.2.3",
"globals": "^15.14.0",
"http-server": "^14.1.1",
"postcss": "^8.5.1",
"postcss-html": "^1.8.0",
"postcss-load-config": "^6.0.1",
"postcss-scss": "^4.0.9",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.11",
"sass": "^1.84.0",
"stylelint": "^16.14.1",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recess-order": "^6.0.0",
"stylelint-config-standard": "^37.0.0",
"stylelint-config-standard-scss": "^14.0.0",
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^5.0.3",
"stylelint-scss": "^6.11.0",
"tailwindcss": "^4.0.3",
"ts-node": "^10.9.2",
"typescript": "5.6.3",
"typescript-eslint": "^8.23.0"
},
"packageManager": "[email protected]"
}