@ozen-ui/data-grid
Version:
React DataGrid library
53 lines • 1.33 kB
JSON
{
"name": "@ozen-ui/data-grid",
"version": "0.75.0",
"description": "React DataGrid library",
"files": [
"*"
],
"publishConfig": {
"access": "public"
},
"keywords": [
"Özen-UI",
"Bereke Bank UI Kit",
"Design system",
"React",
"React Component Library",
"React DataGrid",
"DataGrid"
],
"author": "Bereke Bank",
"license": "MIT",
"dependencies": {
"@bem-react/classname": "^1.6.0",
"@bem-react/classnames": "^1.3.10",
"lodash.clonedeep": "^4.5.0",
"lodash.isdate": "^4.0.1",
"lodash.isequal": "^4.5.0",
"lodash.sortby": "^4.7.0",
"mobx": "6.13.7",
"mobx-react-lite": "4.1.0",
"@ozen-ui/fonts": "0.75.0",
"@ozen-ui/icons": "0.75.0",
"@ozen-ui/kit": "0.75.0",
"@ozen-ui/logger": "0.75.0"
},
"devDependencies": {
"@types/lodash.clonedeep": "^4.5.0",
"@types/lodash.isdate": "^4.0.1",
"@types/lodash.isequal": "^4.5.0",
"@types/lodash.sortby": "^4.7.9",
"@types/node": "^20.14.7",
"@types/react-syntax-highlighter": "15.5.13",
"fs-extra": "^11.1.1",
"react-syntax-highlighter": "15.6.1",
"ts-patch": "3.3.0"
},
"peerDependencies": {
"react": ">=18.0.0 <19.0.0",
"react-dom": ">=18.0.0 <19.0.0"
},
"main": "./__inner__/cjs/index.js",
"types": "./__inner__/types/index.d.ts"
}