best / frontend /package.json
anky2002's picture
feat: 🎨 Update package.json with framer-motion and auto-animate for animations
f523f45 verified
Raw
History Blame Contribute Delete
1.29 kB
{
"name": "jobportal-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate-client": "openapi-ts"
},
"dependencies": {
"next": "^15.3.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tailwindcss": "^4.1.0",
"@tailwindcss/postcss": "^4.1.0",
"@tanstack/react-query": "^5.65.0",
"react-hook-form": "^7.54.0",
"@hookform/resolvers": "^5.0.0",
"zod": "^3.24.0",
"axios": "^1.7.0",
"lucide-react": "^0.474.0",
"next-themes": "^0.4.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"tailwind-merge": "^3.0.0",
"sonner": "^2.0.0",
"date-fns": "^4.1.0",
"@dnd-kit/core": "^6.3.0",
"@dnd-kit/sortable": "^10.0.0",
"react-markdown": "^9.0.0",
"zustand": "^5.0.0",
"framer-motion": "^12.0.0",
"@formkit/auto-animate": "^0.8.0",
"@ai-sdk/openai": "^1.2.0",
"@ai-sdk/anthropic": "^1.2.0",
"@ai-sdk/google": "^1.2.0",
"ai": "^4.2.0"
},
"devDependencies": {
"typescript": "^5.7.0",
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@hey-api/openapi-ts": "^0.66.0",
"postcss": "^8.5.0"
}
}