@e-group/material-layout
Version:
EGroup Team web layout react components.
43 lines • 1.04 kB
JSON
{
"name": "@e-group/material-layout",
"version": "7.40.2",
"private": false,
"author": "eGroup Team",
"description": "EGroup Team web layout react components.",
"keywords": [
"eGroup",
"react",
"react-component",
"layout"
],
"repository": {
"type": "git",
"url": "git@github.com:eGroupAI/egroup-material.git",
"directory": "packages/material-layout"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/eGroupAI/egroup-material/issues"
},
"homepage": "https://eGroupAI.github.io/egroup-material",
"dependencies": {
"@e-group/material": "^7.40.2",
"clsx": "^1.1.1"
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@material-ui/core": "^4.12.3",
"@types/react": "^16.8.6 || ^17.0.0",
"@types/react-dom": "^16.9.8 || ^17.0.0",
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
},
"engines": {
"node": ">=14.0.0"
},
"main": "./index.js",
"module": "./esm/index.js",
"types": "./index.d.ts"
}