UNPKG

mui-rff

Version:

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

105 lines (104 loc) 2.99 kB
{ "name": "mui-rff", "version": "8.0.4", "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/mui-rff.cjs.js", "module": "dist/mui-rff.esm.js", "typings": "dist/index.d.ts", "files": [ "dist", "src" ], "engines": { "node": ">=10" }, "scripts": { "start": "vite build --watch", "build": "vite build", "test": "jest", "testw": "jest --watch", "lint": "eslint src test --ext .ts,.tsx --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", "prepare": "husky install" }, "husky": { "hooks": { "pre-commit": "yarn lint" } }, "sideEffects": false, "peerDependencies": { "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@mui/material": "^6.1.0", "@mui/system": "^6.1.0", "@mui/x-date-pickers": "^7.17.0", "final-form": "^4", "react": ">=18", "react-final-form": "^6.5.9" }, "optionalDependencies": { "@date-io/core": "^2.17.0", "@date-io/date-fns": "^2.17.0", "date-fns": "^2.30.0", "yup": "^1.3.2" }, "devDependencies": { "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@mui/material": "^6.1.0", "@mui/system": "^6.1.0", "@mui/x-date-pickers": "^7.17.0", "@testing-library/react": "^14.1.2", "@types/node": "^20.9.4", "@types/react": "^18.2.38", "@types/react-dom": "^18.2.17", "@typescript-eslint/eslint-plugin": "^6.12.0", "@typescript-eslint/parser": "^6.12.0", "@vitejs/plugin-react": "^4.5.2", "eslint": "^8.54.0", "eslint-config-prettier": "^9.0.0", "eslint-config-react-app": "^7.0.1", "eslint-plugin-prettier": "^5.0.1", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-sort-imports-es6-autofix": "^0.6.0", "eslint-plugin-unused-imports": "^3.0.0", "final-form": "^4.20.10", "gh-pages": "^6.1.0", "husky": "^8.0.3", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "jest-summary-reporter": "^0.0.2", "prettier": "^3.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-final-form": "^6.5.9", "ts-jest": "^29.1.1", "tslib": "^2.6.2", "typescript": "^5.4.3", "vite": "^6.3.5", "vite-plugin-dts": "^4.5.4" }, "packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72" }