feat: add basic webui
This commit is contained in:
25
packages/database/package.json
Normal file
25
packages/database/package.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "@konobangu/database",
|
||||
"version": "0.0.0",
|
||||
"main": "./index.ts",
|
||||
"types": "./index.ts",
|
||||
"scripts": {
|
||||
"clean": "git clean -xdf .cache .turbo dist node_modules",
|
||||
"typecheck": "tsc --noEmit --emitDeclarationOnly false"
|
||||
},
|
||||
"dependencies": {
|
||||
"@konobangu/env": "workspace:*",
|
||||
"@next/env": "^15.1.3",
|
||||
"kysely": "^0.27.5",
|
||||
"pg": "^8.13.1",
|
||||
"server-only": "^0.0.1",
|
||||
"undici": "^7.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@konobangu/typescript-config": "workspace:*",
|
||||
"@types/node": "22.10.1",
|
||||
"@types/pg": "^8.11.10",
|
||||
"bufferutil": "^4.0.8",
|
||||
"typescript": "^5.7.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user