Files
wehub-resource-sync d18ada4ee7
Docker Publish / docker (web, apps/web/Dockerfile, web) (push) Failing after 0s
Docker Publish / docker (api, apps/api/Dockerfile, api) (push) Failing after 1s
Publish Extension / detect-version (push) Has been skipped
Publish Extension / submit (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 12:24:41 +08:00

35 lines
874 B
JSON

{
"name": "docs",
"version": "0.0.0",
"private": true,
"type": "module",
"sideEffects": false,
"scripts": {
"build": "waku build && node scripts/post-build.mjs",
"dev": "waku dev --host 127.0.0.1",
"postinstall": "fumadocs-mdx",
"start": "waku start",
"types:check": "fumadocs-mdx && tsc --noEmit"
},
"dependencies": {
"fumadocs-core": "^16.10.2",
"fumadocs-mdx": "^15.0.12",
"fumadocs-ui": "^16.10.2",
"fumapress": "^0.6.2",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-server-dom-webpack": "^19.2.7",
"waku": "1.0.0-beta.3"
},
"devDependencies": {
"@tailwindcss/vite": "^4.3.0",
"@types/mdx": "^2.0.14",
"@types/node": "^25.9.3",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"tailwindcss": "^4.3.0",
"typescript": "^5.9.3",
"vite": "^8.0.16"
}
}