hackdex-website/package.json
2025-10-15 13:57:26 -10:00

39 lines
1.1 KiB
JSON

{
"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 gen types --project-id \"scfxbqapigdjfebqwmoj\" > 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",
"@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",
"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",
"tailwindcss": "^4",
"typescript": "^5"
}
}