49 lines
1.0 KiB
JSON
49 lines
1.0 KiB
JSON
{
|
|
"name": "vue",
|
|
"version": "3.0.0-alpha.8",
|
|
"description": "vue",
|
|
"main": "index.js",
|
|
"module": "dist/vue.runtime.esm-bundler.js",
|
|
"types": "dist/vue.d.ts",
|
|
"unpkg": "dist/vue.global.js",
|
|
"sideEffects": false,
|
|
"files": [
|
|
"index.js",
|
|
"dist"
|
|
],
|
|
"buildOptions": {
|
|
"name": "Vue",
|
|
"isRuntimeCompileBuild": true,
|
|
"formats": [
|
|
"esm-bundler",
|
|
"esm-bundler-runtime",
|
|
"cjs",
|
|
"global",
|
|
"esm"
|
|
]
|
|
},
|
|
"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/vue#readme",
|
|
"dependencies": {
|
|
"@vue/shared": "3.0.0-alpha.8",
|
|
"@vue/compiler-dom": "3.0.0-alpha.8",
|
|
"@vue/runtime-dom": "3.0.0-alpha.8"
|
|
},
|
|
"devDependencies": {
|
|
"lodash": "^4.17.15",
|
|
"marked": "^0.7.0",
|
|
"todomvc-app-css": "^2.3.0"
|
|
}
|
|
}
|