61 lines
1.6 KiB
JSON
61 lines
1.6 KiB
JSON
{
|
|
"name": "nextjs",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^3.9.0",
|
|
"@mdx-js/loader": "^3.0.1",
|
|
"@mdx-js/react": "^3.0.1",
|
|
"@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.0",
|
|
"@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.19.0",
|
|
"@types/mdx": "^2.0.13",
|
|
"@types/node": "^20.17.16",
|
|
"@types/react": "19.0.8",
|
|
"@types/react-dom": "19.0.3",
|
|
"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.10",
|
|
"geist": "^1.3.1",
|
|
"lucide-react": "^0.454.0",
|
|
"next": "15.1.9",
|
|
"next-themes": "^0.3.0",
|
|
"prismjs": "^1.29.0",
|
|
"react": "19.0.0",
|
|
"react-dom": "19.0.0",
|
|
"react-hook-form": "^7.53.1",
|
|
"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",
|
|
"styled-jsx": "^5.1.1",
|
|
"tailwind-merge": "^2.5.4",
|
|
"typescript": "^5.6.3",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^9.14.0",
|
|
"eslint-config-next": "15.1.9",
|
|
"postcss": "^8.4.47",
|
|
"tailwindcss": "^3.4.14"
|
|
},
|
|
"overrides": {
|
|
"@types/react": "19.0.8",
|
|
"@types/react-dom": "19.0.3"
|
|
}
|
|
} |