dipal-x-tree/package.json

51 lines
1.2 KiB
JSON

{
"name": "dipal-x-tree",
"version": "6.17.3",
"description": "Customized and fixed version of mui x tree for dipal admina panel project",
"author": "MUI Team",
"main": "./node/index.js",
"license": "MIT",
"homepage": "https://mui.com/x/react-tree-view/",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/mui"
},
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"keywords": [
"react",
"react-component",
"mui",
"material-ui",
"material design",
"treeview"
],
"dependencies": {
"@babel/runtime": "^7.23.2",
"@mui/base": "^5.0.0-beta.20",
"@mui/utils": "^5.14.14",
"@types/react-transition-group": "^4.4.8",
"clsx": "^2.0.0",
"prop-types": "^15.8.1",
"react-transition-group": "^4.4.5"
},
"peerDependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/material": "^5.8.6",
"@mui/system": "^5.8.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},
"setupFiles": [
"<rootDir>/src/setupTests.js"
],
"engines": {
"node": ">=14.0.0"
},
"private": false,
"module": "./index.js",
"types": "./index.d.ts"
}