react-forms-component
Version:
Form Component including validations for React
41 lines (40 loc) • 1.21 kB
JSON
{
"name": "react-forms-component",
"version": "0.0.1-beta9",
"description": "Form Component including validations for React",
"author": "xonTAB",
"license": "MIT",
"keywords": [
"react-component",
"react-form-component",
"react-form",
"react"
],
"scripts": {
"prepublish": "babel --plugins transform-es2015-modules-umd src --ignore __tests__ --out-dir ./dist",
"lint": "eslint ./src",
"lintfix": "eslint ./src --fix"
},
"devDependencies": {
"babel-cli": "^6.6.4",
"babel-core": "^6.7.4",
"babel-eslint": "^6.0.2",
"babel-plugin-transform-es2015-modules-umd": "^6.6.5",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"eslint": "^2.7.0",
"eslint-plugin-babel": "^3.1.0",
"eslint-plugin-react": "^4.2.3",
"react": "^15.0.0",
"react-dom": "^15.0.0"
},
"peerDependencies": {
"react": "~0.14.8 || ^15.4.1",
"react-dom": "~0.14.8 || ^15.4.1"
},
"dependencies": {
"babel-runtime": "^6.6.1"
}
}