UNPKG

@unocss/transformer-attributify-jsx-babel

Version:

Support valueless attributify in JSX/TSX.

49 lines 1.25 kB
{ "name": "@unocss/transformer-attributify-jsx-babel", "type": "module", "version": "66.3.3", "description": "Support valueless attributify in JSX/TSX.", "author": "Anthony Fu <anthonyfu117@hotmail.com>", "license": "MIT", "funding": "https://github.com/sponsors/antfu", "homepage": "https://unocss.dev", "repository": { "type": "git", "url": "git+https://github.com/unocss/unocss.git", "directory": "packages-presets/transformer-attributify-jsx-babel" }, "bugs": { "url": "https://github.com/unocss/unocss/issues" }, "keywords": [ "unocss", "unocss-transformer" ], "sideEffects": false, "exports": { ".": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" } }, "main": "./dist/index.mjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "dependencies": { "@babel/core": "^7.28.0", "@babel/plugin-syntax-jsx": "^7.27.1", "@babel/preset-typescript": "^7.27.1", "@unocss/core": "66.3.3" }, "devDependencies": { "magic-string": "^0.30.17" }, "scripts": { "build": "unbuild", "stub": "unbuild --stub", "test:attw": "attw --pack --config-path ../../.attw-esm-only.json" } }