Files
medreport_mrb2b/packages/next/package.json
Danel Kungla 9ed52dcf02 add readme
delete unrequired configs
2025-09-19 18:07:31 +03:00

29 lines
583 B
JSON

{
"name": "@kit/next",
"private": true,
"version": "0.1.0",
"scripts": {
"clean": "git clean -xdf .turbo node_modules",
"typecheck": "tsc --noEmit"
},
"exports": {
"./actions": "./src/actions/index.ts",
"./routes": "./src/routes/index.ts"
},
"devDependencies": {
"@kit/auth": "workspace:*",
"@kit/monitoring": "workspace:*",
"@kit/supabase": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@supabase/supabase-js": "2.49.4",
"next": "15.3.2"
},
"typesVersions": {
"*": {
"*": [
"src/*"
]
}
}
}