Files
woonoow-docs/package.json
2026-05-30 18:52:21 +07:00

63 lines
1.8 KiB
JSON

{
"name": "docubook",
"template": "nextjs-docker",
"description": "Next.js standalone with docker image documentation template for DocuBook",
"version": "1.0.0",
"type": "module",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"@docsearch/css": "^4.6.2",
"@docsearch/react": "^4.6.2",
"@docubook/core": "^1.7.0",
"@docubook/mdx-content": "^3.2.1",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-toggle-group": "^1.1.11",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.38.0",
"geist": "^1.7.0",
"lucide-react": "^1.7.0",
"next": "^16.2.6",
"next-themes": "^0.4.6",
"react": "19.2.3",
"react-dom": "19.2.3",
"sonner": "^1.7.4",
"tailwind-merge": "^2.6.1",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@tailwindcss/postcss": "^4.2.2",
"@tailwindcss/typography": "^0.5.19",
"@types/node": "^20.19.37",
"@types/react": "19.2.8",
"@types/react-dom": "19.2.3",
"@types/unist": "^3.0.3",
"autoprefixer": "^10.4.27",
"eslint": "^9.39.4",
"eslint-config-next": "16.1.3",
"postcss": "^8.5.8",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.6.14",
"tailwindcss": "^4.2.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.57.2"
},
"overrides": {
"@types/react": "19.2.8",
"@types/react-dom": "19.2.3"
}
}