22 lines
582 B
JSON
22 lines
582 B
JSON
{
|
|
"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.4"
|
|
},
|
|
"dependencies": {
|
|
"@logtail/next": "^0.1.7",
|
|
"@next/bundle-analyzer": "^15.1.4",
|
|
"@prisma/nextjs-monorepo-workaround-plugin": "^6.2.1",
|
|
"@sentry/nextjs": "^8.48.0",
|
|
"@vercel/toolbar": "^0.1.30"
|
|
}
|
|
}
|