mirror of
https://github.com/jakejarvis/sofa.git
synced 2026-07-14 18:15:56 -04:00
68 lines
1.9 KiB
JSON
68 lines
1.9 KiB
JSON
{
|
|
"name": "@sofa/web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "biome check",
|
|
"format": "biome format --write",
|
|
"check-types": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@base-ui/react": "1.2.0",
|
|
"@fontsource-variable/dm-sans": "5.2.8",
|
|
"@fontsource-variable/geist-mono": "5.2.7",
|
|
"@fontsource/dm-serif-display": "5.2.8",
|
|
"@orpc/client": "catalog:",
|
|
"@orpc/contract": "catalog:",
|
|
"@orpc/tanstack-query": "catalog:",
|
|
"@player.style/sutro": "0.2.1",
|
|
"@sofa/api": "workspace:*",
|
|
"@tabler/icons-react": "3.40.0",
|
|
"@tanstack/react-hotkeys": "0.4.1",
|
|
"@tanstack/react-query": "catalog:",
|
|
"@tanstack/react-router": "1.166.7",
|
|
"better-auth": "catalog:",
|
|
"class-variance-authority": "0.7.1",
|
|
"clsx": "2.1.1",
|
|
"cmdk": "1.1.1",
|
|
"date-fns": "catalog:",
|
|
"jotai": "2.18.1",
|
|
"media-chrome": "4.18.0",
|
|
"motion": "12.36.0",
|
|
"react": "catalog:",
|
|
"react-day-picker": "9.14.0",
|
|
"react-dom": "catalog:",
|
|
"recharts": "3.8.0",
|
|
"shadcn": "4.0.6",
|
|
"sonner": "2.0.7",
|
|
"tailwind-merge": "catalog:",
|
|
"thumbhash": "catalog:",
|
|
"tw-animate-css": "1.4.0",
|
|
"vaul": "1.1.2",
|
|
"youtube-video-element": "1.9.0",
|
|
"zod": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "4.2.1",
|
|
"@tanstack/devtools-vite": "0.5.5",
|
|
"@tanstack/react-devtools": "0.9.13",
|
|
"@tanstack/react-query-devtools": "5.91.3",
|
|
"@tanstack/react-router-devtools": "1.166.7",
|
|
"@tanstack/router-plugin": "1.166.7",
|
|
"@types/bun": "catalog:",
|
|
"@types/node": "catalog:",
|
|
"@types/react": "catalog:",
|
|
"@types/react-dom": "19.2.3",
|
|
"@vitejs/plugin-react": "5.1.4",
|
|
"babel-plugin-react-compiler": "1.0.0",
|
|
"tailwindcss": "catalog:",
|
|
"typescript": "catalog:",
|
|
"vite": "7.3.1",
|
|
"vite-tsconfig-paths": "6.1.1"
|
|
}
|
|
}
|