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

34 lines
722 B
JSON
Raw Normal View History

2020-01-22 23:39:09 +08:00
{
"name": "@vue/compiler-ssr",
2020-03-17 06:56:44 +08:00
"version": "3.0.0-alpha.9",
2020-01-22 23:39:09 +08:00
"description": "@vue/compiler-ssr",
"main": "dist/compiler-ssr.cjs.js",
"types": "dist/compiler-ssr.d.ts",
"files": [
"dist"
],
"buildOptions": {
"prod": false,
"formats": [
"cjs"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue-next.git"
2020-01-22 23:39:09 +08:00
},
"keywords": [
"vue"
],
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/vue-next/issues"
2020-01-22 23:39:09 +08:00
},
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/compiler-ssr#readme",
2020-01-22 23:39:09 +08:00
"dependencies": {
2020-03-17 06:56:44 +08:00
"@vue/shared": "3.0.0-alpha.9",
"@vue/compiler-dom": "3.0.0-alpha.9"
2020-01-22 23:39:09 +08:00
}
}