-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 1.03 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
{
"name": "ZanZeMap",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"@fortawesome/fontawesome-free": "^7.0.0",
"@maplibre/maplibre-gl-geocoder": "^1.9.0",
"buffer": "^6.0.3",
"events": "^3.3.0",
"flatgeobuf": "^4.1.1",
"jspdf": "^3.0.1",
"jspdf-autotable": "^5.0.2",
"maplibre-gl": "^5.6.2",
"plotly.js": "^3.1.0",
"stream-browserify": "^3.0.0",
"underscore": "^1.13.7",
"util": "^0.12.5"
},
"devDependencies": {
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"staticrypt": "^3.5.4",
"tailwindcss": "^3.4.17",
"vite": "^7.1.3"
},
"scripts": {
"dev": "vite",
"build": "vite build && npx staticrypt dist/index.html -p 'zanze2025' --short && mv encrypted/index.html dist/index-encrypted.html && rm -rf encrypted",
"preview": "vite preview"
},
"keywords": [],
"author": "Dominik Marcus Weckmueller",
"license": "See LICENSE.md",
"description": "Mosquito map developed for Fondazione Edmund Mach, displayed on https://www.zanzemap.it/"
}