{ "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" } }