-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.11 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
{
"name": "hfi-utility-center",
"private": true,
"version": "1.3.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"format": "prettier --write src/"
},
"dependencies": {
"@primevue/forms": "^4.2.5",
"@primevue/themes": "^4.2.5",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"axios": "^1.7.9",
"cos-js-sdk-v5": "^1.8.4",
"lucide-static": "^0.473.0",
"postcss-load-config": "^6.0.1",
"primelocale": "^1.6.0",
"primevue": "^4.2.5",
"tailwindcss-primeui": "^0.4.0",
"vue": "^3.5.13",
"vue-i18n": "^11.0.1",
"vue-live2d": "^1.3.3",
"vue-request": "^2.0.4",
"vue-router": "^4.5.0",
"vue-turnstile": "^1.0.11",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^22.5.5",
"@vitejs/plugin-vue": "^5.1.2",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.12",
"typescript": "^5.5.3",
"vite": "^5.4.1",
"vite-plugin-sitemap": "^0.7.1",
"vue-tsc": "^2.0.29"
}
}