mirror of https://github.com/vuejs/core.git
44 lines
1016 B
JSON
44 lines
1016 B
JSON
{
|
|
"name": "@vue/compiler-vapor",
|
|
"version": "0.0.0-vapor",
|
|
"description": "@vue/compiler-vapor",
|
|
"main": "index.js",
|
|
"module": "dist/compiler-vapor.esm-bundler.js",
|
|
"types": "dist/compiler-vapor.d.ts",
|
|
"unpkg": "dist/compiler-vapor.global.js",
|
|
"jsdelivr": "dist/compiler-vapor.global.js",
|
|
"files": [
|
|
"index.js",
|
|
"dist"
|
|
],
|
|
"sideEffects": false,
|
|
"buildOptions": {
|
|
"name": "VueCompilerVapor",
|
|
"compat": true,
|
|
"formats": [
|
|
"esm-bundler",
|
|
"esm-browser",
|
|
"cjs",
|
|
"global"
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuejs/core-vapor.git",
|
|
"directory": "packages/compiler-vapor"
|
|
},
|
|
"keywords": [
|
|
"vue"
|
|
],
|
|
"author": "Evan You",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/vuejs/core-vapor/issues"
|
|
},
|
|
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/compiler-vapor#readme",
|
|
"dependencies": {
|
|
"@vue/shared": "3.3.8",
|
|
"@vue/compiler-dom": "3.3.8"
|
|
}
|
|
}
|