UNPKG

react-modal-hook-manager

Version:
50 lines (49 loc) 1.32 kB
{ "name": "react-modal-hook-manager", "version": "2.0.1", "description": "manage multi modal in react", "scripts": { "build": "tsc", "rollup": "rollup -c --environment INCLUDE_DEPS,BUILD:production", "test": "echo \"Error: no test specified\" && exit 1" }, "main": "dist/cjs/index.min.js", "module": "dist/esm/index.min.js", "files": [ "dist" ], "types": "dist/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/farshidb2011/react-modal-hook-manager.git" }, "keywords": [ "react", "modal", "manager", "modal-manager", "react-modal-hook-manager" ], "author": "farshid bahadori", "license": "MIT", "bugs": { "url": "https://github.com/farshidb2011/react-modal-hook-manager/issues" }, "homepage": "https://github.com/farshidb2011/react-modal-hook-manager#readme", "peerDependencies": { "react": "^18.1.0", "react-dom": "^18.1.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^22.0.0", "@rollup/plugin-node-resolve": "^13.3.0", "@rollup/plugin-typescript": "^8.3.2", "@types/react": "^18.0.9", "@types/react-dom": "^18.0.5", "rollup": "^2.75.1", "rollup-plugin-dts": "^4.2.2", "rollup-plugin-terser": "^7.0.2", "tslib": "^2.4.0", "typescript": "^4.7.2" } }