Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 3 additions & 35 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,35 +1,3 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# local env files
.env*.local

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts
node_modules/
*/build/
*/package-lock.json
Binary file added Client/.DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions Client/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
API_KEY=
2 changes: 2 additions & 0 deletions Client/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.next
.env.local
File renamed without changes.
5 changes: 5 additions & 0 deletions Client/next-env.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
File renamed without changes.
7 changes: 6 additions & 1 deletion package.json → Client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,21 @@
"lint": "next lint"
},
"dependencies": {
"@react-three/drei": "^9.83.9",
"@react-three/fiber": "^8.14.1",
"@types/node": "20.6.1",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.15",
"axios": "^1.5.0",
"next": "13.4.19",
"postcss": "8.4.29",
"r3f-perf": "^7.1.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.3",
"typescript": "5.2.2"
"three": "^0.156.1",
"typescript": "5.2.2",
"yuka": "^0.7.8"
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
Loading