UNPKG

redux-modal-manager

Version:

A custom libary base on redux-modal with fix bug when close modal

59 lines (58 loc) 1.45 kB
{ "name": "redux-modal-manager", "version": "1.0.10", "description": "A custom libary base on redux-modal with fix bug when close modal", "main": "dist/index.js", "module": "dist/index.es.js", "types": "src/index.d.ts", "files": [ "dist", "src", "README.md" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build:lib": "rollup -c", "publish": "npm publish" }, "keywords": [ "redux", "modal", "redux-modal", "modal-manager", "redux-modal-manager" ], "author": "nguyenhatruong", "license": "MIT", "devDependencies": { "@babel/core": "^7.19.3", "@babel/preset-react": "^7.18.6", "@rollup/plugin-node-resolve": "^14.1.0", "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "@types/react-redux": "^7.1.24", "babel-loader": "^8.2.5", "react": "^19.2.7", "react-dom": "^19.2.3", "react-redux": "^9.3.0", "rollup": "^2.79.1", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-terser": "^7.0.2" }, "peerDependencies": { "react": "^18.2.0 || ^19.0.0", "react-dom": "^18.2.0 || ^19.0.0", "react-redux": "^8.0.4 || ^9.0.0" }, "peerDependenciesMeta": { "react-dom": { "optional": true } }, "dependencies": {}, "repository": { "type": "git", "url": "https://github.com/nguyenhatruong/redux-modal-manager" } }