UNPKG

@e-group/material-lab

Version:

EGroup Team Lab - Incubator for EGroup Team experimental React components.

94 lines 2.21 kB
{ "name": "@e-group/material-lab", "version": "7.40.2", "private": false, "author": "eGroup Team", "description": "EGroup Team Lab - Incubator for EGroup Team experimental React components.", "keywords": [ "eGroup", "react", "react-component", "lab" ], "repository": { "type": "git", "url": "git@github.com:eGroupAI/egroup-material.git", "directory": "packages/material-lab" }, "license": "MIT", "bugs": { "url": "https://github.com/eGroupAI/egroup-material/issues" }, "homepage": "https://eGroupAI.github.io/egroup-material", "dependencies": { "@e-group/hooks": "^7.40.2", "@e-group/material": "^7.40.2", "@e-group/utils": "^7.39.19", "clsx": "^1.1.1", "date-fns": "^2.22.1", "warning": "^4.0.3" }, "publishConfig": { "access": "public" }, "peerDependencies": { "@ckeditor/ckeditor5-react": "^2.1.0", "@e-group/ckeditor5-build-classic": "^21.0.1", "@e-group/immutable": "^4.0.0-rc.13", "@material-ui/core": "^4.12.3", "@material-ui/icons": "^4.11.2", "@types/marked": "^2.0.2", "@types/react": "^16.8.6 || ^17.0.0", "@types/react-dom": "^16.9.8 || ^17.0.0", "draft-js": "^0.11.5", "highlight.js": "^10.1.2", "marked": "^2.1.1", "qr.js": "^0.0.0", "react": "^16.8.0 || ^17.0.0", "react-dom": "^16.8.0 || ^17.0.0", "react-dropzone": "^11.2.3", "react-redux": "^7.2.1", "redux-form": "^8.3.6" }, "peerDependenciesMeta": { "@ckeditor/ckeditor5-react": { "optional": true }, "@e-group/ckeditor5-build-classic": { "optional": true }, "draft-js": { "optional": true }, "highlight.js": { "optional": true }, "@e-group/immutable": { "optional": true }, "@types/marked": { "optional": true }, "marked": { "optional": true }, "qr.js": { "optional": true }, "react-dropzone": { "optional": true }, "react-redux": { "optional": true }, "redux-form": { "optional": true } }, "engines": { "node": ">=14.0.0" }, "main": "./index.js", "module": "./esm/index.js", "types": "./index.d.ts" }