51 lines
1.4 KiB
JSON
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.6.0",
|
|
"@fuma-translate/react": "^1.0.2",
|
|
"@fumadocs/base-ui": "^16.12.1",
|
|
"@icons-pack/react-simple-icons": "^13.13.0",
|
|
"@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.4",
|
|
"cnfast": "^0.0.8",
|
|
"fumadocs-core": "16.12.1",
|
|
"fumadocs-mdx": "15.2.0",
|
|
"fumadocs-twoslash": "^3.3.0",
|
|
"fumadocs-ui": "npm:@fumadocs/[email protected]",
|
|
"lucide-react": "^1.3.0",
|
|
"next": "^16.3.4",
|
|
"next-themes": "^0.4.6",
|
|
"react": "^19.2.8",
|
|
"react-dom": "^19.2.8",
|
|
"takumi-js": "^2.4.0",
|
|
"twoslash": "^0.3.9"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.5.5",
|
|
"@tailwindcss/postcss": "^4.3.3",
|
|
"@types/mdx": "^2.0.14",
|
|
"@types/node": "^26.1.1",
|
|
"@types/react": "^19.2.17",
|
|
"@types/react-dom": "^19.2.3",
|
|
"postcss": "^8.5.21",
|
|
"react-medium-image-zoom": "^5.4.8",
|
|
"serve": "^14.2.6",
|
|
"tailwindcss": "^4.3.3",
|
|
"typescript": "^6.0.3"
|
|
}
|
|
} |