babel-plugin-jsx-to-generichtml
Version:
An experimental babel plugin to convert JSX contained in React/ Preact classes's render function to Generic HTML. This HTML can be further transpiled into different Java or any other language template engine
40 lines (39 loc) • 1.29 kB
JSON
{
"name": "babel-plugin-jsx-to-generichtml",
"version": "0.1.6",
"description": "An experimental babel plugin to convert JSX contained in React/ Preact classes's render function to Generic HTML. This HTML can be further transpiled into different Java or any other language template engine",
"main": "lib/index.js",
"devDependencies": {
"babel-cli": "^6.3.15",
"babel-register": "^6.3.13",
"mocha": "^5.2.0"
},
"dependencies": {
"babel-core": "^6.3.15",
"babel-plugin-syntax-class-properties": "^6.3.13",
"babel-plugin-syntax-jsx": "^6.3.13",
"babel-preset-es2015": "^6.3.13"
},
"scripts": {
"build": "babel src --out-dir lib",
"prepublish": "npm run build",
"test": "mocha --compilers js:babel-register"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apuravchauhan/babel-plugin-jsx-to-generichtml.git"
},
"keywords": [
"babel-plugin",
"jsx",
"HTML",
"freemarker",
"post-processor"
],
"author": "Apurav Chauhan <apurav.chauhan@gmail.com> (http://apuravchauhan.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/apuravchauhan/babel-plugin-jsx-to-generichtml/issues"
},
"homepage": "https://github.com/apuravchauhan/babel-plugin-jsx-to-generichtml#readme"
}