aroma-jsx-engine
Version:
A lightweight and flexible JSX/TSX engine for rendering React components in Node.js applications. Designed to work seamlessly with the [`aroma.js`](https://www.npmjs.com/package/aroma.js) framework, this package allows you to compile and render JSX/TSX co
26 lines (25 loc) • 479 B
JSON
{
"name": "aroma-jsx-engine",
"version": "1.0.2",
"description": "",
"main": "index.js",
"types": "types.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"aroma.js",
"JSX",
"TSX",
"engine",
"aroma"
],
"author": "Aavesh Jilani",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"react": "^19.0.0",
"react-dom": "^19.0.0"
}
}