changed ports and networking for new react frontend

This commit is contained in:
2025-07-23 12:10:29 +02:00
parent d552f40c2d
commit 584473ba41
7 changed files with 4088 additions and 229 deletions

View File

@@ -10,8 +10,12 @@
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.11",
"react": "^19.1.0",
"react-dom": "^19.1.0"
"react-dom": "^19.1.0",
"tailwind": "^4.0.0",
"tailwindcss": "^4.1.11",
"vite-plugin-svgr": "^4.3.0"
},
"devDependencies": {
"@eslint/js": "^9.30.1",