Package Summary
Identity
- Package name:
renewalreview-nextjs - Framework:
Next.js - Script count:
9 - Dependency count:
21
Scripts
| Script | Command |
|---|---|
| dev | next dev |
| build | next build |
| start | next start |
| lint | eslint |
| typecheck | tsc --noEmit |
| prisma:generate | prisma generate |
| prisma:migrate | prisma migrate dev |
| db:push | prisma db push |
| db:seed | prisma db seed |
Dependency Signals
@prisma/client@tailwindcss/postcss@types/node@types/react@types/react-dombcryptjseslinteslint-config-nextjosenextopenaipdf-libpdfjs-distprismareactreact-domresendtailwindcss
Why this matters
- This gives a junior operator a quick read on the framework, build shape, and the scripts most likely to matter during support work.
- For ERS, these package details are imported directly from
/srv/apps/ers/prod/package.json.