@e-group/material-formik
Version:
Custom react components for integrate redux-form.
49 lines • 1.19 kB
JSON
{
"name": "@e-group/material-formik",
"version": "7.41.4",
"private": false,
"author": "eGroup Team",
"description": "Custom react components for integrate redux-form.",
"keywords": [
"eGroup",
"react",
"react-component",
"redux-form"
],
"repository": {
"type": "git",
"url": "git@github.com:eGroupAI/egroup-material.git",
"directory": "packages/material-formik"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/eGroupAI/egroup-material/issues"
},
"homepage": "https://eGroupAI.github.io/egroup-material",
"dependencies": {
"@e-group/material": "^7.40.2",
"@e-group/material-module": "^7.41.4"
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@material-ui/pickers": "^3.2.10",
"@types/react": "^16.8.6 || ^17.0.0",
"@types/react-dom": "^16.9.8 || ^17.0.0",
"formik": "^2.1.5",
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
},
"peerDependenciesMeta": {
"@material-ui/pickers": {
"optional": true
}
},
"engines": {
"node": ">=14.0.0"
},
"main": "./index.js",
"module": "./esm/index.js",
"types": "./index.d.ts"
}