+2
−2
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -18,11 +18,11 @@ | ||
"docs:dev": "vuepress dev docs",
|
||
"docs:build": "node ./scripts/index.js && vuepress build docs",
|
||
"docs:fastbuild": "vuepress build docs",
|
||
"docs:clean": "rm -rf docs/.vuepress/.temp docs/.vuepress/dist"
|
||
"docs:clean": "rm -rf docs/.vuepress/.cache docs/.vuepress/.temp docs/.vuepress/dist"
|
||
},
|
||
"dependencies": {
|
||
"@turf/turf": "^6.5.0",
|
||
"axios": ">=1.6.0",
|
||
"axios": "^1.6.0",
|
||
"download": "^8.0.0",
|
||
"echarts": "^5.4.0",
|
||
"maplibre-gl": "3.6.2"
|
||
Loading