mirror of
https://github.com/dathere/ckan-devstaller.git
synced 2025-11-09 13:39:49 +00:00
38 lines
No EOL
1,009 B
JSON
38 lines
No EOL
1,009 B
JSON
{
|
|
"name": "ckan-devstaller-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": {
|
|
"@radix-ui/react-accordion": "^1.2.12",
|
|
"@radix-ui/react-collapsible": "^1.1.12",
|
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
"class-variance-authority": "^0.7.1",
|
|
"fumadocs-core": "15.8.1",
|
|
"fumadocs-mdx": "12.0.1",
|
|
"fumadocs-ui": "15.8.1",
|
|
"lucide-react": "^0.544.0",
|
|
"next": "15.5.4",
|
|
"react": "^19.1.1",
|
|
"react-dom": "^19.1.1",
|
|
"tailwind-merge": "^3.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.2.5",
|
|
"@tailwindcss/postcss": "^4.1.13",
|
|
"@types/mdx": "^2.0.13",
|
|
"@types/node": "24.5.2",
|
|
"@types/react": "^19.1.14",
|
|
"@types/react-dom": "^19.1.9",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^4.1.13",
|
|
"typescript": "^5.9.2"
|
|
}
|
|
} |