UNPKG

835 BJSONView Raw
1{
2 "name": "@vue/cli-plugin-babel",
3 "version": "3.12.0",
4 "description": "babel plugin for vue-cli",
5 "main": "index.js",
6 "repository": {
7 "type": "git",
8 "url": "git+https://github.com/vuejs/vue-cli.git",
9 "directory": "packages/@vue/cli-plugin-babel"
10 },
11 "keywords": [
12 "vue",
13 "cli",
14 "babel"
15 ],
16 "author": "Evan You",
17 "license": "MIT",
18 "bugs": {
19 "url": "https://github.com/vuejs/vue-cli/issues"
20 },
21 "homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-babel#readme",
22 "dependencies": {
23 "@babel/core": "^7.0.0",
24 "@vue/babel-preset-app": "^3.12.0",
25 "@vue/cli-shared-utils": "^3.12.0",
26 "babel-loader": "^8.0.5",
27 "webpack": "^4.0.0"
28 },
29 "publishConfig": {
30 "access": "public"
31 },
32 "gitHead": "57c6f031b303436212e4882927f028194545001a"
33}