{ "name": "ai-website", "version": "0.1.0", "private": true, "description": "This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).", "license": "ISC", "author": "", "type": "commonjs", "main": "index.js", "directories": { "lib": "lib" }, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@tabler/icons-react": "^3.28.1", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "framer-motion": "^12.4.2", "lucide-react": "^0.473.0", "motion": "^12.0.4", "next": "15.1.5", "react": "^19.0.0", "react-dom": "^19.0.0", "react-icons": "^5.4.0", "recharts": "^2.15.1", "tailwind-merge": "^2.6.0", "tailwindcss-animate": "^1.0.7" }, "devDependencies": { "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "postcss": "^8", "tailwindcss": "^3.4.1", "typescript": "^5" } }