Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

[![Build Status](https://travis-ci.org/burst-digital/hn-react-webform.svg?branch=master)](https://travis-ci.org/burst-digital/hn-react-webform)
[![bitHound Overall Score](https://www.bithound.io/github/burst-digital/hn-react-webform/badges/score.svg)](https://www.bithound.io/github/burst-digital/hn-react-webform)
[![Greenkeeper badge](https://badges.greenkeeper.io/burst-digital/react-drupal-webform.svg)](https://greenkeeper.io/)

# HN-React-Webform

With this awesome React component, you can render complete Drupal Webforms in React. With validation, easy custom styling and a modern, clean interface.

## Installation
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-css-modules": "^4.3.0",
"react-day-picker": "^5.5.1",
"react-day-picker": "^6.1.0",
"react-html-parser": "^1.0.3",
"react-input-mask": "^0.8.0",
"react-load-script": "0.0.3",
"react-input-mask": "^1.0.7",
"react-load-script": "0.0.6",
"react-select": "^1.0.0-rc.4",
"validator": "^7.0.0"
"validator": "^8.0.0"
},
"lint-staged": {
"*.{js,jsx}": [
Expand All @@ -77,18 +77,18 @@
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"css-loader": "^0.28.1",
"eslint": "^3.19.0",
"eslint": "^4.5.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.0.1",
"eslint-watch": "^3.1.0",
"highlight.js": "^9.11.0",
"husky": "^0.13.3",
"husky": "^0.14.3",
"jest-cli": "^20.0.3",
"json-loader": "^0.5.4",
"lint-staged": "^4.0.3",
"postcss-cssnext": "^2.11.0",
"postcss-cssnext": "^3.0.2",
"postcss-for": "^2.1.1",
"postcss-import": "^10.0.0",
"raw-loader": "^0.5.1",
Expand All @@ -97,10 +97,10 @@
"react-remarkable": "^1.1.1",
"rimraf": "^2.6.1",
"semantic-release": "^7.0.2",
"storybook-readme": "^2.0.2",
"style-loader": "^0.17.0",
"stylelint": "^7.10.1",
"stylelint-config-standard": "^16.0.0",
"webpack": "^2.5.1"
"storybook-readme": "^3.0.6",
"style-loader": "^0.18.2",
"stylelint": "^8.0.0",
"stylelint-config-standard": "^17.0.0",
"webpack": "^3.5.5"
}
}