UNPKG

mui-rff

Version:

Set of modern wrapper components to facilitate using Material UI with React Final Form

77 lines (76 loc) 1.88 kB
{ "name": "mui-rff", "version": "2.0.3", "license": "MIT", "description": "Set of modern wrapper components to facilitate using Material UI with React Final Form", "repository": { "url": "https://github.com/lookfirst/mui-rff.git", "type": "git" }, "homepage": "https://lookfirst.github.io/mui-rff", "keywords": [ "react", "material-ui", "final-form", "react-final-form", "yup" ], "author": "Jon Stevens", "main": "dist/index.js", "module": "dist/mui-rff.esm.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "start": "tsdx watch", "build": "tsdx build", "test": "tsdx test", "lint": "tsdx lint src test example --ignore-pattern node_modules", "lint-fix": "yarn lint --fix", "ui": "yarn upgradeInteractive; cd example; yarn ui; yarn upgrade", "predeploy": "cd example; yarn; yarn build", "deploy": "gh-pages -d example/dist", "prepublish": "yarn build", "postpublish": "yarn deploy" }, "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "prettier": { "singleQuote": true, "trailingComma": "es5" }, "sideEffects": false, "peerDependencies": { "react": ">=16" }, "optionalDependencies": { "@date-io/core": "^1.3.13", "@date-io/date-fns": "^1.3.13", "@material-ui/lab": "^4.0.0-alpha.45", "@material-ui/pickers": "^3.2.10", "date-fns": "*" }, "devDependencies": { "@material-ui/core": "^4.9.5", "@sheerun/mutationobserver-shim": "^0.3.3", "@testing-library/react": "*", "@types/jest": "*", "@types/react": "*", "@types/react-dom": "*", "@types/yup": "*", "final-form": "*", "gh-pages": "*", "husky": "*", "react": "*", "react-dom": "*", "react-final-form": "*", "tsdx": "*", "tslib": "*", "typescript": "*", "yup": "*" } }