mirror of
https://github.com/Moe-Sakura/frontend.git
synced 2026-03-30 07:39:45 +08:00
* 移除 `vue-router` 依赖,简化项目结构。 * 更新 `package.json` 和 `pnpm-lock.yaml`,确保依赖项的整洁性。 * 优化服务工作者 `sw.js`,引入缓存策略和版本管理,提升 PWA 性能。 * 更新多个组件的样式,增强用户界面的视觉一致性。 * 调整 `vite.config.ts`,引入新的插件以支持服务工作者版本管理。
41 lines
1002 B
JSON
41 lines
1002 B
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.2",
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"@types/node": "^25.0.1",
|
|
"@types/nprogress": "^0.2.3",
|
|
"@typescript-eslint/eslint-plugin": "^8.49.0",
|
|
"@typescript-eslint/parser": "^8.49.0",
|
|
"@vitejs/plugin-vue": "^6.0.3",
|
|
"eslint": "^9.39.2",
|
|
"eslint-plugin-vue": "^10.6.2",
|
|
"tailwindcss": "^4.1.18",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.49.0",
|
|
"vite": "^7.2.7",
|
|
"vue-tsc": "^3.1.8"
|
|
},
|
|
"dependencies": {
|
|
"@fancyapps/ui": "^6.1.7",
|
|
"artalk": "^2.9.1",
|
|
"lozad": "^1.16.0",
|
|
"lucide-vue-next": "^0.561.0",
|
|
"motion-v": "^1.7.4",
|
|
"nprogress": "^0.2.0",
|
|
"pinia": "^3.0.4",
|
|
"quicklink": "^3.0.1",
|
|
"vue": "^3.5.25"
|
|
}
|
|
}
|