Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #18 from claustra01/feat/threejs-base
Browse files Browse the repository at this point in the history
threejsの触りだけ実装
  • Loading branch information
claustra01 authored Aug 10, 2024
2 parents a88a668 + 4f72eeb commit 66fbf0b
Show file tree
Hide file tree
Showing 7 changed files with 1,961 additions and 1,401 deletions.
2 changes: 1 addition & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"ignorePaths": ["node_modules/**", "*.svg"],
"version": "0.2",
"language": "en",
"words": ["NATSUMATSURI", "Dela", "Yuji", "Syuku", "zustand"]
"words": ["NATSUMATSURI", "YATAI", "Dela", "Yuji", "Syuku", "zustand"]
}
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,18 @@
"spell": "cspell ./src"
},
"dependencies": {
"@react-three/fiber": "^8.16.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.0",
"three": "^0.167.1",
"zustand": "^4.5.4"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/three": "^0.167.1",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@vitejs/plugin-react-swc": "^3.5.0",
Expand Down
Loading

0 comments on commit 66fbf0b

Please sign in to comment.