2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00
* Add .gitignore for compiles web assets

* Update react dependencies

- Add mantine/core
- Add mantine-datatable

* Add more packages

- mantine/dropzone
- mantine/notifications

* Fix for development docker image
This commit is contained in:
Oliver
2023-07-19 06:28:00 +10:00
committed by GitHub
parent 6d3978ea28
commit 1125bf4396
4 changed files with 1342 additions and 2 deletions

View File

@ -1,6 +1,12 @@
{
"dependencies": {
"@emotion/react": "^11.11.1",
"@mantine/core": "^6.0.17",
"@mantine/dropzone": "^6.0.17",
"@mantine/hooks": "^6.0.17",
"@mantine/notifications": "^6.0.17",
"eslint": "^8.41.0",
"eslint-config-google": "^0.14.0"
"eslint-config-google": "^0.14.0",
"mantine-datatable": "^2.8.5"
}
}