Skip to content

Commit

Permalink
core: game creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sawangg committed Dec 1, 2023
1 parent 5a14e34 commit 25a7675
Show file tree
Hide file tree
Showing 17 changed files with 28,543 additions and 2,880 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
"@react-three/drei": "^9.88.17",
"@react-three/drei": "^9.89.0",
"@react-three/fiber": "^8.15.11",
"@t3-oss/env-nextjs": "^0.7.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"drizzle-orm": "^0.29.0",
"drizzle-orm": "^0.29.1",
"drizzle-zod": "^0.5.1",
"framer-motion": "^10.16.5",
"framer-motion": "^10.16.9",
"next": "^14.0.3",
"next-auth": "5.0.0-beta.3",
"postgres": "^3.4.3",
Expand All @@ -36,23 +36,23 @@
"tailwind-merge": "^2.0.0",
"tailwindcss": "^3.3.5",
"tailwindcss-animate": "^1.0.7",
"three": "^0.158.0",
"three": "^0.159.0",
"typescript": "^5.3.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@next/bundle-analyzer": "^14.0.3",
"@types/eslint": "^8.44.7",
"@types/node": "^20.10.0",
"@types/react": "^18.2.38",
"@types/eslint": "^8.44.8",
"@types/node": "^20.10.1",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"@types/three": "^0.158.3",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@types/three": "^0.159.0",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"autoprefixer": "^10.4.16",
"cross-env": "^7.0.3",
"drizzle-kit": "^0.20.4",
"drizzle-kit": "^0.20.6",
"eslint": "^8.54.0",
"eslint-config-next": "^14.0.3",
"eslint-config-prettier": "^9.0.0",
Expand Down
Loading

0 comments on commit 25a7675

Please sign in to comment.