From f31457f953d0574d354a2d0d7d31e3b8ce5366ad Mon Sep 17 00:00:00 2001 From: Kenneth Date: Tue, 9 Sep 2025 15:31:18 +0700 Subject: [PATCH] build: update package.json for ci/cd with pnpm --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4b9cd08..675120a 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,12 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "react-hook-form": "^7.53.0", - "react-router-dom": "^6.28.0" + "react-router-dom": "^6.28.0", + "@ant-design/icons": "^5.0.0", + "@ant-design/cssinjs": "^1.0.0", + "rc-field-form": "^1.0.0", + "rc-table": "^7.0.0", + "rc-tree": "^5.0.0" }, "devDependencies": { "@babel/core": "^7.25.2",