Files
2026-09-08 02:34:25 -03:00

51 lines
1.4 KiB
JSON

{
"name": ".",
"version": "0.0.8",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev -p 4000",
"start": "serve out",
"types:check": "fumadocs-mdx && next typegen && tsc --noEmit",
"postinstall": "fumadocs-mdx",
"lint": "biome check",
"format": "biome format --write"
},
"dependencies": {
"@base-ui/react": "^1.8.0",
"@fuma-translate/react": "^1.0.2",
"@fumadocs/base-ui": "^16.15.8",
"@icons-pack/react-simple-icons": "^13.15.1",
"@orama/orama": "^3.1.18",
"@typescript/ata": "^0.9.8",
"@typescript/vfs": "^1.6.4",
"beautiful-mermaid": "^1.1.3",
"class-variance-authority": "^0.7.1",
"cn": "^0.2.6",
"cnfast": "^0.0.8",
"fumadocs-core": "16.12.1",
"fumadocs-mdx": "15.2.0",
"fumadocs-twoslash": "^3.3.1",
"fumadocs-ui": "npm:@fumadocs/[email protected]",
"lucide-react": "^1.42.0",
"next": "^16.3.4",
"next-themes": "^0.4.6",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"takumi-js": "^2.13.7",
"twoslash": "^0.3.9"
},
"devDependencies": {
"@biomejs/biome": "^2.5.12",
"@tailwindcss/postcss": "^4.3.3",
"@types/mdx": "^2.0.14",
"@types/node": "^26.5.0",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.7",
"postcss": "^8.5.28",
"react-medium-image-zoom": "^5.4.9",
"serve": "^14.2.6",
"tailwindcss": "^4.3.3",
"typescript": "^6.0.3"
}
}