-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
1 lines (1 loc) · 832 Bytes
/
Copy pathpackage.json
File metadata and controls
1 lines (1 loc) · 832 Bytes
1
{"name":"flightops","version":"1.0.0","private":true,"scripts":{"dev":"next dev","build":"next build","start":"next start","lint":"eslint .","typecheck":"tsc --noEmit","seed":"tsx scripts/seed.ts","seed:admin":"tsx --env-file=.env.local scripts/seed-admin.ts"},"dependencies":{"@hookform/resolvers":"latest","bcryptjs":"latest","jose":"latest","lucide-react":"latest","mongoose":"latest","next":"latest","react":"latest","react-dom":"latest","react-hook-form":"latest","recharts":"latest","sonner":"latest","stripe":"^22.3.1","zod":"latest"},"devDependencies":{"@eslint/eslintrc":"latest","@tailwindcss/postcss":"^4.3.2","@types/bcryptjs":"latest","@types/node":"latest","@types/react":"latest","@types/react-dom":"latest","eslint":"latest","eslint-config-next":"latest","tailwindcss":"latest","tsx":"latest","typescript":"latest"}}