UNPKG

react-standalone-form-mui

Version:

The Material UI suite for react-standalone-form library.

70 lines (69 loc) 1.82 kB
{ "name": "react-standalone-form-mui", "version": "1.0.2", "description": "The Material UI suite for react-standalone-form library.", "main": "lib/index.js", "scripts": { "build": "babel ./src -d ./lib", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/frontcraft/react-standalone-form-mui" }, "keywords": [ "form", "forms", "react", "react-component", "context", "component", "validation", "formik", "formstate", "material-ui", "mui", "material" ], "author": "Michal Kokocinski <michal@kokocinski.me> (http://kokocinski.me)", "license": "GPL-2.0", "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ], "peerDependencies": { "@material-ui/core": "^4.5.1", "@material-ui/icons": "^4.5.1", "react": "^16.9.0", "react-dom": "^16.8.4" }, "dependencies": { "@material-ui/core": "^4.12.3", "@material-ui/icons": "^4.11.2", "classnames": "^2.2.6", "react-standalone-form": "^1.5.5" }, "devDependencies": { "@babel/cli": "^7.5.5", "@babel/core": "^7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", "@babel/preset-env": "^7.3.4", "@babel/preset-react": "^7.0.0", "@material-ui/core": "^4.12.3", "@material-ui/icons": "^4.11.2", "babel-eslint": "^10.0.1", "babel-loader": "^8.0.5", "eslint": "^5.15.1", "eslint-config-standard": "^12.0.0", "eslint-config-standard-react": "^7.0.2", "eslint-plugin-import": "^2.16.0", "eslint-plugin-node": "^8.0.1", "eslint-plugin-promise": "^4.0.1", "eslint-plugin-react": "^7.12.4", "eslint-plugin-standard": "^4.0.0", "react": "^16.8.4", "react-dom": "^16.8.4" } }