UNPKG

@mohamedalkhawam/email-builder

Version:
71 lines 1.74 kB
{ "name": "@mohamedalkhawam/email-builder", "version": "0.1.7", "description": "React email builder component", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "publishConfig": { "branch": "main" }, "keywords": [ "react", "email", "builder", "email-builder", "email-editor", "mui" ], "author": "Mohamed Alkhawam", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/mohamedalkhawam/email-builder", "branch": "main" }, "dependencies": { "@emotion/react": "^11.11.3", "@emotion/styled": "^11.11.0", "@mui/icons-material": "^5.15.10", "@mui/material": "^5.15.10", "highlight.js": "^11.9.0", "insane": "^2.6.2", "marked": "^12.0.2", "prettier": "^3.2.5", "react-colorful": "^5.6.1", "zod": "^3.25.7", "zustand": "^4.5.1" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "devDependencies": { "@eslint/js": "^9.25.0", "@types/insane": "^1.0.0", "@types/node": "^22.15.19", "@types/react": "^19.1.2", "@types/react-dom": "^19.1.2", "@vitejs/plugin-react": "^4.4.1", "eslint": "^9.25.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^16.0.0", "react": "^19.1.0", "react-dom": "^19.1.0", "typescript": "~5.8.3", "typescript-eslint": "^8.30.1", "vite": "^6.3.5", "vite-plugin-dts": "^4.5.4" }, "scripts": { "dev": "vite", "build": "tsc --noEmit --p ./tsconfig.app.json && vite build", "lint": "eslint .", "preview": "vite preview" } }