Hacky demo changes

This commit is contained in:
Andras Schmelczer 2026-05-06 19:36:04 +01:00
parent 7cba369308
commit ea7afd618c
39 changed files with 2041 additions and 745 deletions

View file

@ -11,7 +11,8 @@
"lint": "eslint src --ext .ts,.tsx",
"lint:fix": "eslint src --ext .ts,.tsx --fix",
"format": "prettier --write \"src/**/*.{ts,tsx,css}\"",
"format:check": "prettier --check \"src/**/*.{ts,tsx,css}\""
"format:check": "prettier --check \"src/**/*.{ts,tsx,css}\"",
"check:i18n": "node scripts/check-translations.mjs"
},
"dependencies": {
"@deck.gl/core": "^9.0.0",