-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 3.29 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 3.29 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "albina-website",
"version": "0.2.0",
"description": "Avalanche. report - Avalanche Warning Services Tirol - South Tyrol - Trentino",
"keywords": [],
"homepage": "https://avalanche.report/",
"bugs": {
"url": "https://gitlab.com/albina-euregio/albina-website/issues"
},
"license": "AGPL-3.0-or-later",
"author": "",
"repository": {
"url": "https://gitlab.com/albina-euregio/albina-website"
},
"type": "module",
"scripts": {
"prepare": "vp config",
"dev": "vp dev",
"start": "vp dev",
"start-beta": "APP_REGION=BETA vp dev",
"start-dev": "APP_REGION=DEV vp dev",
"test": "vp lint --max-warnings 0 --ignore-pattern app/components/weather/",
"build": "vp build",
"build-prod": "vp build",
"build-beta": "APP_REGION=BETA vp build",
"build-dev": "APP_REGION=DEV vp build",
"build-www2": "APP_REGION=WWW2 vp build",
"build-iframe": "vp pack",
"changelog": "git-cliff --unreleased --prepend CHANGELOG.md --tag",
"changelog-latest": "git-cliff --latest --prepend CHANGELOG.md"
},
"dependencies": {
"@albina-euregio/linea": "^8.23.1",
"@eaws/micro-regions_elevation_properties": "^8.4.0",
"@eaws/micro-regions_names": "^8.4.0",
"@eaws/micro-regions_properties": "^8.4.0",
"@eaws/outline_properties": "^8.4.0",
"@eaws/pbf": "^8.4.0",
"@floating-ui/dom": "^1.7.4",
"@floating-ui/react": "^0.26.23",
"@floating-ui/react-dom-interactions": "^0.13.3",
"@iframe-resizer/child": "^5.5.1",
"@iframe-resizer/parent": "^5.5.1",
"@nanostores/react": "^1.1.0",
"@nanostores/router": "^1.0.0",
"@react-leaflet/core": "^3.0.0",
"diff-match-patch": "^1.0.5",
"htmr": "^1.0.2",
"leaflet": "https://github.com/Leaflet/Leaflet/tarball/f8fef4514092f0abab703db145df2c1800a23a6c",
"leaflet-geonames": "^0.4.9",
"leaflet-gesture-handling": "^1.2.2",
"leaflet.locatecontrol": "^0.85.1",
"leaflet.sync": "^0.2.4",
"leaflet.vectorgrid": "^1.3.0",
"nanostores": "^1.2.0",
"normalize.css": "^8.0.1",
"purecss-sass": "3.0.1",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-leaflet": "^5.0.0",
"react-string-replace": "^1.1.1",
"react-swipeable": "^7.0.2",
"temporal-polyfill": "^0.3.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@playwright/test": "1.57.0",
"@types/diff-match-patch": "^1.0.36",
"@types/leaflet": "^1.9.21",
"@types/leaflet.vectorgrid": "^1.3.5",
"@types/node": "^24.3.0",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.2.2",
"@vitejs/plugin-react": "^6.0.1",
"git-cliff": "^2.10.1",
"sass": "^1.99.0",
"vite": "catalog:",
"vite-plugin-static-copy": "^4.0.1",
"vite-plus": "catalog:"
},
"packageManager": "pnpm@10.33.0",
"patchedDependencies": {
"@react-leaflet/core@3.0.0": "patches/react-leaflet-core.patch",
"leaflet@https://github.com/Leaflet/Leaflet/tarball/f8fef4514092f0abab703db145df2c1800a23a6c": "patches/leaflet.patch",
"leaflet-geonames@0.4.9": "patches/leaflet-geonames.patch",
"leaflet-gesture-handling@1.2.2": "patches/leaflet-gesture-handling.patch",
"leaflet.locatecontrol@0.85.1": "patches/leaflet.locatecontrol.patch",
"leaflet.sync@0.2.4": "patches/leaflet.sync.patch",
"leaflet.vectorgrid@1.3.0": "patches/leaflet.vectorgrid.patch"
}
}