43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"name": "@kit/member-management",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"typesVersions": {
|
|
"*": {
|
|
"*": [
|
|
"src/*"
|
|
]
|
|
}
|
|
},
|
|
"exports": {
|
|
"./api": "./src/server/api.ts",
|
|
"./schema/*": "./src/schema/*.ts",
|
|
"./components": "./src/components/index.ts",
|
|
"./actions/*": "./src/server/actions/*.ts",
|
|
"./lib/*": "./src/lib/*.ts"
|
|
},
|
|
"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:*",
|
|
"@supabase/supabase-js": "catalog:",
|
|
"@tanstack/react-table": "catalog:",
|
|
"@types/papaparse": "catalog:",
|
|
"@types/react": "catalog:",
|
|
"lucide-react": "catalog:",
|
|
"next": "catalog:",
|
|
"next-safe-action": "catalog:",
|
|
"papaparse": "catalog:",
|
|
"react": "catalog:",
|
|
"react-hook-form": "catalog:",
|
|
"zod": "catalog:"
|
|
}
|
|
}
|