zhangnaisong
2023-08-05 24d66c8d82b628a06e93dbb1abfea2049b3d45ab
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
  "name": "@vue/babel-preset-app",
  "version": "4.5.19",
  "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.11.0",
    "@babel/helper-compilation-targets": "^7.9.6",
    "@babel/helper-module-imports": "^7.8.3",
    "@babel/plugin-proposal-class-properties": "^7.8.3",
    "@babel/plugin-proposal-decorators": "^7.8.3",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-syntax-jsx": "^7.8.3",
    "@babel/plugin-transform-runtime": "^7.11.0",
    "@babel/preset-env": "^7.11.0",
    "@babel/runtime": "^7.11.0",
    "@vue/babel-plugin-jsx": "^1.0.3",
    "@vue/babel-preset-jsx": "^1.2.4",
    "babel-plugin-dynamic-import-node": "^2.3.3",
    "core-js": "^3.6.5",
    "core-js-compat": "^3.6.5",
    "semver": "^6.1.0"
  },
  "peerDependencies": {
    "@babel/core": "*",
    "core-js": "^3",
    "vue": "^2 || ^3.0.0-0"
  },
  "peerDependenciesMeta": {
    "core-js": {
      "optional": true
    },
    "vue": {
      "optional": true
    }
  },
  "gitHead": "bef7a67566585876d56fa0e41b364675467bba8f"
}