UNPKG

@episub/rhf-mui

Version:

Glue components to help intergrating react-hook-forms with mui

99 lines (98 loc) 2.83 kB
{ "name": "@episub/rhf-mui", "version": "1.1.1", "description": "Glue components to help intergrating react-hook-forms with mui", "keywords": [ "react", "react-hook-forms", "material-ui" ], "homepage": "https://github.com/episub/rhf-mui", "bugs": { "url": "https://github.com/episub/rhf-mui/issues" }, "repository": { "type": "git", "url": "https://github.com/episub/rhf-mui.git" }, "license": "MIT", "author": "myrovh <myrovh@protonmail.com>", "main": "dist/index.js", "module": "dist/index.es.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "rimraf dist && rollup -c", "format": "prettier --write .", "lint": "yarn lint:tsc && yarn lint:eslint", "lint:eslint": "eslint .", "lint:fix": "yarn lint --fix", "lint:tsc": "tsc --noEmit", "prepack": "yarn build", "release": "semantic-release", "test": "yarn lint" }, "dependencies": { "autosuggest-highlight": "^3.1.1", "prop-types": "^15.7.2", "react-window": "^1.8.5" }, "devDependencies": { "@commitlint/cli": "^11.0.0", "@commitlint/config-angular": "^11.0.0", "@material-ui/core": "^4.11.0", "@material-ui/lab": "^4.0.0-alpha.56", "@material-ui/pickers": "^3.2.10", "@semantic-release/changelog": "^5.0.1", "@semantic-release/git": "^9.0.0", "@types/autosuggest-highlight": "^3.1.0", "@types/react": "^16.9.49", "@types/react-window": "^1.8.2", "@typescript-eslint/eslint-plugin": "^4.1.0", "@typescript-eslint/parser": "^4.1.0", "@wessberg/rollup-plugin-ts": "^1.3.4", "eslint": "^7.9.0", "eslint-config-bigbrain": "^1.1.2", "eslint-config-prettier": "^6.11.0", "eslint-plugin-import": "^2.22.0", "eslint-plugin-jsx-a11y": "^6.3.1", "eslint-plugin-react": "^7.20.6", "eslint-plugin-react-hooks": "^4.1.2", "eslint-plugin-sonarjs": "^0.5.0", "eslint-plugin-unicorn": "^21.0.0", "husky": "^4.3.0", "lint-staged": "^10.4.0", "mdi-material-ui": "^6.18.0", "prettier": "^2.1.1", "prettier-plugin-organize-imports": "^1.1.1", "prettier-plugin-packagejson": "^2.2.5", "react": "^16.13.1", "react-dom": "^16.13.1", "react-hook-form": "^6.8.2", "rimraf": "^3.0.2", "rollup": "^2.27.0", "rollup-plugin-auto-external": "^2.0.0", "semantic-release": "^17.1.2", "typescript": "^4.0.2" }, "peerDependencies": { "@material-ui/core": "^4.11.0", "@material-ui/lab": "^4.0.0-alpha.56", "@material-ui/pickers": "^3.2.0", "mdi-material-ui": "^6.18.0", "react": ">=16", "react-dom": ">=16", "react-hook-form": "^6.8.0" }, "optionalDependencies": { "ts-toolbelt": "8.0.7" }, "engines": { "node": ">=10" }, "publishConfig": { "access": "public" } }