"feat: add product API with Prisma integration and update dependencies"

This commit is contained in:
louiscklaw
2025-05-28 10:35:37 +08:00
parent efe70ceb69
commit 964ba3e5b0
6 changed files with 30 additions and 1070 deletions

View File

@@ -45,6 +45,7 @@
"dayjs": "^1.11.13",
"es-toolkit": "^1.33.0",
"jose": "^6.0.10",
"lodash": "^4.17.21",
"next": "^14.2.26",
"pg": "^8.16.0",
"prisma": "^5.6.0",
@@ -56,6 +57,7 @@
},
"devDependencies": {
"@eslint/js": "^9.23.0",
"@types/lodash": "^4.17.17",
"@types/node": "^22.13.13",
"@types/react": "^18.3.20",
"@types/react-dom": "^18.3.5",