package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "@vue/cli-plugin-babel",
  3. "version": "3.12.1",
  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.1",
  25. "@vue/cli-shared-utils": "^3.12.1",
  26. "babel-loader": "^8.0.5",
  27. "webpack": "^4.0.0"
  28. },
  29. "publishConfig": {
  30. "access": "public"
  31. },
  32. "__npminstall_done": "Thu Dec 24 2020 20:20:30 GMT+0800 (CST)",
  33. "_from": "@vue/cli-plugin-babel@3.12.1",
  34. "_resolved": "https://registry.npm.taobao.org/@vue/cli-plugin-babel/download/@vue/cli-plugin-babel-3.12.1.tgz?cache=0&sync_timestamp=1607993492631&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcli-plugin-babel%2Fdownload%2F%40vue%2Fcli-plugin-babel-3.12.1.tgz"
  35. }