Package Summary
Identity
- Package name:
reza-docuhandshake - Framework:
Vite + React + Express - Script count:
8 - Dependency count:
45
Scripts
| Script | Command |
|---|---|
| dev | vite |
| dev:server | tsx watch server/index.ts |
| start:server | tsx server/index.ts |
| db:init | tsx server/init-db.ts |
| build | tsc -b && vite build |
| typecheck:server | tsc -p tsconfig.server.json --noEmit |
| lint | eslint . |
| preview | vite preview |
Dependency Signals
@eslint/js@radix-ui/react-dialog@radix-ui/react-slot@types/cookie-parser@types/cors@types/express@types/file-saver@types/jsonwebtoken@types/multer@types/node@types/pg@types/react@types/react-dom@vitejs/plugin-reactautoprefixerclass-variance-authorityclsxcookie-parser
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 DocuHandshake, these package details are imported directly from
/srv/apps/docu/prod/package.json.