{ "name": "frontend", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "lint": "oxlint", "preview": "vite preview" }, "dependencies": { "@tailwindcss/vite": "^4.3.3", "framer-motion": "^12.43.0", "lucide-react": "^1.28.0", "react": "^19.2.8", "react-dom": "^19.2.8", "tailwindcss": "^4.3.3" }, "devDependencies": { "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.4", "oxlint": "^1.75.0", "vite": "^8.2.0" } }