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.8.1",
"@eslint/js": "^9.28.0",
"eslint": "^9.28.0",
"globals": "^16.2.0",
"vite": "^5.4.19"
},
"dependencies": {
"bootstrap": "5.3.x",
"bootstrap-icons": "1.13.x",
"ol": "10.5.x",
"proj4": "2.17.x"
}
}
|