Add weather information section and update dependencies

- Introduced a new CropZoningWeatherSection component to display weather data in the crop zoning dashboard.
- Updated package.json and package-lock.json to include chart.js and react-chartjs-2 for enhanced data visualization.
- Added Persian translations for weather-related UI elements to support localization.
This commit is contained in:
2026-02-20 23:08:44 +03:30
parent 02e966e997
commit bb83ab506e
8 changed files with 692 additions and 12 deletions
+2
View File
@@ -56,6 +56,7 @@
"@types/leaflet-draw": "^1.0.13",
"apexcharts": "3.49.0",
"bootstrap-icons": "1.11.3",
"chart.js": "^4.5.1",
"classnames": "2.5.1",
"cmdk": "1.0.4",
"date-fns": "4.1.0",
@@ -71,6 +72,7 @@
"next-intl": "3.25.2",
"react": "18.3.1",
"react-apexcharts": "1.4.1",
"react-chartjs-2": "^5.3.1",
"react-colorful": "5.6.1",
"react-date-object": "1.1.9",
"react-datepicker": "7.3.0",