-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 816 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 816 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
{
"name": "generate-random-points",
"private": true,
"version": "1.0.0",
"type": "module",
"keywords": [
"leaflet",
"gaode"
],
"author": {
"name": "vaele",
"url": "https://github.com/leafletjsExample/generateRandomPoints"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"prettier": "npx prettier --write ."
},
"dependencies": {
"@turf/turf": "^6.5.0",
"clipboard": "^2.0.11",
"element-plus": "^2.3.8",
"gcoord": "^1.0.5",
"geobuf": "^3.0.2",
"leaflet": "^1.9.4",
"leaflet.markercluster": "^1.5.3",
"pbf": "^4.0.1",
"ress": "^5.0.2",
"vue": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"prettier": "^3.0.0",
"sass": "^1.63.6",
"vite": "^4.4.0"
}
}