123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "name": "@vue/babel-plugin-jsx",
- "version": "1.5.0",
- "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",
- "type": "commonjs",
- "main": "dist/index.js",
- "module": "dist/index.mjs",
- "types": "dist/index.d.ts",
- "exports": {
- ".": {
- "import": "./dist/index.mjs",
- "require": "./dist/index.js"
- },
- "./*": "./*"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/vuejs/babel-plugin-jsx.git"
- },
- "bugs": {
- "url": "https://github.com/vuejs/babel-plugin-jsx/issues"
- },
- "files": [
- "dist"
- ],
- "dependencies": {
- "@babel/helper-module-imports": "^7.27.1",
- "@babel/helper-plugin-utils": "^7.27.1",
- "@babel/plugin-syntax-jsx": "^7.27.1",
- "@babel/template": "^7.27.2",
- "@babel/traverse": "^7.28.0",
- "@babel/types": "^7.28.2",
- "@vue/shared": "^3.5.18",
- "@vue/babel-helper-vue-transform-on": "1.5.0",
- "@vue/babel-plugin-resolve-type": "1.5.0"
- },
- "devDependencies": {
- "@babel/core": "^7.28.0",
- "@babel/preset-env": "^7.28.0",
- "@types/babel__template": "^7.4.4",
- "@types/babel__traverse": "^7.28.0",
- "@vue/test-utils": "^2.4.6",
- "regenerator-runtime": "^0.14.1",
- "vue": "^3.5.18"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
- "peerDependenciesMeta": {
- "@babel/core": {
- "optional": true
- }
- }
- }
|