Files
SearcjGal-frontend/package.json
AdingApkgg a7b23f813a chore: 更新依赖包至最新版本
更新所有开发依赖和运行时依赖到最新次要版本,包括 TypeScript 生态系统工具链、Vue 相关插件和 UI 库。同时将 pnpm 包管理器版本更新至 10.30.1 以保持开发环境一致性。
2026-02-21 14:00:05 +08:00

42 lines
1.1 KiB
JSON

{
"name": "searchgal-frontend",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"@eslint/js": "^9.39.3",
"@tailwindcss/vite": "^4.2.0",
"@types/node": "^25.3.0",
"@typescript-eslint/eslint-plugin": "^8.56.0",
"@typescript-eslint/parser": "^8.56.0",
"@vitejs/plugin-vue": "^6.0.4",
"eslint": "^9.39.3",
"eslint-plugin-vue": "^10.8.0",
"tailwindcss": "^4.2.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.56.0",
"vite": "^7.3.1",
"vite-plugin-pwa": "^1.2.0",
"vue-tsc": "^3.2.5",
"workbox-window": "^7.4.0"
},
"dependencies": {
"@fontsource/noto-sans-sc": "^5.2.9",
"@tanstack/vue-virtual": "^3.13.18",
"artalk": "^2.9.1",
"lucide-vue-next": "^0.575.0",
"pinia": "^3.0.4",
"prismjs": "^1.30.0",
"vue": "^3.5.28",
"vue-prism-editor": "2.0.0-alpha.2"
},
"packageManager": "pnpm@10.30.1"
}