diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-08-11 09:00:38 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-08-11 09:00:38 +0000 |
| commit | eb654f88214095f71be142b989e620fd28db3f69 (patch) | |
| tree | aaad3074de4a6422a880b35f9e577d489b0a6c91 /package.json | |
| parent | a383fd2a30f60360ebc0c1b897b3d43cbae178fa (diff) | |
(최겸) 기술영업 변경사항 반영, PQ/실사 변경사항 반영
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/package.json b/package.json index 52949bfa..7a7955e5 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@mui/x-data-grid-premium": "^7.23.3", "@mui/x-tree-view": "^7.23.6", "@node-saml/node-saml": "^5.0.1", - "@pdftron/pdfnet-node": "^11.3.0", + "@pdftron/pdfnet-node": "^11.5.0", "@pdftron/webviewer": "^11.3.0", "@radix-ui/primitive": "^1.1.1", "@radix-ui/react-accordion": "^1.2.2", @@ -135,6 +135,7 @@ "jsonwebtoken": "^9.0.2", "jszip": "^3.10.1", "knex": "^3.1.0", + "libphonenumber-js": "^1.12.10", "lucide-react": "^0.468.0", "next": "15.1.0", "next-auth": "^4.24.11", @@ -164,6 +165,7 @@ "swr": "^2.3.3", "tailwind-merge": "^2.5.5", "tailwindcss-animate": "^1.0.7", + "tmp-promise": "^3.0.3", "ua-parser-js": "^2.0.4", "uuid": "^11.0.5", "vaul": "^1.1.2", @@ -190,5 +192,8 @@ "ts-node": "^10.9.2", "tsx": "^4.19.2", "typescript": "^5.7.2" + }, + "overrides": { + "rimraf": "3.0.2" } } |
