-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.89 KB
/
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
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
{
"name": "map-studio",
"type": "module",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite --host",
"build": "vite build",
"lint": "eslint src scripts --fix",
"preview": "vite preview",
"up": "taze major -I",
"check": "node scripts/fetch.mjs"
},
"dependencies": {
"@arco-design/web-vue": "^2.55.3",
"@mapbox/mapbox-gl-draw": "^1.4.3",
"@mapbox/mapbox-gl-geocoder": "^5.0.2",
"@mapbox/mapbox-gl-language": "^1.0.1",
"@mapbox/togeojson": "^0.16.2",
"@turf/turf": "^7.0.0",
"@vueuse/core": "^10.11.0",
"@xmldom/xmldom": "^0.8.10",
"axios": "^1.7.2",
"dayjs": "^1.11.11",
"gcoord": "^1.0.6",
"lodash-es": "^4.17.21",
"mapbox-gl": "^3.5.1",
"nanoid": "^5.0.7",
"numeral": "^2.0.6",
"query-string": "^9.0.0",
"vue": "^3.4.31",
"vue-router": "^4.4.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.21.2",
"@iconify-json/ant-design": "^1.1.16",
"@iconify-json/bi": "^1.1.23",
"@iconify-json/carbon": "^1.1.36",
"@iconify-json/gis": "^1.1.15",
"@iconify-json/icon-park-outline": "^1.1.15",
"@iconify-json/material-symbols": "^1.1.83",
"@iconify-json/mdi": "^1.1.67",
"@iconify-json/mingcute": "^1.1.18",
"@types/geojson": "^7946.0.14",
"@types/lodash-es": "^4.17.12",
"@types/mapbox__mapbox-gl-draw": "^1.4.6",
"@types/mapbox__mapbox-gl-geocoder": "^5.0.0",
"@types/node": "^20.14.10",
"@types/numeral": "^2.0.5",
"@unocss/eslint-plugin": "^0.61.2",
"@unocss/reset": "^0.61.2",
"@vitejs/plugin-vue": "^5.0.5",
"eslint": "^8.57.0",
"eslint-plugin-format": "^0.1.2",
"pnpm": "^9.4.0",
"taze": "^0.14.2",
"typescript": "^5.5.3",
"unocss": "^0.61.2",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.27.2",
"vite": "^5.3.3",
"vite-plugin-pages": "^0.32.3",
"vue-tsc": "^2.0.26"
}
}