vue3-yuanma/packages/compiler-dom/package.json

42 lines
951 B
JSON
Raw Normal View History

2019-09-17 03:06:45 +08:00
{
"name": "@vue/compiler-dom",
2020-05-17 09:53:47 +08:00
"version": "3.0.0-beta.13",
2019-09-17 03:06:45 +08:00
"description": "@vue/compiler-dom",
"main": "index.js",
"module": "dist/compiler-dom.esm-bundler.js",
2019-12-20 01:04:07 +08:00
"types": "dist/compiler-dom.d.ts",
"unpkg": "dist/compiler-dom/global.js",
"jsdelivr": "dist/compiler-dom/global.js",
2019-09-17 03:06:45 +08:00
"files": [
"index.js",
"dist"
],
"sideEffects": false,
"buildOptions": {
"name": "VueCompilerDOM",
2019-12-11 10:29:52 +08:00
"formats": [
2019-12-11 11:14:02 +08:00
"esm-bundler",
"esm-browser",
2019-12-11 10:29:52 +08:00
"cjs",
"global"
2019-12-11 10:29:52 +08:00
]
2019-09-17 03:06:45 +08:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue-next.git"
2019-09-17 03:06:45 +08:00
},
"keywords": [
"vue"
],
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/vue-next/issues"
2019-09-17 03:06:45 +08:00
},
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/compiler-dom#readme",
2019-09-17 03:06:45 +08:00
"dependencies": {
2020-05-17 09:53:47 +08:00
"@vue/shared": "3.0.0-beta.13",
"@vue/compiler-core": "3.0.0-beta.13"
2019-09-17 03:06:45 +08:00
}
}