{
"name": "ai-tools-hub-frontend",
"version": "2.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"type-check": "tsc --noEmit"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.22.0",
"@tanstack/react-query": "^5.20.0",
"@tanstack/react-table": "^8.12.0",
"framer-motion": "^11.0.3",
"zustand": "^4.5.0",
"axios": "^1.6.7",
"socket.io-client": "^4.6.1",
"chart.js": "^4.4.1",
"react-chartjs-2": "^5.2.0",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.1",
"clsx": "^2.1.0",
"tailwind-merge": "^2.2.1",
"lucide-react": "^0.323.0",
"react-hot-toast": "^2.4.1",
"date-fns": "^3.3.1",
"zod": "^3.22.4",
"react-hook-form": "^7.50.0",
"@hookform/resolvers": "^3.3.4",
"vaul": "^0.9.0",
"sonner": "^1.4.0",
"cmdk": "^0.2.1",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-switch": "^1.0.3",
"recharts": "^2.12.0"
},
"devDependencies": {
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vite": "^5.1.0",
"vite-plugin-pwa": "^0.19.0"
}
}