-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 958 Bytes
/
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
{
"name": "map",
"version": "1.0.0",
"type": "module",
"main": "index.js",
"scripts": {
"dev": "node build.mjs",
"prod": "node build.mjs prod"
},
"keywords": [],
"author": "",
"license": "GNU-GPL3",
"devDependencies": {
"@eslint/js": "^9.18.0",
"@fortawesome/fontawesome-free": "^6.7.2",
"@geoman-io/leaflet-geoman-free": "^2.18.1",
"@types/fs-extra": "^11.0.4",
"@types/jquery": "^3.5.32",
"@types/leaflet": "^1.9.16",
"@types/node": "^22.10.6",
"autoprefixer": "^10.4.20",
"esbuild": "^0.24.2",
"esbuild-sass-plugin": "^3.3.1",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"fs-extra": "^11.2.0",
"globals": "^15.14.0",
"jquery": "^3.7.1",
"leaflet": "^1.9.4",
"leaflet-control-bar": "mapshakers/leaflet-control-bar",
"leaflet-easybutton": "^2.4.0",
"postcss": "^8.4.49",
"postcss-preset-env": "^10.1.3",
"prettier": "^3.4.2"
}
}