diff options
| author | Yuval Adam <_@yuv.al> | 2025-09-24 09:12:44 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-09-24 09:12:44 +0200 |
| commit | 4c5be8cf8d942743398581b46ac2c76d0ff273d8 (patch) | |
| tree | b182383a63302f24910c5534953d3624cb24f00d /package.json | |
| parent | 490214f0a9be03130cf535bc5ae0b8aa3c6c16db (diff) | |
Initial migration
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package.json b/package.json index 5792e0a..8e16464 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,17 @@ "@types/react": "^19.1.13", "@types/react-dom": "^19.1.9", "astro": "^5.13.10", + "axios": "^1.12.2", + "luxon": "^3.7.2", + "mapbox-gl": "^3.15.0", + "rc-slider": "^11.1.9", "react": "^19.1.1", "react-dom": "^19.1.1", "tailwindcss": "^4.1.13" + }, + "devDependencies": { + "@types/luxon": "^3.7.1", + "@types/mapbox-gl": "^3.4.1", + "wrangler": "^4.39.0" } } |
