mirror of
https://github.com/Moe-Sakura/frontend.git
synced 2026-04-05 08:35:06 +08:00
* 从 `.env.example` 和 `env.d.ts` 中移除 `VITE_QUICKLINK_DELAY` 和 `VITE_QUICKLINK_LIMIT` 配置,简化性能设置。 * 更新 `README.md` 和相关文档,删除 Quicklink 相关的使用示例和说明。 * 在 `package.json` 中移除 `quicklink` 依赖,确保项目依赖的整洁性。 * 优化 `vite.config.ts` 和其他组件,调整性能配置以适应新的加载策略。
46 lines
1.3 KiB
JSON
46 lines
1.3 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.2",
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"@types/node": "^25.0.3",
|
|
"@types/nprogress": "^0.2.3",
|
|
"@types/prismjs": "^1.26.5",
|
|
"@typescript-eslint/eslint-plugin": "^8.50.0",
|
|
"@typescript-eslint/parser": "^8.50.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.50.0",
|
|
"vite": "^7.3.0",
|
|
"vue-tsc": "^3.2.0"
|
|
},
|
|
"dependencies": {
|
|
"@fancyapps/ui": "^6.1.7",
|
|
"@fontsource/noto-sans-sc": "^5.2.8",
|
|
"@types/animejs": "^3.1.13",
|
|
"animejs": "^4.2.2",
|
|
"artalk": "^2.9.1",
|
|
"lucide-vue-next": "^0.562.0",
|
|
"nprogress": "^0.2.0",
|
|
"pinia": "^3.0.4",
|
|
"prismjs": "^1.30.0",
|
|
"snd-lib": "^1.2.4",
|
|
"vue": "^3.5.26",
|
|
"vue-prism-editor": "2.0.0-alpha.2"
|
|
},
|
|
"packageManager": "pnpm@10.26.1+sha512.664074abc367d2c9324fdc18037097ce0a8f126034160f709928e9e9f95d98714347044e5c3164d65bd5da6c59c6be362b107546292a8eecb7999196e5ce58fa"
|
|
}
|