Added ability to select and create multiple label settings

This commit is contained in:
Donkie
2024-06-18 19:09:42 +02:00
parent 426496b4e5
commit 0452b0be04
7 changed files with 224 additions and 53 deletions

View File

@@ -7,7 +7,6 @@
"private": true,
"type": "module",
"dependencies": {
"axios": "^1.6.8",
"@ant-design/icons": "^5.3.7",
"@loadable/component": "^5.16.4",
"@refinedev/antd": "^5.37.0",
@@ -18,8 +17,10 @@
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
"@types/loadable__component": "^5.13.9",
"@types/uuid": "^9.0.8",
"@yudiel/react-qr-scanner": "^1.2.10",
"antd": "^5.12.2",
"axios": "^1.6.8",
"flag-icons": "^7.2.1",
"i18next": "^23.11.4",
"i18next-browser-languagedetector": "^7.2.1",
@@ -29,6 +30,7 @@
"react-i18next": "^14.1.1",
"react-router-dom": "^6.23.0",
"react-to-print": "^2.15.1",
"uuid": "^10.0.0",
"vite-plugin-svgr": "^4.2.0"
},
"devDependencies": {
@@ -65,4 +67,4 @@
"last 1 safari version"
]
}
}
}