Skip to content

Commit

Permalink
add:会場モデルの表示 #12
Browse files Browse the repository at this point in the history
  • Loading branch information
okaka8080 committed Jun 28, 2023
1 parent eab1fcc commit 7fcf1ea
Show file tree
Hide file tree
Showing 13 changed files with 350 additions and 140 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.defaultFormatter": "vscode.typescript-language-features",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
Expand Down
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.15",
"@react-three/drei": "^9.7.2",
"@react-three/fiber": "^8.12.0",
"@react-three/cannon": "^6.5.2",
"@react-three/drei": "^9.77.1",
"@react-three/fiber": "^8.13.3",
"@types/node": "18.14.2",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
Expand All @@ -34,7 +35,8 @@
"react-three-fiber": "^6.0.13",
"recoil": "^0.7.7",
"swr": "^2.1.5",
"three": "^0.150.1",
"three": "^0.153.0",
"three-stdlib": "^2.23.10",
"typescript": "<4.8.0"
},
"volta": {
Expand Down
Loading

0 comments on commit 7fcf1ea

Please sign in to comment.