Files
warmbly/docs/package.json
T

37 lines
920 B
JSON

{
"name": "warmbly-docs",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"types:check": "fumadocs-mdx && next typegen && tsc --noEmit",
"postinstall": "fumadocs-mdx",
"lint": "eslint"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.4",
"fumadocs-core": "16.4.11",
"fumadocs-mdx": "14.2.6",
"fumadocs-ui": "16.4.11",
"lucide-react": "^0.563.0",
"next": "16.2.6",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"tailwind-merge": "^3.4.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@types/mdx": "^2.0.13",
"@types/node": "^25.0.10",
"@types/react": "^19.2.9",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.2",
"eslint-config-next": "16.2.6",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
}
}