mui-rff
Version:
Set of modern wrapper components to facilitate using Material UI with React Final Form
102 lines (101 loc) • 2.6 kB
JSON
{
"name": "mui-rff",
"version": "8.1.0",
"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": ">=18.0.0",
"yarn": ">=4.0.0"
},
"workspaces": [
"example"
],
"scripts": {
"start": "vite build --watch",
"build": "vite build",
"test": "vitest run",
"testw": "vitest --watch",
"lint": "eslint .",
"tsc": "tsc --noEmit",
"lint-fix": "yarn lint --fix",
"ui": "yarn up -i && cd example && yarn up -i",
"gh-pages": "gh-pages -d example/dist",
"build-example": "cd example && yarn run build"
},
"sideEffects": false,
"peerDependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/material": "^7.1.0",
"@mui/system": "^7.1.0",
"@mui/x-date-pickers": "^8.5.0",
"final-form": "^4",
"react": ">=18",
"react-final-form": "^6.5.9"
},
"optionalDependencies": {
"@date-io/core": "^3.2.0",
"@date-io/date-fns": "^3.2.1",
"date-fns": "^4.1.0",
"yup": "^1.6.1"
},
"devDependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@eslint/js": "^9.29.0",
"@mui/material": "^7.1.2",
"@mui/system": "^7.1.1",
"@mui/x-date-pickers": "^8.5.3",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^14.3.1",
"@types/node": "^20.19.1",
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
"@typescript-eslint/eslint-plugin": "^8.35.0",
"@typescript-eslint/parser": "^8.35.0",
"@vitejs/plugin-react": "^4.6.0",
"@vitest/eslint-plugin": "^1.2.7",
"eslint": "^9.29.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-unused-imports": "^4.1.4",
"final-form": "^4.20.10",
"gh-pages": "^6.3.0",
"jsdom": "^26.1.0",
"prettier": "^3.6.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-final-form": "^6.5.9",
"release-please": "^17.1.1",
"tslib": "^2.8.1",
"typescript": "^5.8.3",
"typescript-eslint": "^8.35.0",
"vite": "^6.3.5",
"vite-plugin-dts": "^4.5.4",
"vitest": "^3.2.4"
},
"packageManager": "yarn@4.9.2",
"type": "module"
}