feat: add basic webui
This commit is contained in:
21
packages/next-config/package.json
Normal file
21
packages/next-config/package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "@konobangu/next-config",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"clean": "git clean -xdf .cache .turbo dist node_modules",
|
||||
"typecheck": "tsc --noEmit --emitDeclarationOnly false"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@konobangu/env": "workspace:*",
|
||||
"@konobangu/typescript-config": "workspace:*",
|
||||
"next": "^15.1.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@logtail/next": "^0.1.7",
|
||||
"@next/bundle-analyzer": "^15.1.0",
|
||||
"@prisma/nextjs-monorepo-workaround-plugin": "^6.0.1",
|
||||
"@sentry/nextjs": "^8.43.0",
|
||||
"@vercel/toolbar": "^0.1.28"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user