aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: f08c3c960e1ad1ce103a0bdffce0805ffd685c52 (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
{
  "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.9.0",
    "@eslint/js": "^9.29.0",
    "eslint": "^9.29.0",
    "globals": "^16.2.0",
    "vite": "^6.3.5"
  },
  "dependencies": {
    "bootstrap": "5.3.x",
    "bootstrap-icons": "1.13.x",
    "ol": "10.6.x",
    "proj4": "2.17.x"
  }
}