{ "name": "@kit/admin", "version": "0.1.0", "private": true, "typesVersions": { "*": { "*": [ "src/*" ] } }, "exports": { ".": "./src/index.ts", "./components/*": "./src/components/*.tsx" }, "scripts": { "clean": "git clean -xdf .turbo node_modules", "typecheck": "tsc --noEmit" }, "devDependencies": { "@hookform/resolvers": "catalog:", "@kit/next": "workspace:*", "@kit/shared": "workspace:*", "@kit/supabase": "workspace:*", "@kit/tsconfig": "workspace:*", "@kit/ui": "workspace:*", "@makerkit/data-loader-supabase-core": "catalog:", "@makerkit/data-loader-supabase-nextjs": "catalog:", "@supabase/supabase-js": "catalog:", "@tanstack/react-query": "catalog:", "@tanstack/react-table": "catalog:", "@types/react": "catalog:", "lucide-react": "catalog:", "next": "catalog:", "next-safe-action": "catalog:", "react": "catalog:", "react-dom": "catalog:", "react-hook-form": "catalog:", "zod": "catalog:" } }