UNPKG

@emmveqz/react-components

Version:
64 lines (63 loc) 1.56 kB
{ "name": "@emmveqz/react-components", "version": "1.4.0", "description": "Diverse Components for React", "author": "Emmanuel V. Lopez", "license": "ISC", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "npx tsc --build ./tsconfig.json ", "prepack": "rm -fR ./dist && npm run build" }, "homepage": "https://github.com/emmveqz/react-components#readme", "keywords": [ "react", "components", "reactjs", "react-components", "ui-components", "async-hooks", "ui-component", "asynchooks", "usecontext", "useasync", "auto-trim", "filefield", "file-field", "filecomponent", "file-component", "trimmed-list", "auto-trimmed-list", "useasynceffect", "useeffect-async", "useeffectasync" ], "repository": { "type": "git", "url": "git+ssh://git@github.com/emmveqz/react-components.git" }, "bugs": { "url": "https://github.com/emmveqz/react-components/issues" }, "publishConfig": { "registry": "https://registry.npmjs.org" }, "peerDependencies": { "@emotion/react": "^11.13.0", "@emotion/styled": "^11.13.0", "@mui/icons-material": "^5.16.7", "@mui/material": "^5.16.7", "react": ">=18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "eslint": "^8.57.0", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-react": "^7.35.0", "typescript": "^5.5.4", "typescript-eslint": "^8.1.0" } }