You've already forked mangowm.github.io
mirror of
https://github.com/mangowm/mangowm.github.io.git
synced 2026-05-02 14:27:46 -07:00
52 lines
1.7 KiB
JSON
52 lines
1.7 KiB
JSON
{
|
|
"name": "web",
|
|
"private": true,
|
|
"type": "module",
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"dev": "vite dev --port=4000",
|
|
"prebuild": "bun run scripts/fetch-version.ts",
|
|
"build": "vite build && cp .output/public/_shell.html .output/public/index.html && cp .output/public/_shell.html .output/public/404.html && cp -r .output/dist/client/__tsr .output/public",
|
|
"start": "serve .output/public --config ../../serve.json",
|
|
"preview": "vite preview",
|
|
"types:check": "fumadocs-mdx && tsc --noEmit",
|
|
"postinstall": "fumadocs-mdx"
|
|
},
|
|
"dependencies": {
|
|
"@base-ui/react": "^1.4.1",
|
|
"@orama/orama": "^3.1.18",
|
|
"@streamdown/code": "^1.1.1",
|
|
"@tanstack/react-router": "1.166.7",
|
|
"@tanstack/react-router-devtools": "1.166.7",
|
|
"@tanstack/react-start": "1.166.8",
|
|
"@tanstack/start-static-server-functions": "1.166.9",
|
|
"animejs": "^4.3.6",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"fumadocs-core": "16.6.17",
|
|
"fumadocs-mdx": "14.2.10",
|
|
"fumadocs-ui": "npm:@fumadocs/base-ui@16.6.17",
|
|
"lucide-react": "^0.575.0",
|
|
"react": "^19.2.5",
|
|
"react-dom": "^19.2.5",
|
|
"shadcn": "^3.8.5",
|
|
"streamdown": "^2.5.0",
|
|
"tailwind-merge": "^3.5.0",
|
|
"tw-animate-css": "^1.4.0",
|
|
"vite": "^7.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.2.4",
|
|
"@types/mdx": "^2.0.13",
|
|
"@types/node": "^25.6.0",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^5.2.0",
|
|
"nitro": "^3.0.1-alpha.2",
|
|
"serve": "^14.2.6",
|
|
"srvx": "^0.11.15",
|
|
"tailwindcss": "^4.2.4",
|
|
"typescript": "^5.9.3",
|
|
"vite-tsconfig-paths": "^6.1.1"
|
|
}
|
|
} |