feat: hackathon

This commit is contained in:
Maulana Sodiqin
2025-11-25 01:47:56 +07:00
parent 5a99f216cb
commit 9e9bfc2793
53 changed files with 6892 additions and 927 deletions
+8 -3
View File
@@ -7,18 +7,22 @@
"gacha:build": "nx build gacha",
"gacha:test": "nx test gacha",
"gacha:prod": "serve ./dist/apps/gacha",
"gacha:lint": "nx run gacha:lint",
"backoffice:dev": "nx dev backoffice",
"backoffice:build": "nx build backoffice",
"backoffice:test": "nx test backoffice",
"backoffice:prod": "serve ./dist/apps/backoffice",
"backoffice:lint": "nx run backoffice:lint",
"dimentorin:dev": "nx dev dimentorin",
"dimentorin:test": "nx test dimentorin",
"dimentorin:build": "nx build dimentorin",
"dimentorin:prod": "serve ./dist/apps/dimentorin",
"dimentorin:lint": "nx run dimentorin:lint",
"hackathon:dev": "nx dev hackathon",
"hackathon:build": "nx build hackathon",
"hackathon:test": "nx test hackathon",
"hackathon:prod": "serve ./dist/apps/hackathon",
"hackathon:lint": "nx run hackathon:lint",
"landing:dev": "nx serve landing",
"landing:build": "nx build landing",
"landing:prod": "cd ./dist/apps/landing && npx next start",
@@ -35,8 +39,9 @@
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-slot": "^1.2.0",
"@redocly/ajv": "^8.11.2",
"@supabase/supabase-js": "^2.84.0",
"@tanstack/react-query": "^5.74.4",
"@tanstack/react-store": "^0.7.0",
"@tanstack/react-store": "^0.8.0",
"@tanstack/react-table": "^8.21.2",
"axios": "^1.8.3",
"class-variance-authority": "^0.7.1",
@@ -45,7 +50,7 @@
"framer-motion": "^12.9.2",
"graphql": "^16.11.0",
"js-cookie": "^3.0.5",
"next": "~15.2.4",
"next": "~16.0.3",
"next-themes": "^0.4.6",
"openapi-fetch": "^0.15.0",
"openapi-react-query": "^0.5.0",
@@ -68,7 +73,7 @@
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.8.0",
"@next/eslint-plugin-next": "^15.2.4",
"@next/eslint-plugin-next": "^16.0.3",
"@nx/devkit": "22.1.1",
"@nx/eslint": "22.1.1",
"@nx/eslint-plugin": "22.1.1",