ckanaction/docs/package.json

36 lines
No EOL
882 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.0.2",
"fumadocs-mdx": "^13.0.0",
"fumadocs-openapi": "^9.6.3",
"fumadocs-ui": "16.0.2",
"lucide-react": "^0.546.0",
"next": "^16.0.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"shiki": "^3.13.0"
},
"devDependencies": {
"@biomejs/biome": "^2.3.0",
"@tailwindcss/postcss": "^4.1.16",
"@types/mdx": "^2.0.13",
"@types/node": "24.9.1",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"openapi-types": "^12.1.3",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.16",
"typescript": "^5.9.3"
}
}