app-happy-bear-bop/package.json

57 lines
1.5 KiB
JSON

{
"name": "nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "15.1.9",
"react": "19.0.0",
"react-dom": "19.0.0",
"@hookform/resolvers": "^3.9.1",
"@mapbox/rehype-prism": "^0.9.0",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "15.1.7",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-radio-group": "^1.2.1",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@tabler/icons-react": "^3.22.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cobe": "^0.6.3",
"date-fns": "^4.1.0",
"fast-glob": "^3.3.2",
"framer-motion": "^11.11.17",
"geist": "^1.3.1",
"lucide-react": "^0.456.0",
"next-themes": "^0.4.3",
"prismjs": "^1.29.0",
"react-hook-form": "^7.53.2",
"react-icons": "^5.3.0",
"react-wrap-balancer": "^1.1.1",
"reading-time": "^1.5.0",
"remark-gfm": "^4.0.0",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.4",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/mdx": "^2.0.13",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^8",
"eslint-config-next": "15.1.9",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}