AI_Resume_Scanner / frontend /package.json
majidali1256's picture
feat(step-6): Next.js frontend dashboard with Framer Motion animations & responsive UI
3ef3535
Raw
History Blame Contribute Delete
723 Bytes
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@types/canvas-confetti": "^1.9.0",
"canvas-confetti": "^1.9.4",
"clsx": "^2.1.1",
"framer-motion": "^12.42.2",
"lucide-react": "^1.26.0",
"next": "16.2.11",
"react": "19.2.4",
"react-dom": "19.2.4",
"tailwind-merge": "^3.6.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.11",
"tailwindcss": "^4",
"typescript": "^5"
}
}