aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: 90112d87433cf877689fd7f8cb0c3628f24b1fa9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "webmap-northern-sweden",
  "version": "0.0.1",
  "license": "AGPL-3.0-or-later",
  "scripts": {
    "start": "vite",
    "build": "vite build",
    "serve": "vite preview"
  },
  "devDependencies": {
    "vite": "5.x"
  },
  "dependencies": {
    "bootstrap": "5.3.x",
    "bootstrap-icons": "1.11.x",
    "ol": "9.0.x",
    "proj4": "2.10.x"
  }
}