加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 762 Bytes
一键复制 编辑 原始数据 按行查看 历史
username111 提交于 2022-07-11 10:28 . 1
{
"name": "mangoproject",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
"@element-plus/icons": "0.0.11",
"axios": "^0.26.0",
"file-saver": "^2.0.5",
"dayjs": "^1.10.8",
"element-plus": "^2.0.5",
"esbuild": "^0.14.25",
"lodash": "^4.17.21",
"nprogress": "^0.2.0",
"papaparse": "^5.3.1",
"vite": "^2.8.0",
"vite-plugin-cdn-import": "^0.3.5",
"vue": "^3.2.25",
"vue-router": "^4.0.13",
"vuex": "^4.0.2",
"vuex-persistedstate": "^4.1.0",
"xlsx": "^0.17.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.2.0",
"sass": "^1.49.9"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化