{ "name": "pokemon-romhack-platform", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --turbopack", "build": "next build --turbopack", "start": "next start", "db:pull": "supabase db pull && env-cmd supabase gen types --local > src/types/db.ts", "postinstall": "patch-package" }, "dependencies": { "@dnd-kit/core": "6.3.1", "@dnd-kit/sortable": "10.0.0", "@dnd-kit/utilities": "3.2.2", "@headlessui/react": "^2.2.9", "@supabase/ssr": "^0.7.0", "@supabase/supabase-js": "^2.74.0", "embla-carousel-react": "8.6.0", "minio": "^8.0.6", "next": "15.5.4", "react": "19.1.0", "react-dom": "19.1.0", "react-icons": "^5.5.0", "react-markdown": "9.0.3", "rehype-slug": "^6.0.0", "remark-gfm": "4.0.0", "rom-patcher-js": "github:marcrobledo/RomPatcher.js#91e522e247f709e894761157ccba3189004d0859" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@tailwindcss/typography": "^0.5.19", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "patch-package": "^8.0.0", "raw-loader": "^4.0.2", "tailwindcss": "^4", "typescript": "^5" } }