vue3-yuanma/packages/runtime-dom/package.json
2020-03-24 18:33:40 -04:00

45 lines
955 B
JSON

{
"name": "@vue/runtime-dom",
"version": "3.0.0-alpha.10",
"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",
"cjs",
"global",
"esm"
],
"dts": [
"jsx.d.ts"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue-next.git"
},
"keywords": [
"vue"
],
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/vue-next/issues"
},
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/runtime-dom#readme",
"dependencies": {
"@vue/shared": "3.0.0-alpha.10",
"@vue/runtime-core": "3.0.0-alpha.10",
"csstype": "^2.6.8"
}
}