UNPKG

magnolia-react-templating

Version:

Use React JSX Components in Magnolia templates (e.g. Freemarker).

25 lines (24 loc) 639 B
{ "name": "magnolia-react-templating", "description": "Use React JSX Components in Magnolia templates (e.g. Freemarker).", "version": "4.3.0", "license": "MIT", "author": "Maik Jablonski <jablonski@neoskop.de> (https://www.neoskop.de)", "keywords": [ "react", "jsx", "magnolia", "freemarker" ], "repository": { "type": "git", "url": "https://github.com/neoskop/magnolia-react-templating.git" }, "homepage": "https://github.com/neoskop/magnolia-react-templating", "main": "index.js", "dependencies": { "react": "^19.0.0", "react-dom": "^19.0.0", "react-jsx-parser": "2.4.0" } }