38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "api",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "concurrently \"pnpm:next\"",
|
|
"next": "next dev -p 3002 --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"analyze": "ANALYZE=true pnpm build",
|
|
"clean": "git clean -xdf .cache .turbo dist node_modules",
|
|
"typecheck": "tsc --noEmit --emitDeclarationOnly false"
|
|
},
|
|
"dependencies": {
|
|
"@konobangu/analytics": "workspace:*",
|
|
"@konobangu/auth": "workspace:*",
|
|
"@konobangu/database": "workspace:*",
|
|
"@konobangu/design-system": "workspace:*",
|
|
"@konobangu/env": "workspace:*",
|
|
"@konobangu/next-config": "workspace:*",
|
|
"@konobangu/observability": "workspace:*",
|
|
"@sentry/nextjs": "^8.43.0",
|
|
"import-in-the-middle": "^1.11.3",
|
|
"next": "^15.1.3",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"require-in-the-middle": "^7.4.0",
|
|
"svix": "^1.43.0"
|
|
},
|
|
"devDependencies": {
|
|
"@konobangu/typescript-config": "workspace:*",
|
|
"@types/node": "22.10.1",
|
|
"@types/react": "19.0.1",
|
|
"@types/react-dom": "19.0.2",
|
|
"concurrently": "^9.1.0",
|
|
"typescript": "^5.7.2"
|
|
}
|
|
}
|