-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
35 lines (35 loc) · 1012 Bytes
/
package.json
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
26
27
28
29
30
31
32
33
34
35
{
"name": "tyrolean-map",
"version": "1.0.0",
"packageManager": "[email protected]",
"description": "Frontend to various maps published by Land Tirol and South Tyrol as Open Government Data",
"main": "app.ts",
"scripts": {
"build": "vite build",
"dev": "vite",
"fix:style": "prettier --write index.html src/",
"test": "prettier --check index.html src/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/simon04/tyrolean-map.git"
},
"author": "Simon Legner <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/simon04/tyrolean-map/issues"
},
"homepage": "https://github.com/simon04/tyrolean-map#readme",
"dependencies": {
"leaflet": "^1.9.4",
"leaflet-control-geocoder": "^2.4.0",
"leaflet.locatecontrol": "^0.72.0"
},
"devDependencies": {
"@types/leaflet": "^1.9.3",
"@types/leaflet.locatecontrol": "^0.74.0",
"prettier": "^3.3.3",
"pretty-quick": "^4.0.0",
"vite": "^5.4.1"
}
}