UNPKG

react-flash-modal

Version:

A lightweight and flexible React modal component with smooth animations and easy customization. Perfect for modern web applications. Can be easily integrated into any project.

74 lines 1.94 kB
{ "name": "react-flash-modal", "version": "1.0.6", "private": false, "type": "module", "description": "A lightweight and flexible React modal component with smooth animations and easy customization. Perfect for modern web applications. Can be easily integrated into any project.", "main": "dist/my-react-flash-modal-package.umd.js", "module": "dist/my-react-flash-modal-package.es.js", "types": "dist/index.d.ts", "style": "dist/modal.css", "files": [ "dist", "src" ], "scripts": { "dev": "vite", "build": "vite build", "lint": "eslint .", "preview": "vite preview" }, "keywords": [ "react-flash-modal", "react-easy-modal-component", "react-easy-modal", "react modal", "modal component", "react popup", "easy modal", "react dialog", "modal with animation", "lightweight modal", "customizable modal", "react-ui", "modal for react", "react easy modal", "modal", "react-smooth-modal", "react-modal", "react-lightbox-modal", "react-awesome-modal", "react-modern-modal", "react-animated-modal", "react-dialogx", "react-glassy-modal", "react-modal-pro" ], "author": "Khikmat Turaev", "homepage": "https://github.com/hikmatjan1/react-easy-modal", "repository": { "type": "git", "url": "https://github.com/hikmatjan1/react-easy-modal" }, "license": "MIT", "peerDependencies": { "react": "^18.3.1", "react-dom": "^18.3.1" }, "dependencies": { "react": "^18.3.1", "react-dom": "^18.3.1" }, "devDependencies": { "@eslint/js": "^9.13.0", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@vitejs/plugin-react": "^4.3.3", "eslint": "^9.13.0", "eslint-plugin-react": "^7.37.2", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.14", "globals": "^15.11.0", "vite": "^5.4.10" } }