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.
44 lines
1.2 KiB
44 lines
1.2 KiB
{
|
|
"name": "@vue/babel-preset-app",
|
|
"version": "4.1.2",
|
|
"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.7.4",
|
|
"@babel/helper-module-imports": "^7.7.4",
|
|
"@babel/plugin-proposal-class-properties": "^7.7.4",
|
|
"@babel/plugin-proposal-decorators": "^7.7.4",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
|
|
"@babel/plugin-syntax-jsx": "^7.7.4",
|
|
"@babel/plugin-transform-runtime": "^7.7.4",
|
|
"@babel/preset-env": "^7.7.4",
|
|
"@babel/runtime": "^7.7.4",
|
|
"@vue/babel-preset-jsx": "^1.1.2",
|
|
"babel-plugin-dynamic-import-node": "^2.2.0",
|
|
"core-js": "^3.4.4",
|
|
"core-js-compat": "^3.4.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "*"
|
|
},
|
|
"gitHead": "3b7227d54402bc1c21394bd57597e5fbe94e9107"
|
|
}
|