mirror of
https://github.com/jakejarvis/sofa.git
synced 2026-07-14 18:15:56 -04:00
Remove react-hotkeys-hook, KeyboardProvider context, useRegisterShortcut wrapper, and KeyboardHelpDialog component. Components now call TanStack useHotkey/useHotkeySequence directly. Shared state uses jotai atoms in lib/atoms/, shortcut metadata lives as a static const in lib/constants/. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
58 lines
1.5 KiB
JSON
58 lines
1.5 KiB
JSON
{
|
|
"name": "sofa",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "biome check",
|
|
"format": "biome format --write",
|
|
"check-types": "tsc --noEmit",
|
|
"db:generate": "drizzle-kit generate",
|
|
"db:migrate": "drizzle-kit migrate",
|
|
"db:push": "drizzle-kit push",
|
|
"db:studio": "drizzle-kit studio"
|
|
},
|
|
"dependencies": {
|
|
"@base-ui/react": "^1.2.0",
|
|
"@libsql/client": "^0.17.0",
|
|
"@tabler/icons-react": "^3.37.1",
|
|
"@tanstack/react-hotkeys": "^0.3.1",
|
|
"better-auth": "^1.5.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"drizzle-orm": "1.0.0-beta.15-859cf75",
|
|
"embla-carousel-react": "^8.6.0",
|
|
"jotai": "^2.18.0",
|
|
"motion": "^12.34.3",
|
|
"next": "16.1.6",
|
|
"node-vibrant": "^4.0.4",
|
|
"react": "19.2.4",
|
|
"react-day-picker": "^9.14.0",
|
|
"react-dom": "19.2.4",
|
|
"react-resizable-panels": "^4.7.0",
|
|
"recharts": "2.15.4",
|
|
"shadcn": "^3.8.5",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.5.0",
|
|
"tw-animate-css": "^1.4.0",
|
|
"uuid": "^13.0.0",
|
|
"vaul": "^1.1.2",
|
|
"zod": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.4.4",
|
|
"@tailwindcss/postcss": "^4.2.1",
|
|
"@types/node": "^25.3.3",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"babel-plugin-react-compiler": "1.0.0",
|
|
"drizzle-kit": "1.0.0-beta.15-859cf75",
|
|
"tailwindcss": "^4.2.1",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|