-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 951 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 951 Bytes
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
36
37
38
39
40
41
{
"name": "gpx-viewer",
"version": "3.0.0",
"license": "Apache-2.0",
"type": "module",
"author": "Surfoo",
"description": "Modernized GPX Viewer built with Vite, TypeScript, OpenLayers, and Biome.",
"repository": {
"type": "git",
"url": "git+https://github.com/Surfoo/gpxviewer.git"
},
"keywords": [
"geocaching",
"gpx",
"openlayers",
"vite",
"typescript"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "biome check --write ."
},
"dependencies": {
"geocaching-base-converter": "^1.0.4",
"ol": "^10.7.0",
"remixicon": "^4.7.0",
"tslib": "^2.8.1"
},
"devDependencies": {
"@biomejs/biome": "2.3.7",
"@types/node": "^24.10.1",
"typescript": "^5.9.3",
"vite": "^7.2.4"
},
"bugs": {
"url": "https://github.com/Surfoo/gpxviewer/issues"
},
"homepage": "https://github.com/Surfoo/gpxviewer#readme"
}