mirror of
https://github.com/dathere/ckanaction.git
synced 2026-07-05 17:12:19 +00:00
44 lines
1.1 KiB
JSON
44 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.5",
|
|
"@radix-ui/react-tabs": "^1.1.14",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"fumadocs-core": "16.10.1",
|
|
"fumadocs-mdx": "^15.0.12",
|
|
"fumadocs-openapi": "^11.0.1",
|
|
"fumadocs-ui": "16.7.9",
|
|
"lucide-react": "^1.17.0",
|
|
"motion": "^12.40.0",
|
|
"next": "^16.2.9",
|
|
"react": "^19.2.7",
|
|
"react-dom": "^19.2.7",
|
|
"rough-notation": "^0.5.1",
|
|
"shiki": "^4.2.0",
|
|
"tailwind-merge": "^3.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.4.16",
|
|
"@tailwindcss/postcss": "^4.3.0",
|
|
"@types/mdx": "^2.0.14",
|
|
"@types/node": "25.5.0",
|
|
"@types/react": "^19.2.17",
|
|
"@types/react-dom": "^19.2.3",
|
|
"openapi-types": "^12.1.3",
|
|
"postcss": "8.5.15",
|
|
"tailwindcss": "^4.3.0",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "^6.0.3"
|
|
}
|
|
}
|