Moved from gitlab to gitea
Publish Docker image / Build and Push Docker image (release) Successful in 2m48s

This commit is contained in:
2026-08-17 12:42:00 +02:00 Verified
parent d77905844f
commit 5ef205a337
4 changed files with 1188 additions and 954 deletions
+8 -4
View File
@@ -11,15 +11,15 @@
"dependencies": {
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"image-size": "^2.0.2",
"next": "16.1.6",
"next": "^16.3.1",
"next-themes": "^0.4.6",
"photoswipe": "^5.4.4",
"react": "19.2.3",
"react-dom": "19.2.3",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-icons": "^5.6.0",
"react-photoswipe-gallery": "^4.0.0",
"react-syntax-highlighter": "^16.1.1",
"sharp": "^0.35.3",
"three": "^0.183.2"
},
"devDependencies": {
@@ -33,5 +33,9 @@
"eslint-config-next": "16.1.6",
"tailwindcss": "^4",
"typescript": "^5"
},
"allowScripts": {
"sharp@0.34.5": true,
"unrs-resolver@1.12.2": true
}
}