Blame view

Yi.Vben5.Vue3/packages/effects/common-ui/package.json 1.91 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
  {
    "name": "@vben/common-ui",
    "version": "5.5.7",
    "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/common-ui"
    },
    "license": "MIT",
    "type": "module",
    "sideEffects": [
      "**/*.css"
    ],
    "exports": {
      ".": {
        "types": "./src/index.ts",
        "default": "./src/index.ts"
      },
      "./es/tippy": {
        "types": "./src/components/tippy/index.ts",
        "default": "./src/components/tippy/index.ts"
      },
      "./es/loading": {
        "types": "./src/components/loading/index.ts",
        "default": "./src/components/loading/index.ts"
      }
    },
    "dependencies": {
      "@codemirror/lang-html": "^6.4.9",
      "@codemirror/lang-java": "^6.0.1",
      "@codemirror/lang-javascript": "^6.2.2",
      "@codemirror/lang-sql": "^6.7.1",
      "@codemirror/lang-vue": "^0.1.3",
      "@codemirror/lang-xml": "^6.1.0",
      "@codemirror/theme-one-dark": "^6.1.2",
      "@vben-core/form-ui": "workspace:*",
      "@vben-core/popup-ui": "workspace:*",
      "@vben-core/preferences": "workspace:*",
      "@vben-core/shadcn-ui": "workspace:*",
      "@vben-core/shared": "workspace:*",
      "@vben/constants": "workspace:*",
      "@vben/hooks": "workspace:*",
      "@vben/icons": "workspace:*",
      "@vben/locales": "workspace:*",
      "@vben/preferences": "workspace:*",
      "@vben/types": "workspace:*",
      "@vueuse/core": "catalog:",
      "@vueuse/integrations": "catalog:",
      "codemirror": "6.0.1",
      "json-bigint": "catalog:",
      "qrcode": "catalog:",
      "tippy.js": "catalog:",
      "vditor": "3.10.9",
      "vue": "catalog:",
      "vue-codemirror6": "1.3.4",
      "vue-json-pretty": "^2.4.0",
      "vue-json-viewer": "catalog:",
      "vue-router": "catalog:",
      "vue-tippy": "catalog:"
    },
    "devDependencies": {
      "@types/qrcode": "catalog:"
    }
  }