| { |
| "name": "burr-website", |
| "version": "0.1.0", |
| "private": true, |
| "scripts": { |
| "dev": "next dev", |
| "build": "next build", |
| "start": "next start", |
| "lint": "next lint" |
| }, |
| "dependencies": { |
| "@base-ui/react": "^1.3.0", |
| "class-variance-authority": "^0.7.1", |
| "clsx": "^2.1.1", |
| "lucide-react": "^0.475.0", |
| "motion": "^12.37.0", |
| "next": "^15.3.0", |
| "next-themes": "^0.4.6", |
| "react": "^19.0.0", |
| "react-dom": "^19.0.0", |
| "shadcn": "^4.0.8", |
| "shiki": "^3.2.0", |
| "tailwind-merge": "^3.5.0", |
| "tw-animate-css": "^1.4.0" |
| }, |
| "devDependencies": { |
| "@tailwindcss/postcss": "^4.1.0", |
| "@types/node": "^22.0.0", |
| "@types/react": "^19.0.0", |
| "@types/react-dom": "^19.0.0", |
| "eslint": "^9.0.0", |
| "eslint-config-next": "^15.3.0", |
| "tailwindcss": "^4.1.0", |
| "typescript": "^5.7.0" |
| } |
| } |