UNPKG

react-redux-form-validation

Version:
90 lines (89 loc) 2.76 kB
{ "name": "react-redux-form-validation", "description": "Custom validation with redux-forms", "version": "1.1.0", "main": "./dist/index.js", "license": "X11", "homepage": "https://github.com/nutgaard/react-form-validation", "repository": { "type": "git", "url": "https://github.com/nutgaard/react-form-validation" }, "bugs": { "url": "https://github.com/nutgaard/react-form-validation/issues" }, "keywords": [ "react", "redux-form", "custom-validation" ], "scripts": { "start": "webpack-dev-server --config webpack-config.js --hot --inline --port 8081", "test": "mocha", "tdd": "mocha -w", "coverage": "nyc --check-coverage --lines 100 yarn test", "coveragereport": "nyc report --reporter=html yarn test", "lint": "esw src/ lib/", "build": "npm test && npm run lint && babel src/ --out-dir dist", "prepublish": "in-publish && npm run build || not-in-publish", "codecov": "nyc npm test && nyc report --reporter=text-lcov > coverage.lcov && codecov", "circle": "yarn run lint && yarn run codecov" }, "peerDependencies": { "prop-types": "^15.5.0", "react": "^15.3.2 || ^16.2.0", "react-dom": "^15.3.2 || ^16.2.0", "react-redux": "^4.4.5 || ^5.0.0", "redux": "^3.6.0", "redux-form": "^6.1.1 || ^7.2.1", "redux-thunk": "^2.1.0" }, "dependencies": { "classnames": "^2.2.5" }, "devDependencies": { "babel-cli": "^6.23.0", "babel-core": "^6.18.2", "babel-eslint": "^7.1.0", "babel-loader": "^6.2.7", "babel-plugin-rewire": "^1.1.0", "babel-preset-es2015": "^6.18.0", "babel-preset-react": "^6.16.0", "babel-preset-stage-2": "^6.18.0", "babel-template": "^6.26.0", "babel-types": "^6.2.0", "chai": "^3.5.0", "chai-subset": "^1.3.0", "codecov": "^1.0.1", "enzyme": "^3.3.0", "enzyme-adapter-react-16": "^1.1.1", "eslint": "^3.9.1", "eslint-config-airbnb": "^13.0.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jsx-a11y": "^2.2.3", "eslint-plugin-react": "^6.6.0", "eslint-watch": "^2.1.14", "graceful-fs": "^4.1.9", "in-publish": "^2.0.0", "jsdom": "^9.8.3", "less": "^2.7.1", "mocha": "^3.1.2", "nyc": "^10.0.0", "prop-types": "^15.6.0", "react": "16.2.0", "react-addons-test-utils": "16.0.0-alpha.3", "react-dom": "16.2.0", "react-redux": "^5.0.6", "redux": "^3.7.2", "redux-devtools": "^3.4.1", "redux-devtools-dock-monitor": "^1.1.3", "redux-devtools-log-monitor": "^1.4.0", "redux-form": "^7.2.1", "redux-mock-store": "^1.2.1", "redux-thunk": "^2.2.0", "sinon": "^1.17.6", "sinon-chai": "^2.8.0", "webpack": "^1.13.3", "webpack-dev-server": "^1.16.2" } }