mirror of
https://github.com/shadcn-ui/taxonomy
synced 2026-05-23 09:18:30 +00:00
71 lines
2 KiB
JSON
71 lines
2 KiB
JSON
{
|
|
"name": "taxonomy",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"author": {
|
|
"name": "shadcn",
|
|
"url": "https://twitter.com/shadcn"
|
|
},
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"preview": "next build && next start"
|
|
},
|
|
"dependencies": {
|
|
"@editorjs/code": "^2.7.0",
|
|
"@editorjs/editorjs": "^2.25.0",
|
|
"@editorjs/embed": "^2.5.3",
|
|
"@editorjs/header": "^2.6.2",
|
|
"@editorjs/inline-code": "^1.3.1",
|
|
"@editorjs/link": "^2.4.1",
|
|
"@editorjs/list": "^1.7.0",
|
|
"@editorjs/paragraph": "^2.8.0",
|
|
"@editorjs/table": "^2.0.4",
|
|
"@hookform/resolvers": "^2.9.10",
|
|
"@next-auth/prisma-adapter": "^1.0.4",
|
|
"@prisma/client": "^4.4.0",
|
|
"@radix-ui/react-alert-dialog": "^1.0.2",
|
|
"@radix-ui/react-avatar": "^1.0.1",
|
|
"@radix-ui/react-dropdown-menu": "^2.0.1",
|
|
"@radix-ui/react-popover": "1.0.0",
|
|
"@radix-ui/react-toggle": "^1.0.0",
|
|
"clsx": "^1.2.1",
|
|
"fast-glob": "^3.2.12",
|
|
"hasha": "^5.2.2",
|
|
"lucide-react": "^0.92.0",
|
|
"next": "^13.0.2-canary.2",
|
|
"next-auth": "^4.15.0",
|
|
"next-mdx-remote": "^4.1.0",
|
|
"node-cache": "^5.1.2",
|
|
"nodemailer": "^6.8.0",
|
|
"postmark": "^3.0.14",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-editor-js": "^2.1.0",
|
|
"react-hook-form": "^7.38.0",
|
|
"react-hot-toast": "^2.4.0",
|
|
"react-textarea-autosize": "^8.3.4",
|
|
"sharp": "^0.31.1",
|
|
"tailwind-merge": "^1.6.2",
|
|
"tailwindcss-animate": "^1.0.5",
|
|
"zod": "^3.19.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.7",
|
|
"@types/node": "18.6.4",
|
|
"@types/react": "18.0.15",
|
|
"@types/react-dom": "18.0.6",
|
|
"autoprefixer": "^10.4.8",
|
|
"eslint": "8.21.0",
|
|
"eslint-config-next": "^13.0.0",
|
|
"postcss": "^8.4.14",
|
|
"prettier": "^2.7.1",
|
|
"prettier-plugin-tailwindcss": "^0.1.13",
|
|
"prisma": "^4.4.0",
|
|
"tailwindcss": "^3.1.7",
|
|
"typescript": "4.7.4"
|
|
}
|
|
}
|