Add package for DataGrid and udpate rollup config

This commit is contained in:
Rising Odegua
2022-02-16 11:24:00 +01:00
parent b39d3e72d5
commit 4ba238510f
4 changed files with 197 additions and 58802 deletions

View File

@@ -15,6 +15,7 @@
"dependencies": {
"@material-ui/core": "^4.11.3",
"@material-ui/data-grid": "^4.0.0-alpha.20",
"@mui/x-data-grid": "^5.5.1",
"filesize": "^6.3.0",
"html-react-parser": "^1.2.6",
"next": "latest",
@@ -46,7 +47,9 @@
"jest-dom": "^4.0.0",
"npm-run-all": "^4.1.5",
"rollup": "^2.45.2",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4"
},
"files": [
@@ -56,4 +59,4 @@
"bin": {
"datahub": "bin/index.js"
}
}
}