| 12345678910111213141516171819202122232425262728293031323334 |
- {
- "name": "@briven/docs",
- "version": "0.0.0",
- "private": true,
- "description": "docs.briven.tech — developer documentation (next.js 16 + fumadocs)",
- "type": "module",
- "scripts": {
- "dev": "next dev -p 3002",
- "build": "next build",
- "start": "next start -p 3002",
- "lint": "eslint . --max-warnings 0",
- "typecheck": "tsc --noEmit"
- },
- "dependencies": {
- "@briven/config": "workspace:*",
- "@briven/ui": "workspace:*",
- "fumadocs-core": "^16.8.4",
- "fumadocs-mdx": "^14.3.1",
- "fumadocs-ui": "^16.8.4",
- "geist": "^1.7.0",
- "next": "^16.2.9",
- "react": "^19.2.5",
- "react-dom": "^19.2.5"
- },
- "devDependencies": {
- "@tailwindcss/postcss": "^4.2.4",
- "@types/node": "^25.6.0",
- "@types/react": "^19.2.14",
- "@types/react-dom": "^19.2.3",
- "postcss": "^8.5.12",
- "tailwindcss": "^4.2.4",
- "typescript": "^6.0.3"
- }
- }
|