ckanaction/docs/package.json

43 lines
1.1 KiB
JSON

{
"name": "docs",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"postinstall": "fumadocs-mdx",
"lint": "biome check",
"format": "biome format --write"
},
"dependencies": {
"@radix-ui/react-slot": "^1.2.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"fumadocs-core": "16.2.5",
"fumadocs-mdx": "^14.1.0",
"fumadocs-openapi": "^10.1.4",
"fumadocs-ui": "16.2.5",
"lucide-react": "^0.561.0",
"motion": "^12.23.26",
"next": "^16.0.10",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"rough-notation": "^0.5.1",
"shiki": "^3.20.0",
"tailwind-merge": "^3.4.0"
},
"devDependencies": {
"@biomejs/biome": "^2.3.8",
"@tailwindcss/postcss": "^4.1.18",
"@types/mdx": "^2.0.13",
"@types/node": "25.0.2",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"openapi-types": "^12.1.3",
"postcss": "8.5.6",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"
}
}