40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "file-relay-ui",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"description": "文件中转站前端应用",
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"build": "vue-tsc -b && vite build",
|
|
"preview": "vite preview --host",
|
|
"serve": "vite preview",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"@tanstack/vue-table": "^8.21.3",
|
|
"@vueuse/core": "^14.1.0",
|
|
"axios": "^1.13.2",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"lucide-vue-next": "^0.562.0",
|
|
"reka-ui": "^2.7.0",
|
|
"tailwind-merge": "^3.4.0",
|
|
"tailwindcss": "^4.1.18",
|
|
"vue": "^3.5.24",
|
|
"vue-input-otp": "^0.3.2",
|
|
"vue-router": "^4.6.4",
|
|
"vue-sonner": "^2.0.9"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.10.8",
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"@vue/tsconfig": "^0.8.1",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "~5.9.3",
|
|
"vite": "^7.2.4",
|
|
"vue-tsc": "^3.1.4"
|
|
}
|
|
}
|