{ "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 && supabase migration up && 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", "@types/serialize-javascript": "^5.0.4", "@vercel/edge-config": "^1.4.3", "chart.js": "^4.5.1", "embla-carousel-react": "8.6.0", "mdast-util-to-hast": "^13.2.1", "minio": "^8.0.6", "next": "^15.5.8", "next-turnstile": "^1.0.7", "nodemailer": "^7.0.11", "react": "^19.1.2", "react-chartjs-2": "^5.3.1", "react-dom": "^19.1.2", "react-icons": "^5.5.0", "react-markdown": "^10", "rehype-slug": "^6.0.0", "remark-gfm": "4.0.0", "rom-patcher-js": "github:Hackdex-App/RomPatcher.js", "schema-dts": "^1.1.5", "serialize-javascript": "^7.0.0", "uuid": "^13.0.0" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@tailwindcss/typography": "^0.5.19", "@types/node": "^20", "@types/nodemailer": "^7.0.4", "@types/react": "^19", "@types/react-dom": "^19", "discord-api-types": "^0.38.32", "patch-package": "^8.0.0", "raw-loader": "^4.0.2", "tailwindcss": "^4", "typescript": "^5" } }