Checkpoint

This commit is contained in:
2026-07-26 02:20:45 -03:00
parent f04cbb7e02
commit 0f506ec19e
38 changed files with 1757 additions and 154 deletions
+40
View File
@@ -0,0 +1,40 @@
{
"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": {
"@fumadocs/base-ui": "^16.12.1",
"@orama/orama": "^3.1.18",
"cnfast": "^0.0.8",
"fumadocs-core": "16.12.1",
"fumadocs-mdx": "15.2.0",
"fumadocs-ui": "npm:@fumadocs/[email protected]",
"lucide-react": "^1.3.0",
"next": "^16.2.12",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"takumi-js": "^2.4.0"
},
"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"
}
}