babel-plugin-veljs-jsx
Version:
Add JSX syntax to VelJs
36 lines (35 loc) • 839 B
JSON
{
"name": "babel-plugin-veljs-jsx",
"version": "0.7.3",
"description": "Add JSX syntax to VelJs",
"repository": {
"type": "git",
"url": "git+https://github.com/ludmiloff/babel-plugin-veljs-jsx.git"
},
"bugs": {
"url": "https://github.com/ludmiloff/babel-plugin-veljs-jsx/issues"
},
"homepage": "https://github.com/ludmiloff/babel-plugin-veljs-jsx",
"keywords": [
"babel-plugin",
"jsx",
"veljs",
"lighterhtml"
],
"author": "Cvetoslav Ludmiloff <ludmiloff@gmail.com>",
"license": "ISC",
"scripts": {
"prepublishOnly": "npm test",
"test": "eslint index.js && node test"
},
"dependencies": {
"@babel/plugin-syntax-jsx": "^7.2.0"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"eslint": "^5.16.0"
},
"peerDependencies": {
"@babel/core": "^7.4.4"
}
}