Commit 83bce6c1d444945b7c8f79e4d80a8016367f76f9
Committed by
GitHub
1 parent
85a68d5f
chore: support for pnpm (#1310)
Showing
1 changed file
with
5 additions
and
0 deletions
package.json
... | ... | @@ -34,10 +34,13 @@ |
34 | 34 | "gen:icon": "esno ./build/generate/icon/index.ts" |
35 | 35 | }, |
36 | 36 | "dependencies": { |
37 | + "@ant-design/colors": "^6.0.0", | |
38 | + "@ant-design/icons-vue": "^6.0.1", | |
37 | 39 | "@iconify/iconify": "^2.0.4", |
38 | 40 | "@logicflow/core": "^0.7.0", |
39 | 41 | "@logicflow/extension": "^0.7.0", |
40 | 42 | "@vueuse/core": "^6.6.2", |
43 | + "@vueuse/shared": "^6.7.3", | |
41 | 44 | "@zxcvbn-ts/core": "^1.0.0-beta.0", |
42 | 45 | "ant-design-vue": "2.2.8", |
43 | 46 | "axios": "^0.23.0", |
... | ... | @@ -48,11 +51,13 @@ |
48 | 51 | "intro.js": "^4.2.2", |
49 | 52 | "lodash-es": "^4.17.21", |
50 | 53 | "mockjs": "^1.1.0", |
54 | + "moment": "^2.29.1", | |
51 | 55 | "nprogress": "^0.2.0", |
52 | 56 | "path-to-regexp": "^6.2.0", |
53 | 57 | "pinia": "2.0.0-rc.14", |
54 | 58 | "print-js": "^1.6.0", |
55 | 59 | "qrcode": "^1.4.4", |
60 | + "qs": "^6.10.1", | |
56 | 61 | "resize-observer-polyfill": "^1.5.1", |
57 | 62 | "showdown": "^1.9.1", |
58 | 63 | "sortablejs": "^1.14.0", | ... | ... |