加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.45 KB
一键复制 编辑 原始数据 按行查看 历史
Arlo 提交于 2023-04-10 13:46 . fix issues
{
"name": "bms",
"version": "0.0.1",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
"@ant-design/icons-vue": "^6.0.1",
"@antv/data-set": "^0.11.8",
"@antv/g2": "^4.1.25",
"@antv/g2plot": "^2.3.33",
"@influxdata/influxdb-client-browser": "^1.18.0",
"ant-design-vue": "^2.2.6",
"axios": "^0.21.1",
"cron-schedule": "^4.0.0",
"dayjs": "^1.10.7",
"echarts": "^5.2.0",
"nprogress": "^0.2.0",
"vue": "^3.2.6",
"vue-axios": "^3.2.5",
"vue-i18n": "^9.1.7",
"vue-router": "^4.0.11",
"vuex": "^4.0.2",
"vuex-persistedstate": "^4.0.0"
},
"license": "MIT",
"devDependencies": {
"@amap/amap-jsapi-types": "^0.0.8",
"@dex-map-types/baidu-map": "^5.0.0",
"@types/amap-js-api": "^1.4.10",
"@types/amap-js-api-driving": "^1.4.1",
"@types/amap-js-api-geolocation": "^1.4.1",
"@types/bmapgl": "^0.0.4",
"@types/mockjs": "^1.0.4",
"@types/node": "^16.7.13",
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^1.6.0",
"@volar/vue-language-plugin-pug": "^1.2.0",
"@vue/compiler-sfc": "^3.2.6",
"body-parser": "^1.19.0",
"chokidar": "^3.5.2",
"less": "^4.1.1",
"mapvgl": "^1.0.0-beta.136",
"mockjs": "^1.1.0",
"sass": "^1.39.0",
"typescript": "^4.4.2",
"vite": "^2.5.2",
"vite-svg-loader": "^2.2.0",
"vue-tsc": "^0.2.2"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化