ev-grid-oracle / web /package.json
NITISHRG15102007's picture
sync: push from tools/sync_space_to_hub.py (no artifacts/)
826311e verified
{
"name": "web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"typescript": "~6.0.2",
"vite": "^8.0.10"
},
"dependencies": {
"@deck.gl/core": "^9.3.1",
"@deck.gl/layers": "^9.3.1",
"@deck.gl/mapbox": "^9.3.1",
"deck.gl": "^9.3.1",
"maplibre-gl": "^5.24.0",
"phaser": "^3.90.0"
}
}