File size: 1,490 Bytes
4cadbaf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "name": "@vue/babel-plugin-jsx",
  "version": "1.2.5",
  "description": "Babel plugin for Vue 3 JSX",
  "author": "Amour1688 <lcz_1996@foxmail.com>",
  "homepage": "https://github.com/vuejs/babel-plugin-jsx/tree/dev/packages/babel-plugin-jsx#readme",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuejs/babel-plugin-jsx"
  },
  "bugs": {
    "url": "https://github.com/vuejs/babel-plugin-jsx/issues"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@babel/helper-module-imports": "^7.24.7",
    "@babel/helper-plugin-utils": "^7.24.8",
    "@babel/plugin-syntax-jsx": "^7.24.7",
    "@babel/template": "^7.25.0",
    "@babel/traverse": "^7.25.6",
    "@babel/types": "^7.25.6",
    "html-tags": "^3.3.1",
    "svg-tags": "^1.0.0",
    "@vue/babel-plugin-resolve-type": "1.2.5",
    "@vue/babel-helper-vue-transform-on": "1.2.5"
  },
  "devDependencies": {
    "@babel/core": "^7.25.2",
    "@babel/preset-env": "^7.25.4",
    "@types/babel__template": "^7.4.4",
    "@types/babel__traverse": "^7.20.6",
    "@types/svg-tags": "^1.0.2",
    "@vue/test-utils": "^2.4.6",
    "regenerator-runtime": "^0.14.1",
    "vue": "^3.5.3"
  },
  "peerDependencies": {
    "@babel/core": "^7.0.0-0"
  },
  "peerDependenciesMeta": {
    "@babel/core": {
      "optional": true
    }
  },
  "scripts": {
    "build": "tsup",
    "watch": "tsup --watch"
  }
}