UNPKG

final-form-material-ui

Version:

A set of wrapper components to facilitate using Material UI with Final Form

47 lines (46 loc) 1.28 kB
{ "name": "final-form-material-ui", "version": "0.3.0", "description": "A set of wrapper components to facilitate using Material UI with Final Form", "main": "./dist/final-form-material-ui.min.js", "author": "Igor Golovin <xdeadlyx@ya.ru>", "license": "MIT", "scripts": { "build": "webpack --display-modules" }, "peerDependencies": { "@material-ui/core": "^1.0.0 || ^2.0.0 || ^3.0.0", "final-form": "^4.0.0", "react": "^15.0.0 || ^16.0.0", "react-final-form": "^3.0.0" }, "devDependencies": { "@material-ui/core": "^3.2.2", "final-form": "^4.0.0", "react": "^16.4.0", "react-dom": "^16.4.0", "react-final-form": "^3.6.7", "ts-loader": "^5.2.2", "typescript": "^3.1.3", "webpack": "^4.12.0", "webpack-cli": "^3.0.4" }, "typings": "dist/index.d.ts", "files": [ "dist", "src" ], "keywords": [ "react", "final-form", "material-ui", "final-form-material-ui", "adapter" ], "homepage": "https://github.com/Deadly0/final-form-material-ui", "bugs": "https://github.com/Deadly0/final-form-material-ui/issues", "repository": { "type": "git", "url": "https://github.com/Deadly0/final-form-material-ui.git" } }