Commit 83bce6c1d444945b7c8f79e4d80a8016367f76f9

Authored by Jungzl
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,10 +34,13 @@
34 "gen:icon": "esno ./build/generate/icon/index.ts" 34 "gen:icon": "esno ./build/generate/icon/index.ts"
35 }, 35 },
36 "dependencies": { 36 "dependencies": {
  37 + "@ant-design/colors": "^6.0.0",
  38 + "@ant-design/icons-vue": "^6.0.1",
37 "@iconify/iconify": "^2.0.4", 39 "@iconify/iconify": "^2.0.4",
38 "@logicflow/core": "^0.7.0", 40 "@logicflow/core": "^0.7.0",
39 "@logicflow/extension": "^0.7.0", 41 "@logicflow/extension": "^0.7.0",
40 "@vueuse/core": "^6.6.2", 42 "@vueuse/core": "^6.6.2",
  43 + "@vueuse/shared": "^6.7.3",
41 "@zxcvbn-ts/core": "^1.0.0-beta.0", 44 "@zxcvbn-ts/core": "^1.0.0-beta.0",
42 "ant-design-vue": "2.2.8", 45 "ant-design-vue": "2.2.8",
43 "axios": "^0.23.0", 46 "axios": "^0.23.0",
@@ -48,11 +51,13 @@ @@ -48,11 +51,13 @@
48 "intro.js": "^4.2.2", 51 "intro.js": "^4.2.2",
49 "lodash-es": "^4.17.21", 52 "lodash-es": "^4.17.21",
50 "mockjs": "^1.1.0", 53 "mockjs": "^1.1.0",
  54 + "moment": "^2.29.1",
51 "nprogress": "^0.2.0", 55 "nprogress": "^0.2.0",
52 "path-to-regexp": "^6.2.0", 56 "path-to-regexp": "^6.2.0",
53 "pinia": "2.0.0-rc.14", 57 "pinia": "2.0.0-rc.14",
54 "print-js": "^1.6.0", 58 "print-js": "^1.6.0",
55 "qrcode": "^1.4.4", 59 "qrcode": "^1.4.4",
  60 + "qs": "^6.10.1",
56 "resize-observer-polyfill": "^1.5.1", 61 "resize-observer-polyfill": "^1.5.1",
57 "showdown": "^1.9.1", 62 "showdown": "^1.9.1",
58 "sortablejs": "^1.14.0", 63 "sortablejs": "^1.14.0",