summaryrefslogtreecommitdiff
path: root/package.json
blob: 17eace9a3ff6ec79af714fa20be6072ccca6cc50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "dependencies": {
    "gl-matrix": "^3.4.3",
    "maplibre-gl": "^3.2.0",
    "suncalc": "^1.9.0",
    "three": "^0.154.0"
  },
  "devDependencies": {
    "prettier": "^3.0.0",
    "vite": "^4.4.3"
  }
}