mirror of
https://github.com/Moe-Sakura/frontend.git
synced 2026-03-16 05:03:18 +08:00
- Replaced `vue-virtual-scroll-list` with `@tanstack/vue-virtual` in package.json for enhanced virtual scrolling capabilities. - Refactored multiple components to utilize CSS transitions instead of JavaScript animations, improving performance and simplifying code. - Updated transition classes in `AnimatedBackground.vue`, `CommentsModal.vue`, `KeyboardHelpPanel.vue`, `SettingsModal.vue`, `VndbPanel.vue`, and others for a more cohesive user experience. - Removed unnecessary animation functions and streamlined component structures for better maintainability.
41 lines
1.0 KiB
JSON
41 lines
1.0 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",
|
|
"@typescript-eslint/eslint-plugin": "^8.50.1",
|
|
"@typescript-eslint/parser": "^8.50.1",
|
|
"@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.1",
|
|
"vite": "^7.3.0",
|
|
"vue-tsc": "^3.2.1"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/noto-sans-sc": "^5.2.8",
|
|
"artalk": "^2.9.1",
|
|
"lucide-vue-next": "^0.562.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",
|
|
"@tanstack/vue-virtual": "^3.13.6"
|
|
},
|
|
"packageManager": "pnpm@10.26.2"
|
|
}
|