UNPKG

@afzalimdad9/react-alert-template-mui

Version:
40 lines (39 loc) 1.14 kB
{ "name": "@afzalimdad9/react-alert-template-mui", "version": "1.0.3", "description": "react alert template using mui", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "prepublishOnly": "npm run build", "build": "tsc --outDir dist" }, "repository": { "type": "git", "url": "https://github.com/afzalimdad9/react-alert/tree/master/react-alert-template-mui.git" }, "keywords": [ "react-alert", "Material UI", "afzalimdad9", "react-alert-template-mui" ], "author": "Afzal Imdad <afzalimdad9@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/afzalimdad9/react-alert/tree/master/react-alert-template-mui/issues" }, "homepage": "https://github.com/afzalimdad9/react-alert/tree/master/react-alert-template-mui#readme", "devDependencies": { "@types/react": "^19.0.10", "typescript": "^5.8.2" }, "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@mui/material": "^6.4.7", "react": "^19.0.0" } }