react-modals-kit
Version:
A lightweight and customizable modal library for React, providing various types of modals with simple API
57 lines (56 loc) • 1.52 kB
JSON
{
"name": "react-modals-kit",
"version": "1.1.10",
"description": "A lightweight and customizable modal library for React, providing various types of modals with simple API",
"main": "dist/index.js",
"scripts": {
"build": "babel src --out-dir dist --copy-files",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"modal",
"confirmation-modal",
"popup",
"react-modal",
"confirmation",
"react-portal",
"ui-components",
"user-interface",
"react-hooks",
"react-portal-modal",
"custom-modal",
"popup-dialog",
"react-ui-library",
"react-popup",
"react-dialog",
"modal-library",
"react-components",
"react-modal-kit",
"react-ux",
"react-accessibility",
"modal-component"
],
"author": "Ahmed Osama <ahmedosama.aw@gmail.com>",
"license": "MIT",
"type": "commonjs",
"types": "dist/index.d.ts",
"dependencies": {
"prop-types": "^15.8.1",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AhmedOsama0js/package-react-modals-kit.git"
},
"bugs": {
"url": "https://github.com/AhmedOsama0js/package-react-modals-kit/issues"
},
"homepage": "https://github.com/AhmedOsama0js/package-react-modals-kit#readme",
"devDependencies": {
"@babel/cli": "^7.27.0",
"@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3"
}
}