UNPKG

@vue-jsx-vapor/babel

Version:
58 lines 1.38 kB
{ "name": "@vue-jsx-vapor/babel", "version": "2.6.8", "description": "Vue JSX Vapor Babel Plugin", "type": "module", "keywords": [ "vue", "jsx", "vapor", "babel" ], "license": "MIT", "homepage": "https://github.com/vuejs/vue-jsx-vapor#readme", "bugs": { "url": "https://github.com/vuejs/vue-jsx-vapor/issues" }, "repository": { "type": "git", "url": "git+https://github.com/vuejs/vue-jsx-vapor.git" }, "files": [ "dist" ], "main": "dist/index.cjs", "module": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "jsx-vapor-dev": "./src/index.ts", "require": "./dist/index.cjs", "import": "./dist/index.js" }, "./*": "./*" }, "dependencies": { "@babel/core": "^7.28.4", "@babel/parser": "^7.28.4", "@babel/plugin-syntax-jsx": "^7.27.1", "@babel/types": "^7.28.4", "ast-kit": "^2.1.2", "source-map-js": "^1.2.1", "@vue-jsx-vapor/compiler": "2.6.8" }, "devDependencies": { "@babel/traverse": "^7.28.4", "@types/babel__core": "^7.20.5", "@types/babel__generator": "^7.27.0", "@types/babel__template": "^7.4.4", "@types/babel__traverse": "^7.28.0" }, "scripts": { "build": "tsdown", "dev": "DEV=true tsdown", "release": "bumpp && npm publish", "test": "vitest" } }