UNPKG

mui-modal-provider

Version:

[![codecov](https://codecov.io/gh/Quernest/mui-modal-provider/branch/master/graph/badge.svg?token=AL2WK480NF)](https://codecov.io/gh/Quernest/mui-modal-provider) [![package version](https://img.shields.io/npm/v/mui-modal-provider.svg?style=flat-square)](h

116 lines (115 loc) 2.62 kB
{ "version": "2.4.6", "license": "MIT", "name": "mui-modal-provider", "author": "Quernest", "repository": { "type": "git", "url": "https://github.com/Quernest/mui-modal-provider" }, "keywords": [ "context", "context-api", "context-api-react", "react", "reactjs", "react-component", "react-modal", "react-hooks", "react-typescript", "react-modal-component", "react-modal-dialog", "react-material-ui", "material-ui", "material-ui-components", "material-ui-react", "modal", "mui", "hooks", "typescript", "dialog" ], "module": "dist/mui-modal-provider.esm.js", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "start": "tsdx watch", "build": "tsdx build", "test": "tsdx test --passWithNoTests", "test:coverage": "yarn test --coverage", "lint": "tsdx lint", "prepare": "install-peers && tsdx build" }, "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "publishConfig": { "access": "public", "branches": [ "master" ] }, "jest": { "collectCoverage": true, "coverageDirectory": "./coverage", "collectCoverageFrom": [ "src/**/*.{ts,tsx}", "!src/test-utils/*", "!src/index.ts" ], "coverageReporters": [ "json", "text", "html" ], "testPathIgnorePatterns": [ "/node_modules/" ], "verbose": true, "coverageThreshold": { "global": { "branches": 90, "functions": 90, "lines": 90, "statements": 90 } } }, "peerDependencies": { "@types/react": "^16.8.6 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" }, "peerDependenciesMeta": { "@types/react": { "optional": true } }, "devDependencies": { "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.2.0", "@types/jest": "^28.1.8", "@types/react": "^16.8.6 || ^17.0.0 || ^18.0.0 || ^19.0.0", "@types/react-dom": "^19.0.3", "husky": "^4.2.5", "install-peers-cli": "^2.2.0", "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "semantic-release": "^18.0.1", "tsdx": "^0.14.1", "tslib": "^2.8.1", "typescript": "^4.7.4" } }