-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 860 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 860 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
{
"type": "module",
"dependencies": {
"@fortawesome/fontawesome-free": "^7.2.0",
"@geoman-io/leaflet-geoman-free": "^2.19.2",
"bootstrap": "^5.3.8",
"jquery": "^3.7.1",
"leaflet.locatecontrol": "^0.85.1",
"leaflet.markercluster": "^1.5.3",
"leaflet.nontiledlayer": "^1.0.9",
"martinez-polygon-clipping": "^0.8.1",
"proj4": "^2.20.3",
"proj4leaflet": "^1.0.2",
"select2": "^4.1.0-rc.0",
"select2-bootstrap-5-theme": "^1.3.0",
"stylelint-config-standard": "^39.0.1",
"wicket": "^1.3.8"
},
"devDependencies": {
"@eslint/create-config": "^1.11.0",
"@eslint/eslintrc": "^0.1.3",
"@eslint/js": "^9.39.3",
"eslint": "^10.0.2",
"eslint-plugin-html": "^8.1.4",
"eslint-plugin-oxlint": "^1.50.0",
"globals": "^16.5.0",
"oxlint": "^1.50.0",
"stylelint": "^16.26.1"
}
}