UNPKG

react-form-value-handler

Version:

A React component to create nice form inputs & handle its values with the help of a unique formHandler method

41 lines (40 loc) 1.04 kB
{ "name": "react-form-value-handler", "version": "1.3.1", "description": "A React component to create nice form inputs & handle its values with the help of a unique formHandler method ", "main": "build/index.js", "scripts": { "start": "webpack --watch", "build": "webpack", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "react field", "form", "field", "form field", "values handler", "form handler", "react inputs", "numeric input", "inputs handler", "form getter" ], "author": "Mat Solidity", "license": "MIT", "dependencies": { "react": "^16.7.0", "react-dom": "^16.0.0", "webpack": "^4.28.4", "semantic-ui-react": "^0.87.3" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-loader": "^7.1.4", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-plugin-transform-react-jsx": "^6.24.1", "babel-preset-env": "^1.7.0", "webpack-cli": "^3.2.1" } }