package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "name": "@vue/babel-preset-app",
  3. "version": "4.5.19",
  4. "description": "babel-preset-app for vue-cli",
  5. "main": "index.js",
  6. "publishConfig": {
  7. "access": "public"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/vuejs/vue-cli.git",
  12. "directory": "packages/@vue/babel-preset-app"
  13. },
  14. "keywords": [
  15. "vue",
  16. "cli"
  17. ],
  18. "author": "Evan You",
  19. "license": "MIT",
  20. "bugs": {
  21. "url": "https://github.com/vuejs/vue-cli/issues"
  22. },
  23. "homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/babel-preset-app#readme",
  24. "dependencies": {
  25. "@babel/core": "^7.11.0",
  26. "@babel/helper-compilation-targets": "^7.9.6",
  27. "@babel/helper-module-imports": "^7.8.3",
  28. "@babel/plugin-proposal-class-properties": "^7.8.3",
  29. "@babel/plugin-proposal-decorators": "^7.8.3",
  30. "@babel/plugin-syntax-dynamic-import": "^7.8.3",
  31. "@babel/plugin-syntax-jsx": "^7.8.3",
  32. "@babel/plugin-transform-runtime": "^7.11.0",
  33. "@babel/preset-env": "^7.11.0",
  34. "@babel/runtime": "^7.11.0",
  35. "@vue/babel-plugin-jsx": "^1.0.3",
  36. "@vue/babel-preset-jsx": "^1.2.4",
  37. "babel-plugin-dynamic-import-node": "^2.3.3",
  38. "core-js": "^3.6.5",
  39. "core-js-compat": "^3.6.5",
  40. "semver": "^6.1.0"
  41. },
  42. "peerDependencies": {
  43. "@babel/core": "*",
  44. "core-js": "^3",
  45. "vue": "^2 || ^3.0.0-0"
  46. },
  47. "peerDependenciesMeta": {
  48. "core-js": {
  49. "optional": true
  50. },
  51. "vue": {
  52. "optional": true
  53. }
  54. },
  55. "gitHead": "bef7a67566585876d56fa0e41b364675467bba8f"
  56. }