From 83bce6c1d444945b7c8f79e4d80a8016367f76f9 Mon Sep 17 00:00:00 2001 From: Jungzl <35426360+Jungzl@users.noreply.github.com> Date: Mon, 25 Oct 2021 23:33:24 +0800 Subject: [PATCH] chore: support for pnpm (#1310) --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 12fa4e67..788c4df9 100644 --- a/package.json +++ b/package.json @@ -34,10 +34,13 @@ "gen:icon": "esno ./build/generate/icon/index.ts" }, "dependencies": { + "@ant-design/colors": "^6.0.0", + "@ant-design/icons-vue": "^6.0.1", "@iconify/iconify": "^2.0.4", "@logicflow/core": "^0.7.0", "@logicflow/extension": "^0.7.0", "@vueuse/core": "^6.6.2", + "@vueuse/shared": "^6.7.3", "@zxcvbn-ts/core": "^1.0.0-beta.0", "ant-design-vue": "2.2.8", "axios": "^0.23.0", @@ -48,11 +51,13 @@ "intro.js": "^4.2.2", "lodash-es": "^4.17.21", "mockjs": "^1.1.0", + "moment": "^2.29.1", "nprogress": "^0.2.0", "path-to-regexp": "^6.2.0", "pinia": "2.0.0-rc.14", "print-js": "^1.6.0", "qrcode": "^1.4.4", + "qs": "^6.10.1", "resize-observer-polyfill": "^1.5.1", "showdown": "^1.9.1", "sortablejs": "^1.14.0", -- GitLab