-
Notifications
You must be signed in to change notification settings - Fork 70
/
package.json
34 lines (34 loc) · 1.04 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
{
"devDependencies": {
"@vuepress/bundler-vite": "next",
"@vuepress/cli": "next",
"@vuepress/plugin-docsearch": "next",
"@vuepress/plugin-git": "next",
"@vuepress/plugin-google-analytics": "next",
"@vuepress/plugin-medium-zoom": "next",
"@vuepress/plugin-nprogress": "next",
"@vuepress/plugin-pwa": "next",
"@vuepress/plugin-register-components": "next",
"@vuepress/plugin-sitemap": "next",
"@vuepress/plugin-toc": "next",
"@vuepress/theme-default": "next",
"ant-design-vue": "^4.2.6",
"sass-embedded": "^1.81.0",
"vue-echarts": "~6.2.4",
"vuepress": "next"
},
"scripts": {
"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/.cache docs/.vuepress/.temp docs/.vuepress/dist"
},
"dependencies": {
"@turf/turf": "^7.1.0",
"axios": "^1.7.7",
"download": "^8.0.0",
"echarts": "^5.5.1",
"maplibre-gl": "^4.7.1",
"vue": "^3.5.13"
}
}