aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: 3d307896271a0c069a7c379274a34efd7a1f40f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "name": "webmap-northern-sweden",
  "version": "0.0.1",
  "license": "AGPL-3.0-or-later",
  "scripts": {
    "lint": "npx eslint --color --format stylish",
    "start": "vite",
    "build": "vite build",
    "serve": "vite preview"
  },
  "devDependencies": {
    "@eslint/css": "^0.14.1",
    "@eslint/js": "^10.0.1",
    "eslint": "^10.0.3",
    "globals": "^17.4.0",
    "vite": "^7.3.1"
  },
  "dependencies": {
    "@fontsource/inter": "^5.2.8",
    "bootstrap": "5.3.x",
    "bootstrap-icons": "1.13.x",
    "ol": "10.8.x",
    "proj4": "2.20.x"
  }
}