mirror of
https://github.com/zen-browser/docs.git
synced 2025-07-07 08:55:33 +02:00
36 lines
872 B
JSON
36 lines
872 B
JSON
{
|
|
"name": "zen-docs",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev",
|
|
"start": "next start",
|
|
"postinstall": "fumadocs-mdx",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@theguild/remark-mermaid": "^0.3.0",
|
|
"fumadocs-core": "15.2.2",
|
|
"fumadocs-mdx": "11.5.7",
|
|
"fumadocs-ui": "15.2.2",
|
|
"lucide-react": "^0.487.0",
|
|
"next": "15.2.4",
|
|
"octokit": "^4.1.2",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.0.17",
|
|
"@types/mdx": "^2.0.13",
|
|
"@types/node": "22.13.16",
|
|
"@types/react": "^19.0.12",
|
|
"@types/react-dom": "^19.0.4",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "15.2.4",
|
|
"lightningcss": "^1.29.3",
|
|
"postcss": "^8.5.3",
|
|
"tailwindcss": "^4.0.17",
|
|
"typescript": "^5.8.2"
|
|
}
|
|
}
|