@jsx-email/plugin-minify
Version:
A minify plugin for jsx-email
77 lines • 1.97 kB
JSON
{
"name": "@jsx-email/plugin-minify",
"version": "2.0.0",
"publishConfig": {
"access": "public"
},
"description": "A minify plugin for jsx-email",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/shellscape/jsx-email.git",
"directory": "packages/plugin-minify"
},
"author": "Andrew Powell <andrew@shellscape.org>",
"homepage": "https://jsx.email/",
"type": "module",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"engines": {
"node": ">=22.0.0"
},
"files": [
"dist/**"
],
"keywords": [
"email",
"html",
"jsx",
"jsx-email",
"mangle",
"min",
"minify",
"plugin",
"preset",
"react",
"rehype",
"rehype-plugin",
"unified"
],
"peerDependencies": {
"jsx-email": "^3.0.0"
},
"dependencies": {
"rehype-minify-attribute-whitespace": "^4.0.1",
"rehype-minify-css-style": "^4.0.1",
"rehype-minify-enumerated-attribute": "^5.0.2",
"rehype-minify-media-attribute": "^4.0.1",
"rehype-minify-meta-color": "^4.0.1",
"rehype-minify-meta-content": "^4.0.1",
"rehype-minify-style-attribute": "^4.0.1",
"rehype-minify-whitespace": "^6.0.2",
"rehype-normalize-attribute-value-case": "^4.0.1",
"rehype-remove-comments": "^6.1.1",
"rehype-remove-duplicate-attribute-values": "^4.0.1",
"rehype-remove-empty-attribute": "^4.0.1",
"rehype-remove-external-script-content": "^4.0.1",
"rehype-remove-meta-http-equiv": "^4.0.1",
"rehype-remove-style-type-css": "^4.0.1",
"rehype-sort-attribute-values": "^5.0.1",
"rehype-sort-attributes": "^5.0.1",
"unified": "11.0.5"
},
"devDependencies": {
"jsx-email": "^2.7.0"
},
"types": "./dist/index.d.ts",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/shellscape"
},
"sideEffects": false
}