react-form-supervalidator
Version:
Fully custom form validation
37 lines • 1.01 kB
JSON
{
"name": "react-form-supervalidator",
"version": "1.0.11",
"description": "Fully custom form validation",
"main": "./build/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arslanahmed777/react-form-supervalidator.git"
},
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.7.4",
"babel-loader": "^8.0.6",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
},
"keywords": [
"react-form-validation",
"reactjs",
"validation",
"form",
"react",
"form-validation",
"forms"
],
"author": "Arslan Ahmed Shaad",
"license": "ISC",
"bugs": {
"url": "https://github.com/arslanahmed777/react-form-supervalidator/issues"
},
"homepage": "https://github.com/arslanahmed777/react-form-supervalidator#readme"
}