{ "name": "frontend", "version": "1.0.0", "private": true, "scripts": { "dev": "vite", "build": "vite build", "serve": "vite preview" }, "dependencies": { "@heroicons/react": "^2.2.0", "daisyui": "^4.12.23", "debounce": "^2.2.0", "match-sorter": "^8.1.0", "react": "^18.2.0", "react-cookie-consent": "^9.0.0", "react-dom": "^18.2.0", "react-select": "^5.10.2", "react-use": "^17.6.0", "tailwindcss": "^3.0.0", "zustand": "^5.0.7" }, "devDependencies": { "@types/react": "^18.2.15", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.3", "autoprefixer": "^10.0.0", "postcss": "^8.0.0", "typescript": "^5.1.6", "vite": "^4.4.5" } }