Something something games

This commit is contained in:
2025-04-29 17:51:52 +01:00
parent 6eaf1d6b9f
commit 9e72f0cc9a
36 changed files with 3395 additions and 1498 deletions

View File

@@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "next dev --turbopack",
"build": "next build",
"build:analyse": "ANALYZE=true npm run build",
"start": "next start",
@@ -11,51 +11,59 @@
"lint:fix": "next lint --fix"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.712.0",
"@aws-sdk/client-s3": "^3.750.0",
"@dimforge/rapier2d-compat": "^0.14.0",
"@heroicons/react": "^2.2.0",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/bundle-analyzer": "^15.1.0",
"@next/mdx": "^15.1.0",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/react-query": "^5.62.7",
"@tanstack/react-virtual": "^3.11.1",
"@trpc/client": "^11.0.0-rc.660",
"@trpc/react-query": "^11.0.0-rc.660",
"@trpc/server": "^11.0.0-rc.660",
"@next/bundle-analyzer": "^15.1.7",
"@next/mdx": "^15.1.7",
"@pixi-essentials/object-pool": "^1.0.1",
"@pixi/events": "^7.4.2",
"@tailwindcss/postcss": "^4.0.8",
"@tailwindcss/typography": "^0.5.16",
"@tanstack/react-query": "^5.66.9",
"@tanstack/react-virtual": "^3.13.0",
"@trpc/client": "^11.0.0-rc.802",
"@trpc/react-query": "^11.0.0-rc.802",
"@trpc/server": "^11.0.0-rc.802",
"@types/better-sqlite3": "^7.6.12",
"@types/mdx": "^2.0.13",
"@types/node": "^22.10.2",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@types/node": "^22.13.5",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@typescript-eslint/eslint-plugin": "^8.14.1",
"autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "beta",
"better-sqlite3": "^11.7.0",
"better-sqlite3": "^11.8.1",
"client-only": "^0.0.1",
"drizzle-kit": "^0.30.1",
"drizzle-orm": "^0.38.2",
"eslint": "^9.17.0",
"eslint-config-next": "^15.1.0",
"exif-reader": "^2.0.1",
"framer-motion": "^11.14.4",
"glob": "^11.0.0",
"drizzle-kit": "^0.30.4",
"drizzle-orm": "^0.39.3",
"eslint": "^9.21.0",
"eslint-config-next": "^15.1.7",
"eventemitter3": "^5.0.1",
"exif-reader": "^2.0.2",
"framer-motion": "^12.4.7",
"glob": "^11.0.1",
"million": "^3.1.11",
"next": "15.1.1-canary.5",
"next": "15.2.0-canary.69",
"next-auth": "5.0.0-beta.25",
"postcss": "^8.4.49",
"pixi-filters": "^6.1.0",
"pixi-viewport": "^6.0.3",
"pixi.js": "^8.8.0",
"postcss": "^8.5.3",
"radash": "^12.1.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-zoom-pan-pinch": "^3.6.1",
"react-zoom-pan-pinch": "^3.7.0",
"reflect-metadata": "^0.2.2",
"server-only": "^0.0.1",
"sharp": "^0.33.5",
"superjson": "^2.2.2",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2",
"tailwind-scrollbar": "^4.0.0",
"tailwindcss": "^4.0.8",
"typescript": "^5.7.3",
"yet-another-react-lightbox": "^3.21.7",
"zod": "^3.24.1"
"zod": "^3.24.2"
}
}