instaclone/admin-frontend/package.json
2026-07-15 12:35:48 +05:30

44 lines
1.2 KiB
JSON

{
"name": "admin-instagram-d9wl4z",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"clsx": "^2.0.0",
"tailwind-merge": "^1.14.0",
"class-variance-authority": "^0.7.0",
"tailwindcss-animate": "^1.0.7",
"react-hook-form": "^7.48.2",
"@hookform/resolvers": "^3.3.2",
"zod": "^3.22.4",
"@radix-ui/react-slot": "^1.0.2",
"sonner": "latest",
"axios": "^1.6.0",
"@tanstack/react-query": "^5.0.0",
"@tanstack/react-table": "^8.20.5",
"framer-motion": "^10.16.4",
"recharts": "^2.13.0",
"lucide-react": "^0.378.0",
"react-router-dom": "^6.18.0",
"date-fns": "^3.0.0",
"zustand": "^4.5.7",
"@cashfreepayments/cashfree-js": "^1.0.6"
},
"devDependencies": {
"vite": "^5.4.0",
"@vitejs/plugin-react": "^4.3.0",
"tailwindcss": "^3.4.0",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"typescript": "^5.2.2",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15"
}
}