mirror of
https://github.com/shadcn-ui/taxonomy
synced 2026-05-23 01:08:28 +00:00
122 lines
3.9 KiB
JSON
122 lines
3.9 KiB
JSON
{
|
|
"name": "taxonomy",
|
|
"version": "0.2.0",
|
|
"private": true,
|
|
"author": {
|
|
"name": "shadcn",
|
|
"url": "https://twitter.com/shadcn"
|
|
},
|
|
"scripts": {
|
|
"dev": "concurrently \"contentlayer dev\" \"next dev\"",
|
|
"build": "contentlayer build && next build",
|
|
"turbo": "next dev --turbo",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"preview": "next build && next start",
|
|
"postinstall": "prisma generate"
|
|
},
|
|
"dependencies": {
|
|
"@editorjs/code": "^2.8.0",
|
|
"@editorjs/editorjs": "^2.26.5",
|
|
"@editorjs/embed": "^2.5.3",
|
|
"@editorjs/header": "^2.7.0",
|
|
"@editorjs/inline-code": "^1.4.0",
|
|
"@editorjs/link": "^2.5.0",
|
|
"@editorjs/list": "^1.8.0",
|
|
"@editorjs/paragraph": "^2.9.0",
|
|
"@editorjs/table": "^2.2.1",
|
|
"@hookform/resolvers": "^3.1.0",
|
|
"@next-auth/prisma-adapter": "^1.0.6",
|
|
"@prisma/client": "^4.13.0",
|
|
"@radix-ui/react-accessible-icon": "^1.0.2",
|
|
"@radix-ui/react-accordion": "^1.1.1",
|
|
"@radix-ui/react-alert-dialog": "^1.0.3",
|
|
"@radix-ui/react-aspect-ratio": "^1.0.2",
|
|
"@radix-ui/react-avatar": "^1.0.2",
|
|
"@radix-ui/react-checkbox": "^1.0.3",
|
|
"@radix-ui/react-collapsible": "^1.0.2",
|
|
"@radix-ui/react-context-menu": "^2.1.3",
|
|
"@radix-ui/react-dialog": "^1.0.3",
|
|
"@radix-ui/react-dropdown-menu": "^2.0.4",
|
|
"@radix-ui/react-hover-card": "^1.0.5",
|
|
"@radix-ui/react-label": "^2.0.1",
|
|
"@radix-ui/react-menubar": "^1.0.2",
|
|
"@radix-ui/react-navigation-menu": "^1.1.2",
|
|
"@radix-ui/react-popover": "^1.0.5",
|
|
"@radix-ui/react-progress": "^1.0.2",
|
|
"@radix-ui/react-radio-group": "^1.1.2",
|
|
"@radix-ui/react-scroll-area": "^1.0.3",
|
|
"@radix-ui/react-select": "^1.2.1",
|
|
"@radix-ui/react-separator": "^1.0.2",
|
|
"@radix-ui/react-slider": "^1.1.1",
|
|
"@radix-ui/react-slot": "^1.0.1",
|
|
"@radix-ui/react-switch": "^1.0.2",
|
|
"@radix-ui/react-tabs": "^1.0.3",
|
|
"@radix-ui/react-toast": "^1.1.3",
|
|
"@radix-ui/react-toggle": "^1.0.2",
|
|
"@radix-ui/react-toggle-group": "^1.0.3",
|
|
"@radix-ui/react-tooltip": "^1.0.5",
|
|
"@t3-oss/env-nextjs": "^0.2.2",
|
|
"@typescript-eslint/parser": "^5.59.0",
|
|
"@vercel/analytics": "^1.0.0",
|
|
"@vercel/og": "^0.0.21",
|
|
"class-variance-authority": "^0.4.0",
|
|
"clsx": "^1.2.1",
|
|
"cmdk": "^0.1.22",
|
|
"concurrently": "^8.0.1",
|
|
"contentlayer": "^0.3.1",
|
|
"date-fns": "^2.29.3",
|
|
"lucide-react": "^0.92.0",
|
|
"next": "13.3.2-canary.13",
|
|
"next-auth": "4.22.1",
|
|
"next-contentlayer": "^0.3.1",
|
|
"next-themes": "^0.2.1",
|
|
"nodemailer": "^6.9.1",
|
|
"postmark": "^3.0.15",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^18.2.0",
|
|
"react-day-picker": "^8.7.1",
|
|
"react-dom": "^18.2.0",
|
|
"react-editor-js": "^2.1.0",
|
|
"react-hook-form": "^7.43.9",
|
|
"react-textarea-autosize": "^8.4.1",
|
|
"sharp": "^0.31.3",
|
|
"shiki": "^0.11.1",
|
|
"stripe": "^11.18.0",
|
|
"tailwind-merge": "^1.12.0",
|
|
"tailwindcss-animate": "^1.0.5",
|
|
"zod": "^3.21.4"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^17.6.1",
|
|
"@commitlint/config-conventional": "^17.6.1",
|
|
"@ianvs/prettier-plugin-sort-imports": "^3.7.2",
|
|
"@tailwindcss/line-clamp": "^0.4.4",
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"@types/node": "^18.16.0",
|
|
"@types/react": "18.0.15",
|
|
"@types/react-dom": "18.0.6",
|
|
"autoprefixer": "^10.4.14",
|
|
"eslint": "^8.39.0",
|
|
"eslint-config-next": "13.0.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-plugin-react": "^7.32.2",
|
|
"eslint-plugin-tailwindcss": "^3.11.0",
|
|
"husky": "^8.0.3",
|
|
"mdast-util-toc": "^6.1.1",
|
|
"postcss": "^8.4.23",
|
|
"prettier": "^2.8.8",
|
|
"prettier-plugin-tailwindcss": "^0.1.13",
|
|
"pretty-quick": "^3.1.3",
|
|
"prisma": "^4.13.0",
|
|
"rehype": "^12.0.1",
|
|
"rehype-autolink-headings": "^6.1.1",
|
|
"rehype-pretty-code": "^0.9.5",
|
|
"rehype-slug": "^5.1.0",
|
|
"remark": "^14.0.2",
|
|
"remark-gfm": "^3.0.1",
|
|
"tailwindcss": "^3.3.1",
|
|
"typescript": "4.7.4",
|
|
"unist-util-visit": "^4.1.2"
|
|
}
|
|
}
|