Blame view

node_modules/@vue/runtime-dom/package.json 925 Bytes
7820380e   “wangming”   1
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
  {
    "name": "@vue/runtime-dom",
    "version": "3.3.8",
    "description": "@vue/runtime-dom",
    "main": "index.js",
    "module": "dist/runtime-dom.esm-bundler.js",
    "types": "dist/runtime-dom.d.ts",
    "unpkg": "dist/runtime-dom.global.js",
    "files": [
      "index.js",
      "dist"
    ],
    "sideEffects": false,
    "buildOptions": {
      "name": "VueRuntimeDOM",
      "formats": [
        "esm-bundler",
        "esm-browser",
        "cjs",
        "global"
      ]
    },
    "repository": {
      "type": "git",
      "url": "git+https://github.com/vuejs/core.git",
      "directory": "packages/runtime-dom"
    },
    "keywords": [
      "vue"
    ],
    "author": "Evan You",
    "license": "MIT",
    "bugs": {
      "url": "https://github.com/vuejs/core/issues"
    },
    "homepage": "https://github.com/vuejs/core/tree/main/packages/runtime-dom#readme",
    "dependencies": {
      "@vue/shared": "3.3.8",
      "@vue/runtime-core": "3.3.8",
      "csstype": "^3.1.2"
    }
  }