diff --git a/package.json b/package.json index f51de963..43884bc2 100755 --- a/package.json +++ b/package.json @@ -5,7 +5,6 @@ "homepage": "/", "dependencies": { "@ant-design/icons": "^6.0.0", - "@asseinfo/react-kanban": "^2.2.0", "@chakra-ui/icons": "^2.2.6", "@chakra-ui/react": "^2.10.9", "@chakra-ui/theme-tools": "^2.2.6", @@ -47,12 +46,9 @@ "react": "^19.0.0", "react-apexcharts": "^1.3.9", "react-big-calendar": "^0.33.2", - "react-bootstrap-sweetalert": "5.2.0", "react-circular-slider-svg": "^0.1.5", "react-custom-scrollbars-2": "^4.4.0", - "react-datetime": "^3.0.4", "react-dom": "^19.0.0", - "react-dropzone": "^11.4.2", "react-github-btn": "^1.2.1", "react-icons": "^4.12.0", "react-input-pin-code": "^1.1.5", @@ -66,11 +62,7 @@ "react-scripts": "^5.0.1", "react-scroll": "^1.8.4", "react-scroll-into-view": "^2.1.3", - "react-swipeable-views": "0.13.9", "react-table": "^7.7.0", - "react-tagsinput": "3.19.0", - "react-to-print": "^2.13.0", - "react-wordcloud": "^1.2.7", "recharts": "^3.1.2", "sass": "^1.49.9", "socket.io-client": "^4.7.4", @@ -87,7 +79,9 @@ "@types/react-dom": "^19.0.0" }, "overrides": { - "uuid": "^9.0.1" + "uuid": "^9.0.1", + "react": "^19.0.0", + "react-dom": "^19.0.0" }, "scripts": { "prestart": "kill-port 3000",