mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
1125bf4396
* 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
13 lines
302 B
JSON
13 lines
302 B
JSON
{
|
|
"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",
|
|
"mantine-datatable": "^2.8.5"
|
|
}
|
|
}
|