react-form-validator-core
Version:
Core validator component for react forms.
51 lines (50 loc) • 1.44 kB
JSON
{
"name": "react-form-validator-core",
"version": "2.0.2",
"description": "Core validator component for react forms.",
"main": "./lib/index.js",
"scripts": {
"build": "babel ./src -d ./lib --presets=es2015,react,stage-2",
"prepublish": "npm run build",
"lint": "eslint src/**"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NewOldMax/react-form-validator-core.git"
},
"keywords": [
"react",
"form",
"validation"
],
"author": "NewOldMax",
"license": "MIT",
"bugs": {
"url": "https://github.com/NewOldMax/react-form-validator-core/issues"
},
"homepage": "https://github.com/NewOldMax/react-form-validator-core#readme",
"peerDependencies": {
"react": "^16.3.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.3.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"dependencies": {
"promise-polyfill": "8.1.0",
"prop-types": "^15.0.0",
"react-lifecycles-compat": "^3.0.2"
},
"devDependencies": {
"babel-cli": "^6.3.17",
"babel-core": "^6.5.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^9.2.1",
"babel-polyfill": "^6.5.0",
"babel-preset-es2015": "6.16.0",
"babel-preset-react": "6.16.0",
"babel-preset-stage-2": "^6.13.0",
"eslint": "^9.13.0",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "2.2.3",
"eslint-plugin-react": "^6.8.0"
}
}