UNPKG

babel-plugin-react-v-html

Version:

Babel plugin for React component to transform the JSXAttribute from v-html to dangerouslySetInnerHTML.

66 lines (65 loc) 2.21 kB
{ "name": "babel-plugin-react-v-html", "version": "1.0.4", "description": "Babel plugin for React component to transform the JSXAttribute from v-html to dangerouslySetInnerHTML.", "main": "./src/index.js", "scripts": { "start": "cross-env NODE_ENV=development port=8081 node ./example/server/index.js", "build": "cross-env NODE_ENV=production webpack --config ./webpack.config.js", "lint": "cross-env NODE_ENV=development eslint --ext .js,.jsx ./" }, "repository": { "type": "git", "url": "git+https://github.com/BugKun/babel-plugin-react-v-html.git" }, "author": "nopast", "bugs": { "url": "https://github.com/BugKun/babel-plugin-react-v-html/issues" }, "homepage": "https://github.com/BugKun/babel-plugin-react-v-html", "keywords": [ "babel", "plugin", "react", "v-html", "babel-plugin-react-v-html" ], "devDependencies": { "babel-core": "^6.26.3", "babel-eslint": "^10.0.1", "babel-loader": "^7.1.5", "babel-plugin-add-module-exports": "^1.0.0", "babel-plugin-react-scope-binding": "^1.1.3", "babel-plugin-syntax-dynamic-import": "^6.18.0", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-decorators-legacy": "^1.3.5", "babel-plugin-transform-export-extensions": "^6.22.0", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-preset-env": "^1.7.0", "babel-preset-react": "^6.24.1", "body-parser": "^1.18.3", "clean-webpack-plugin": "^1.0.0", "compression": "^1.7.3", "cross-env": "^5.2.0", "css-loader": "^2.1.0", "eslint": "^5.11.1", "eslint-loader": "^2.1.1", "eslint-plugin-import": "^2.14.0", "eslint-plugin-jsx-a11y": "^6.1.2", "eslint-plugin-react": "^7.12.0", "express": "^4.16.4", "html-webpack-plugin": "^3.2.0", "node-sass": "^4.11.0", "prop-types": "^15.6.2", "react": "^16.7.0", "react-dom": "^16.7.0", "sass-loader": "^7.1.0", "style-loader": "^0.23.1", "thread-loader": "^1.2.0", "url-loader": "^1.1.2", "webpack": "^4.28.3", "webpack-cli": "^3.1.2", "webpack-dev-middleware": "^3.4.0", "webpack-hot-middleware": "^2.24.3" } }