mirror of
https://github.com/Lapikud/tipilan.git
synced 2026-09-22 15:22:59 +00:00
* update sponsor social media link * add ingame to sponsors * Feature - Changed supporter ticket to LAN area ticket. * feat: switchable ticket card (#132) * update sponsor social media link (#131) * update sponsor social media link * add ingame to sponsors * feat: add switchable-ticket-card, supporter ticket --------- Co-authored-by: Katri <96204214+SwagMuffin88@users.noreply.github.com> * fix: translations got reverted * Fix styling for ticket switcher * Added new sponsor logos * Price update * add egda to sponsors * Add egda sponsor img * Updated packages --------- Co-authored-by: Katri Lotamõis <katrilotamois@outlook.com> Co-authored-by: Rene Arumetsa <rene.arumetsa@gmail.com> Co-authored-by: Katri <96204214+SwagMuffin88@users.noreply.github.com>
61 lines
1.7 KiB
JSON
61 lines
1.7 KiB
JSON
{
|
|
"name": "tipilan",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=22.0.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"drizzle:generate": "drizzle-kit generate:sqlite",
|
|
"drizzle:push": "drizzle-kit push:sqlite",
|
|
"drizzle:studio": "drizzle-kit studio"
|
|
},
|
|
"dependencies": {
|
|
"@libsql/client": "^0.17.4",
|
|
"@paralleldrive/cuid2": "^3.3.0",
|
|
"@radix-ui/react-alert-dialog": "^1.1.23",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.24",
|
|
"@radix-ui/react-select": "^2.3.7",
|
|
"@radix-ui/react-slot": "^1.3.3",
|
|
"@radix-ui/react-tooltip": "^1.2.16",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"@types/three": "^0.184.1",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"drizzle-orm": "^0.45.2",
|
|
"lucide-react": "^1.31.0",
|
|
"material-symbols": "^0.44.12",
|
|
"next": "16.2.6",
|
|
"next-intl": "^4.13.6",
|
|
"next-themes": "^0.4.6",
|
|
"react": "^19.2.8",
|
|
"react-dom": "^19.2.8",
|
|
"react-icons": "^5.7.0",
|
|
"react-markdown": "^10.1.0",
|
|
"tailwind-merge": "^3.6.0",
|
|
"three": "^0.184.0",
|
|
"tw-animate-css": "^1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.3.6",
|
|
"@tailwindcss/postcss": "^4.3.3",
|
|
"@types/bun": "^1.3.14",
|
|
"@types/node": "^25.9.5",
|
|
"@types/react": "^19.2.18",
|
|
"@types/react-dom": "^19.2.4",
|
|
"autoprefixer": "^10.5.4",
|
|
"dotenv": "^17.4.2",
|
|
"drizzle-kit": "^0.31.10",
|
|
"eslint": "^10.8.1",
|
|
"eslint-config-next": "16.2.6",
|
|
"postcss": "^8.5.26",
|
|
"tailwindcss": "^4.3.3",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^6.0.3"
|
|
}
|
|
}
|