mirror of
https://github.com/dathere/ckanaction.git
synced 2026-04-03 21:36:05 +00:00
43 lines
1.1 KiB
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.7.9",
|
|
"fumadocs-mdx": "^14.2.11",
|
|
"fumadocs-openapi": "^10.6.3",
|
|
"fumadocs-ui": "16.7.9",
|
|
"lucide-react": "^1.7.0",
|
|
"motion": "^12.38.0",
|
|
"next": "^16.2.2",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"rough-notation": "^0.5.1",
|
|
"shiki": "^4.0.2",
|
|
"tailwind-merge": "^3.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.4.10",
|
|
"@tailwindcss/postcss": "^4.2.2",
|
|
"@types/mdx": "^2.0.13",
|
|
"@types/node": "25.5.0",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"openapi-types": "^12.1.3",
|
|
"postcss": "8.5.8",
|
|
"tailwindcss": "^4.2.2",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "^6.0.2"
|
|
}
|
|
}
|