UNPKG

@unocss/transformer-attributify-jsx

Version:

Support valueless attributify in JSX/TSX.

43 lines 1.07 kB
{ "name": "@unocss/transformer-attributify-jsx", "type": "module", "version": "66.6.6", "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" }, "bugs": { "url": "https://github.com/unocss/unocss/issues" }, "keywords": [ "unocss", "unocss-transformer" ], "sideEffects": false, "exports": { ".": "./dist/index.mjs", "./package.json": "./package.json" }, "types": "./dist/index.d.mts", "files": [ "dist" ], "dependencies": { "oxc-parser": "^0.115.0", "oxc-walker": "^0.7.0", "@unocss/core": "66.6.6" }, "devDependencies": { "magic-string": "^0.30.21" }, "scripts": { "build": "tsdown --config-loader unrun", "dev": "tsdown --config-loader unrun --watch" } }