You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
1.5 KiB
57 lines
1.5 KiB
3 years ago
|
{
|
||
|
"name": "@vue/babel-preset-app",
|
||
|
"version": "5.0.1",
|
||
|
"description": "babel-preset-app for vue-cli",
|
||
|
"main": "index.js",
|
||
|
"publishConfig": {
|
||
|
"access": "public"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/vuejs/vue-cli.git",
|
||
|
"directory": "packages/@vue/babel-preset-app"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"vue",
|
||
|
"cli"
|
||
|
],
|
||
|
"author": "Evan You",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/vuejs/vue-cli/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/babel-preset-app#readme",
|
||
|
"dependencies": {
|
||
|
"@babel/core": "^7.12.16",
|
||
|
"@babel/helper-compilation-targets": "^7.12.16",
|
||
|
"@babel/helper-module-imports": "^7.12.13",
|
||
|
"@babel/plugin-proposal-class-properties": "^7.12.13",
|
||
|
"@babel/plugin-proposal-decorators": "^7.12.13",
|
||
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
||
|
"@babel/plugin-syntax-jsx": "^7.12.13",
|
||
|
"@babel/plugin-transform-runtime": "^7.12.15",
|
||
|
"@babel/preset-env": "^7.12.16",
|
||
|
"@babel/runtime": "^7.12.13",
|
||
|
"@vue/babel-plugin-jsx": "^1.0.3",
|
||
|
"@vue/babel-preset-jsx": "^1.1.2",
|
||
|
"babel-plugin-dynamic-import-node": "^2.3.3",
|
||
|
"core-js": "^3.8.3",
|
||
|
"core-js-compat": "^3.8.3",
|
||
|
"semver": "^7.3.4"
|
||
|
},
|
||
|
"peerDependencies": {
|
||
|
"@babel/core": "*",
|
||
|
"core-js": "^3",
|
||
|
"vue": "^2 || ^3.2.13"
|
||
|
},
|
||
|
"peerDependenciesMeta": {
|
||
|
"core-js": {
|
||
|
"optional": true
|
||
|
},
|
||
|
"vue": {
|
||
|
"optional": true
|
||
|
}
|
||
|
},
|
||
|
"gitHead": "92d80a89122cea830a4e7e32946af64b4c3b62f7"
|
||
|
}
|