-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 953 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 953 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
31
32
33
34
35
36
37
38
39
40
{
"name": "map",
"version": "1.0.0",
"type": "module",
"main": "index.js",
"scripts": {
"dev": "vite",
"prod": "vite build"
},
"keywords": [],
"author": "",
"license": "GNU-GPL3",
"devDependencies": {
"@eslint/js": "10.0.1",
"@fortawesome/fontawesome-free": "7.2.0",
"@geoman-io/leaflet-geoman-free": "2.19.3",
"@types/fs-extra": "11.0.4",
"@types/jquery": "4.0.0",
"@types/leaflet": "1.9.21",
"@types/node": "24.12.2",
"autoprefixer": "10.5.0",
"eslint": "10.2.1",
"eslint-config-prettier": "10.1.8",
"fs-extra": "11.3.4",
"globals": "17.5.0",
"jquery": "4.0.0",
"leaflet": "1.9.4",
"leaflet-control-bar": "github:mapshakers/leaflet-control-bar",
"leaflet-easybutton": "2.4.0",
"postcss": "8.5.10",
"postcss-preset-env": "11.2.1",
"prettier": "3.8.3",
"vite": "8.0.8"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
}
}