UNPKG

@wordpress/babel-plugin-import-jsx-pragma

Version:

Babel transform plugin for automatically injecting an import to be used as the pragma for the React JSX Transform plugin.

49 lines (48 loc) 1.16 kB
{ "name": "@wordpress/babel-plugin-import-jsx-pragma", "version": "5.51.0", "description": "Babel transform plugin for automatically injecting an import to be used as the pragma for the React JSX Transform plugin.", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ "wordpress", "gutenberg", "babel", "plugin", "babel-plugin", "jsx", "pragma", "react" ], "homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/babel-plugin-import-jsx-pragma/README.md", "repository": { "type": "git", "url": "https://github.com/WordPress/gutenberg.git", "directory": "packages/babel-plugin-import-jsx-pragma" }, "bugs": { "url": "https://github.com/WordPress/gutenberg/issues" }, "engines": { "node": ">=18.12.0", "npm": ">=8.19.2" }, "files": [ "index.js" ], "main": "index.js", "exports": { ".": "./index.js", "./package.json": "./package.json" }, "devDependencies": { "@babel/plugin-syntax-jsx": "^7.25.7" }, "peerDependencies": { "@babel/core": "^7.25.7" }, "publishConfig": { "access": "public" }, "gitHead": "e9a74f9c14095a34398ecd4d1f7a908e55051205" }