Finish slicing box and UI

This commit is contained in:
Fuhrmann 2025-03-07 10:09:38 +01:00
commit 213537508c
19 changed files with 965 additions and 1361 deletions

View file

@ -10,24 +10,24 @@
},
"dependencies": {
"earcut": "^3.0.1",
"flowbite-react": "^0.10.2",
"next": "15.1.7",
"next": "15.2.1",
"proj4": "^2.15.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"three": "^0.173.0"
"three": "^0.174.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4.0.11",
"@types/earcut": "^3.0.0",
"@types/node": "^20",
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/three": "^0.173.0",
"@types/three": "^0.174.0",
"eslint": "^9",
"eslint-config-next": "15.1.7",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"eslint-config-next": "15.2.1",
"postcss": "^8.5.3",
"tailwindcss": "^4.0.11",
"typescript": "^5"
}
}