Add annotated glasses 3D showcase

This commit is contained in:
2026-05-16 18:43:40 +01:00
parent 0ac37261a8
commit 24beb5aa5e
8 changed files with 346 additions and 3 deletions

View File

@@ -13,12 +13,14 @@
"lucide-react": "^0.468.0",
"next": "^16.0.0",
"react": "^19.2.0",
"react-dom": "^19.2.0"
"react-dom": "^19.2.0",
"three": "^0.184.0"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/three": "^0.184.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint-config-next": "^16.0.0",