UNPKG

modale-opc-p14

Version:

A simple modale, or dialog component, built with React and TypeScript

51 lines (50 loc) 1.29 kB
{ "name": "modale-opc-p14", "version": "1.1.0", "description": "A simple modale, or dialog component, built with React and TypeScript", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/modale.d.ts", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.js" } }, "scripts": { "clean": "del /s /q dist", "build": "yarn clean && tsc && xcopy package.json dist /Y && xcopy README.md dist /Y && sass src/modale.scss dist/modale.css" }, "repository": { "type": "git", "url": "git+https://github.com/Nayel9/myModal.git" }, "keywords": [ "react", "typescript", "modal", "dialog", "react-component", "modale", "dialog", "modal-component", "react-modal" ], "author": { "name": "Nayel", "url": "https://github.com/Nayel9/" }, "license": "ISC", "bugs": { "url": "https://github.com/Nayel9/myModal/issues" }, "homepage": "https://github.com/Nayel9/myModal/#readme", "devDependencies": { "@types/react": "^19.0.8", "@types/react-dom": "^18.3.5", "@types/react-transition-group": "^4.4.12", "react": "^19.0.0", "react-dom": "^19.0.0", "typescript": "^5.7.3" } }