mirror of
https://github.com/sky22333/hubproxy.git
synced 2026-08-05 03:24:57 +08:00
35 lines
772 B
JSON
35 lines
772 B
JSON
{
|
|
"name": "web",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"packageManager": "npm@11.12.1",
|
|
"engines": {
|
|
"node": ">=24"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc -b && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource-variable/manrope": "^5.2.8",
|
|
"@fontsource/syne": "^5.2.7",
|
|
"clsx": "^2.1.1",
|
|
"lucide-vue-next": "^0.577.0",
|
|
"tailwind-merge": "^3.6.0",
|
|
"vue": "^3.5.39",
|
|
"vue-router": "^4.6.4"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.3.2",
|
|
"@types/node": "^24.13.2",
|
|
"@vitejs/plugin-vue": "^6.0.7",
|
|
"@vue/tsconfig": "^0.9.1",
|
|
"tailwindcss": "^4.3.2",
|
|
"typescript": "~6.0.2",
|
|
"vite": "^8.1.1",
|
|
"vue-tsc": "^3.3.5"
|
|
}
|
|
}
|