Files
mantrae/web/docs/package.json
T
2026-03-31 18:53:19 +00:00

46 lines
1.2 KiB
JSON

{
"name": "mantrae-docs",
"private": true,
"type": "module",
"sideEffects": false,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"start": "serve dist/client",
"preview": "vite preview",
"types:check": "fumadocs-mdx && tsc --noEmit",
"postinstall": "fumadocs-mdx",
"deploy": "vite build && wrangler pages deploy"
},
"dependencies": {
"@orama/orama": "^3.1.18",
"@tanstack/react-router": "1.167.5",
"@tanstack/react-router-devtools": "1.166.9",
"@tanstack/react-start": "1.166.17",
"@tanstack/start-static-server-functions": "1.166.15",
"fumadocs-core": "16.6.17",
"fumadocs-mdx": "14.2.10",
"fumadocs-ui": "16.6.17",
"lucide-react": "^1.0.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"vite": "^8.0.0"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.29.1",
"@tailwindcss/vite": "^4.2.2",
"@types/mdx": "^2.0.13",
"@types/node": "^25.5.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"serve": "^14.2.6",
"srvx": "^0.11.12",
"tailwindcss": "^4.2.2",
"typescript": "^5.9.3",
"vite-plugin-svgr": "^4.5.0",
"vite-tsconfig-paths": "^6.1.1",
"wrangler": "^4.75.0"
}
}