diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-05-21 10:04:19 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-05-21 10:04:19 +0000 |
| commit | 11061af33d325546e075b37923845881ded0e6f6 (patch) | |
| tree | a35951bc68a691f8cdd92af7ddc0efeaa70b8e31 /package.json | |
| parent | d583c7912d9934e0550908b74a7eba8bdbb46953 (diff) | |
(김준회) Oracle DB 지원을 위한 라이브러리(oracledb, knex.js) 추가 및 번들러 버그 패치
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 71c39550..e423a76d 100644 --- a/package.json +++ b/package.json @@ -80,6 +80,7 @@ "jotai": "^2.10.4", "jsonwebtoken": "^9.0.2", "jszip": "^3.10.1", + "knex": "^3.1.0", "lucide-react": "^0.468.0", "next": "15.1.0", "next-auth": "^4.24.11", @@ -88,6 +89,7 @@ "next-themes": "^0.4.4", "nodemailer": "^6.9.16", "nuqs": "^2.2.3", + "oracledb": "^6.8.0", "pg": "^8.13.1", "pino": "^9.5.0", "pino-pretty": "^13.0.0", |
