Add Akkam Bakkam classroom game
Some checks failed
CI / validate (push) Has been cancelled

This commit is contained in:
Neeldhara Misra 2026-07-20 17:23:12 +05:30
parent 52615a5086
commit e6fa86519c
16 changed files with 3277 additions and 6 deletions

View file

@ -6,12 +6,15 @@
"scripts": {
"dev": "astro dev",
"build": "astro build",
"ci": "npm run test:sync && npm run build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.astro",
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx,.astro --fix",
"format": "prettier --write .",
"format:check": "prettier --check ."
"format:check": "prettier --check .",
"start": "node server/index.mjs",
"test:sync": "node --test server/dice-sync.test.mjs"
},
"engines": {
"node": ">=22.12.0"
@ -56,7 +59,8 @@
"tailwind-merge": "^3.5.0",
"three": "^0.183.2",
"tw-animate-css": "^1.4.0",
"vaul": "^1.1.2"
"vaul": "^1.1.2",
"ws": "^8.21.1"
},
"devDependencies": {
"@astrojs/mdx": "^5.0.3",