Main pages

This commit is contained in:
2026-03-10 23:45:14 +01:00 Unverified
parent 2b4897ad65
commit b6a78abae8
17 changed files with 2244 additions and 116 deletions
+11 -1
View File
@@ -9,15 +9,25 @@
"lint": "eslint"
},
"dependencies": {
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"image-size": "^2.0.2",
"next": "16.1.6",
"photoswipe": "^5.4.4",
"react": "19.2.3",
"react-dom": "19.2.3"
"react-dom": "19.2.3",
"react-icons": "^5.6.0",
"react-photoswipe-gallery": "^4.0.0",
"react-syntax-highlighter": "^16.1.1",
"three": "^0.183.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/image-size": "^0.7.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-syntax-highlighter": "^15.5.13",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"tailwindcss": "^4",