{ "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.2", "@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", "@fontsource/noto-sans-sc": "^5.2.8", "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" } }