feat: initialize inventory management application with Prisma schema, QR scanning, and UI components

This commit is contained in:
2026-04-05 14:27:36 -04:00
parent 6663856ffb
commit 9b746388fd
16 changed files with 2698 additions and 121 deletions

View File

@ -9,9 +9,17 @@
"lint": "eslint"
},
"dependencies": {
"@prisma/adapter-pg": "^7.6.0",
"@prisma/client": "^7.6.0",
"html5-qrcode": "^2.3.8",
"lucide-react": "^1.7.0",
"next": "16.2.2",
"pg": "^8.20.0",
"prisma": "^7.6.0",
"react": "19.2.4",
"react-dom": "19.2.4"
"react-dom": "19.2.4",
"react-qr-code": "^2.0.18",
"xlsx": "^0.18.5"
},
"devDependencies": {
"eslint": "^9",