mirror of
https://github.com/Hackdex-App/hackdex-website.git
synced 2026-03-21 17:54:09 -05:00
51 lines
1.5 KiB
JSON
51 lines
1.5 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 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",
|
|
"minio": "^8.0.6",
|
|
"next": "^15.5.7",
|
|
"nodemailer": "^7.0.10",
|
|
"react": "^19.1.2",
|
|
"react-chartjs-2": "^5.3.1",
|
|
"react-dom": "^19.1.2",
|
|
"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",
|
|
"schema-dts": "^1.1.5",
|
|
"serialize-javascript": "^7.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@types/node": "^20",
|
|
"@types/nodemailer": "^7.0.3",
|
|
"@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"
|
|
}
|
|
}
|