UNPKG

formik-mui

Version:
42 lines (41 loc) 853 B
{ "name": "formik-mui", "type": "module", "main": "./dist/main.js", "version": "5.0.0-alpha.1", "license": "MIT", "typings": "dist/main.d.ts", "sideEffects": false, "peerDependencies": { "@mui/material": ">5.6.0", "formik": ">=2.2.9", "react": ">=17.0.2", "tiny-warning": ">=1.0.3" }, "keywords": [ "react", "formik", "material-ui", "mui", "form" ], "prettier": { "singleQuote": true, "trailingComma": "es5" }, "repository": { "type": "git", "url": "https://github.com/stackworx/formik-mui" }, "files": [ "dist" ], "scripts": { "typecheck": "tsc", "build": "tsc && vite build", "test": "vitest", "test:updateSnapshot": "jest --updateSnapshot", "prepublishOnly": "npm run build" }, "gitHead": "62e3ef4428aa4128915e85d35153c4ee73c8b974" }