feat(docs): initial interactive ckanaction docs web app

This commit is contained in:
rzmk 2025-10-12 16:26:21 -04:00
parent 945fc6dca1
commit 39c573a5a4
27 changed files with 1507 additions and 0 deletions

36
docs/package.json Normal file
View file

@ -0,0 +1,36 @@
{
"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": "15.8.5",
"fumadocs-mdx": "12.0.3",
"fumadocs-openapi": "^9.5.1",
"fumadocs-ui": "15.8.5",
"lucide-react": "^0.544.0",
"next": "15.5.4",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"shiki": "^3.13.0"
},
"devDependencies": {
"@biomejs/biome": "^2.2.5",
"@tailwindcss/postcss": "^4.1.14",
"@types/mdx": "^2.0.13",
"@types/node": "24.6.2",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"openapi-types": "^12.1.3",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.14",
"typescript": "^5.9.3"
}
}