-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 2.79 KB
/
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
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
92
93
{
"name": "albina-website",
"description": "Avalanche. report - Avalanche Warning Services Tirol - South Tyrol - Trentino",
"homepage": "https://avalanche.report/",
"version": "0.2.0",
"type": "module",
"packageManager": "[email protected]",
"scripts": {
"prepare": "husky",
"dev": "vite",
"start": "vite",
"start-dev": "vite --base=/dev/",
"start-prod": "vite --base=/prod/",
"test": "eslint . --max-warnings 0",
"eslint": "eslint . --max-warnings 0",
"build": "vite build",
"build-prod": "vite build",
"build-beta": "vite build --base=/beta/",
"build-dev": "vite build --base=/dev/"
},
"dependencies": {
"@eaws/micro-regions_elevation_properties": "^7.0.0",
"@eaws/micro-regions_names": "^7.0.0",
"@eaws/micro-regions_properties": "^7.0.0",
"@eaws/outline_properties": "^7.0.0",
"@floating-ui/react": "^0.26.23",
"@floating-ui/react-dom-interactions": "^0.13.3",
"@nanostores/react": "^0.8.0",
"@sentry/react": "^8.7.0",
"diff-match-patch": "^1.0.5",
"htmr": "^1.0.2",
"husky": "^9.0.11",
"jquery": "^3.7.1",
"leaflet": "^1.9.4",
"leaflet-geonames": "^0.4.9",
"leaflet-gesture-handling": "^1.2.2",
"leaflet.locatecontrol": "^0.79.0",
"leaflet.markercluster": "^1.5.3",
"leaflet.sync": "^0.2.4",
"leaflet.vectorgrid": "^1.3.0",
"mobx": "^6.12.0",
"mobx-react": "^9.1.0",
"nanostores": "^0.11.3",
"normalize.css": "^8.0.1",
"purecss-sass": "3.0.1",
"react": "19.0.0-rc-7ac8e612-20241113",
"react-dom": "19.0.0-rc-7ac8e612-20241113",
"react-easy-swipe": "0.0.23",
"react-leaflet": "^4.2.1",
"react-router-dom": "^6.20.1",
"react-string-replace": "^1.1.1",
"uplot": "^1.6.30",
"uplot-react": "^1.2.2"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@playwright/test": "^1.44.1",
"@types/diff-match-patch": "^1.0.36",
"@types/leaflet": "^1.9.8",
"@types/leaflet.vectorgrid": "^1.3.5",
"@types/react": "^18.2.46",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "5.1.0-rc-cd22717c-20241013",
"lint-staged": "^15.2.5",
"prettier": "3.3.1",
"sass": "^1.80.7",
"typescript": "^5.5.4",
"typescript-eslint": "^8.14.0",
"vite": "^5.4.11"
},
"keywords": [],
"author": "",
"repository": {
"url": "https://gitlab.com/albina-euregio/albina-website"
},
"bugs": {
"url": "https://gitlab.com/albina-euregio/albina-website/issues"
},
"license": "GPL-3.0-or-later",
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}