chore(Docs): remove fumapress app powered by waku and fumadocs

This commit is contained in:
Prad Nukala
2026-07-11 16:43:20 -04:00
parent 077cbeeb5a
commit 0ab732e90a
10 changed files with 0 additions and 981 deletions
-32
View File
@@ -1,32 +0,0 @@
{
"name": "docs",
"private": true,
"type": "module",
"sideEffects": false,
"scripts": {
"dev": "waku dev",
"build": "waku build",
"start": "waku start",
"types:check": "fumadocs-mdx && tsc --noEmit"
},
"dependencies": {
"@base-ui/react": "^1.6.0",
"fumadocs-core": "^16.11.1",
"fumadocs-mdx": "^15.1.0",
"fumadocs-ui": "npm:@fumadocs/base-ui@^16.11.1",
"fumapress": "0.7.3",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-server-dom-webpack": "^19.2.7",
"waku": "1.0.0-beta.6"
},
"devDependencies": {
"@tailwindcss/vite": "^4.3.2",
"@types/mdx": "^2.0.14",
"@types/node": "^26.1.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"tailwindcss": "^4.3.2",
"typescript": "^6.0.3"
}
}