adding wohnungsboerse provider

This commit is contained in:
orangecoding
2026-01-09 11:37:03 +01:00
parent 2926ee7e08
commit 7fd8be07a2
5 changed files with 180 additions and 75 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "fredy",
"version": "17.0.2",
"version": "17.1.0",
"description": "[F]ind [R]eal [E]states [d]amn eas[y].",
"scripts": {
"prepare": "husky",
@@ -60,12 +60,12 @@
],
"dependencies": {
"adm-zip": "^0.5.16",
"@douyinfe/semi-icons": "^2.90.3",
"@douyinfe/semi-ui": "2.90.3",
"@douyinfe/semi-icons": "^2.90.10",
"@douyinfe/semi-ui": "2.90.10",
"@sendgrid/mail": "8.1.6",
"@vitejs/plugin-react": "5.1.2",
"better-sqlite3": "^12.5.0",
"body-parser": "2.2.1",
"body-parser": "2.2.2",
"chart.js": "^4.5.1",
"cheerio": "^1.1.2",
"cookie-session": "2.1.1",
@@ -84,13 +84,13 @@
"react": "18.3.1",
"react-chartjs-2": "^5.3.1",
"react-dom": "18.3.1",
"react-router": "7.11.0",
"react-router-dom": "7.11.0",
"react-router": "7.12.0",
"react-router-dom": "7.12.0",
"restana": "5.1.0",
"semver": "^7.7.3",
"serve-static": "2.2.1",
"slack": "11.0.2",
"vite": "7.3.0",
"vite": "7.3.1",
"x-var": "^3.0.1",
"zustand": "^5.0.9"
},