ckanaction/docs/package.json

36 lines
885 B
JSON

{
"name": "docs",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev --turbo",
"start": "next start",
"postinstall": "fumadocs-mdx",
"lint": "biome check",
"format": "biome format --write"
},
"dependencies": {
"fumadocs-core": "16.2.2",
"fumadocs-mdx": "^14.0.4",
"fumadocs-openapi": "^10.1.0",
"fumadocs-ui": "16.2.2",
"lucide-react": "^0.555.0",
"next": "^16.0.6",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"shiki": "^3.18.0"
},
"devDependencies": {
"@biomejs/biome": "^2.3.8",
"@tailwindcss/postcss": "^4.1.17",
"@types/mdx": "^2.0.13",
"@types/node": "24.10.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"openapi-types": "^12.1.3",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3"
}
}