Feat(UI/3d): init 3d prototype

This commit is contained in:
Johannes Kirschbauer
2025-05-13 12:25:18 +02:00
parent ce774539b7
commit 217563740e
6 changed files with 360 additions and 7 deletions

View File

@@ -14,9 +14,12 @@
},
"license": "MIT",
"devDependencies": {
"@babel/plugin-syntax-import-attributes": "^7.27.1",
"@eslint/js": "^9.3.0",
"@tailwindcss/typography": "^0.5.13",
"@types/json-schema": "^7.0.15",
"@types/node": "^20.12.12",
"@types/three": "^0.176.0",
"@typescript-eslint/parser": "^7.10.0",
"autoprefixer": "^10.4.19",
"classnames": "^2.5.1",
@@ -32,10 +35,8 @@
"typescript-eslint": "^7.10.0",
"vite": "^5.0.11",
"vite-plugin-solid": "^2.8.2",
"vitest": "^1.6.0",
"@types/json-schema": "^7.0.15",
"@babel/plugin-syntax-import-attributes": "^7.27.1",
"vite-plugin-solid-svg": "^0.8.1"
"vite-plugin-solid-svg": "^0.8.1",
"vitest": "^1.6.0"
},
"dependencies": {
"@floating-ui/dom": "^1.6.8",
@@ -49,6 +50,7 @@
"nanoid": "^5.0.7",
"solid-js": "^1.8.11",
"solid-markdown": "^2.0.13",
"solid-toast": "^0.5.0"
"solid-toast": "^0.5.0",
"three": "^0.176.0"
}
}