Blame view

Yi.Vben5.Vue3/packages/effects/plugins/package.json 1.25 KB
515fceeb   “wangming”   框架初始化
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
  {
    "name": "@vben/plugins",
    "version": "5.5.6",
    "homepage": "https://github.com/vbenjs/vue-vben-admin",
    "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
      "directory": "packages/effects/plugins"
    },
    "license": "MIT",
    "type": "module",
    "sideEffects": [
      "**/*.css"
    ],
    "exports": {
      "./echarts": {
        "types": "./src/echarts/index.ts",
        "default": "./src/echarts/index.ts"
      },
      "./vxe-table": {
        "types": "./src/vxe-table/index.ts",
        "default": "./src/vxe-table/index.ts"
      },
      "./motion": {
        "types": "./src/motion/index.ts",
        "default": "./src/motion/index.ts"
      }
    },
    "dependencies": {
      "@vben-core/form-ui": "workspace:*",
      "@vben-core/shadcn-ui": "workspace:*",
      "@vben-core/shared": "workspace:*",
      "@vben/hooks": "workspace:*",
      "@vben/icons": "workspace:*",
      "@vben/locales": "workspace:*",
      "@vben/preferences": "workspace:*",
      "@vben/types": "workspace:*",
      "@vben/utils": "workspace:*",
      "@vueuse/core": "catalog:",
      "@vueuse/motion": "catalog:",
      "echarts": "catalog:",
      "vue": "catalog:",
      "vxe-pc-ui": "catalog:",
      "vxe-table": "catalog:"
    }
  }