2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-08 21:00:55 +00:00

add vanilla extract

This commit is contained in:
Matthias Mair
2024-04-15 01:04:24 +02:00
parent a00eed2451
commit 8e41ddc53a
3 changed files with 351 additions and 8 deletions

View File

@@ -28,6 +28,7 @@
"@mantine/modals": "^7.8.0",
"@mantine/notifications": "^7.8.0",
"@mantine/spotlight": "^7.8.0",
"@mantine/vanilla-extract": "^7.8.0",
"@naisutech/react-tree": "^3.1.0",
"@sentry/react": "^7.110.0",
"@tabler/icons-react": "^3.2.0",
@@ -35,6 +36,7 @@
"@uiw/codemirror-theme-vscode": "^4.21.25",
"@uiw/react-codemirror": "^4.21.25",
"@uiw/react-split": "^5.9.3",
"@vanilla-extract/css": "^1.14.2",
"axios": "^1.6.8",
"dayjs": "^1.11.10",
"easymde": "^2.18.0",
@@ -64,6 +66,7 @@
"@types/react-dom": "^18.2.25",
"@types/react-grid-layout": "^1.3.5",
"@types/react-router-dom": "^5.3.3",
"@vanilla-extract/vite-plugin": "^4.0.7",
"@vitejs/plugin-react": "^4.2.1",
"babel-plugin-macros": "^3.1.0",
"nyc": "^15.1.0",