Files
stanza/apps/web/package.json
T
jake 4df8d80c79 chore: bump deps and migrate .inputValidator.validator
- Update `@types/node`, `semver`, TanStack Router/Start, `posthog-node`, `shadcn`, `fumadocs-mdx`, and a handful of other minor dep bumps across the monorepo
- Upgrade pnpm to 11.5.2
- Replace deprecated `.inputValidator(…)` calls with `.validator(…)` on all server functions
2026-06-09 12:57:22 -04:00

71 lines
2.1 KiB
JSON

{
"name": "@withstanza/web",
"version": "0.0.0",
"private": true,
"license": "MIT",
"type": "module",
"scripts": {
"build": "vp run compile-registry && vp build",
"dev": "vp run compile-registry && vp dev",
"start": "node .output/server/index.mjs"
},
"dependencies": {
"@base-ui/react": "^1.5.0",
"@fontsource-variable/geist": "^5.2.9",
"@fontsource-variable/geist-mono": "^5.2.8",
"@number-flow/react": "^0.6.0",
"@orama/orama": "^3.1.18",
"@pierre/trees": "1.0.0-beta.4",
"@tabler/icons-react": "^3.44.0",
"@tailwindcss/vite": "^4.3.0",
"@takumi-rs/image-response": "^1.7.0",
"@tanstack/react-devtools": "^0.10.5",
"@tanstack/react-hotkeys": "^0.10.0",
"@tanstack/react-pacer": "^0.22.1",
"@tanstack/react-router": "^1.170.15",
"@tanstack/react-router-devtools": "^1.167.0",
"@tanstack/react-start": "^1.168.25",
"@vercel/analytics": "^2.0.1",
"@vercel/functions": "^3.6.2",
"@withstanza/registry": "workspace:*",
"@withstanza/schema": "workspace:*",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"fumadocs-core": "^16.9.3",
"fumadocs-mdx": "^15.0.11",
"fumadocs-ui": "npm:@fumadocs/base-ui@^16.9.3",
"lru-cache": "^11.5.1",
"motion": "^12.40.0",
"nitro": "3.0.260603-beta",
"posthog-node": "^5.36.4",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-resizable-panels": "^4.11.2",
"recharts": "^3.8.1",
"shadcn": "^4.11.0",
"shiki": "^4.2.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.0",
"tw-animate-css": "^1.4.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.20",
"@tanstack/devtools-vite": "^0.7.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@types/mdx": "^2.0.14",
"@types/node": "catalog:",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.2",
"@vitejs/plugin-rsc": "^0.5.27",
"jsdom": "^29.1.1",
"typescript": "catalog:",
"vite": "catalog:",
"vite-plus": "catalog:",
"vitest": "catalog:"
}
}