UNPKG

@e-group/utils

Version:

eGroup team utils that share across projects.

93 lines 2.1 kB
{ "name": "@e-group/utils", "version": "7.39.19", "private": false, "author": "eGroup Team", "description": "eGroup team utils that share across projects.", "keywords": [ "eGroup", "utils" ], "repository": { "type": "git", "url": "git@github.com:eGroupAI/egroup-material.git", "directory": "packages/utils" }, "license": "MIT", "bugs": { "url": "https://github.com/eGroupAI/egroup-material/issues" }, "homepage": "https://eGroupAI.github.io/egroup-material", "publishConfig": { "access": "public" }, "peerDependencies": { "@e-group/immutable": "^4.0.0-rc.13", "@types/react": "^16.8.6 || ^17.0.0", "@types/react-dom": "^16.9.8 || ^17.0.0", "@types/redux-actions": "^2.6.1", "@types/validator": "^13.1.4", "date-fns": "^2.22.1", "html2canvas": "^1.0.0-rc.7", "js-base64": "^3.6.1", "jspdf": "^2.3.1", "mobile-detect": "^1.4.5", "react": "^16.8.0 || ^17.0.0", "react-dom": "^16.8.0 || ^17.0.0", "redux-actions": "^2.6.5", "redux-observable": "^1.2.0", "rxjs": "^6.5.3", "validator": "^13.6.0" }, "peerDependenciesMeta": { "@e-group/immutable": { "optional": true }, "@types/redux-actions": { "optional": true }, "@types/validator": { "optional": true }, "date-fns": { "optional": true }, "html2canvas": { "optional": true }, "js-base64": { "optional": true }, "jspdf": { "optional": true }, "mobile-detect": { "optional": true }, "redux-actions": { "optional": true }, "redux-observable": { "optional": true }, "rxjs": { "optional": true }, "validator": { "optional": true } }, "dependencies": { "@types/lodash.clonedeep": "^4.5.6", "@types/lodash.merge": "^4.6.6", "lodash.clonedeep": "^4.5.0", "lodash.merge": "^4.6.2", "safe-json-stringify": "^1.2.0" }, "engines": { "node": ">=14.0.0" }, "main": "./index.js", "module": "./esm/index.js", "types": "./index.d.ts" }