-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.71 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.71 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
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
{
"name": "leafletjsexample",
"version": "1.0.0",
"type": "module",
"scripts": {
"docs:dev": "vitepress dev",
"docs:preview": " vitepress preview",
"predocs:build": "node ./scripts/index.js",
"docs:build": "vitepress build",
"commit": "git-cz"
},
"config": {
"commitizen": {
"path": "@commitlint/prompt"
}
},
"simple-git-hooks": {
"commit-msg": "npx commitlint --edit $1"
},
"dependencies": {
"@geoman-io/leaflet-geoman-free": "^2.17.0",
"@giscus/vue": "^3.0.0",
"@turf/turf": "^6.5.0",
"file-saver": "^2.0.5",
"gcoord": "^1.0.6",
"leaflet": "^1.9.4",
"leaflet-hotline": "^0.4.0",
"leaflet-image": "^0.4.0",
"leaflet-ruler": "^1.0.0",
"leaflet-trackplayer": "^2.0.2",
"leaflet-webgl-heatmap": "^0.2.7",
"leaflet.fullscreen": "^3.0.2",
"leaflet.heat": "^0.2.0",
"leaflet.locatecontrol": "^0.82.0",
"leaflet.markercluster": "^1.5.3",
"lodash-es": "^4.17.21",
"screenfull": "^6.0.2",
"uuid": "^11.0.3",
"vue": "^3.5.13"
},
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/cz-commitlint": "^19.5.0",
"@commitlint/prompt": "^19.6.0",
"chalk": "^5.3.0",
"commitizen": "^4.3.1",
"commitlint": "^19.6.0",
"consola": "^3.2.3",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"inquirer": "8",
"md5": "^2.3.0",
"octokit": "^4.0.2",
"ohmyfetch": "^0.4.21",
"prettier": "^3.4.1",
"sass": "^1.81.0",
"simple-git": "^3.27.0",
"simple-git-hooks": "^2.11.1",
"vitepress": "^1.5.0"
},
"description": "",
"keywords": [
"vue3",
"leafletjs"
],
"author": "vaebe",
"license": "MIT"
}