加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 722 Bytes
一键复制 编辑 原始数据 按行查看 历史
whitechiina 提交于 2022-03-24 10:45 . fix: 网络请求修改
{
"name": "vite-vue3-admin",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview"
},
"dependencies": {
"axios": "^0.26.1",
"default-passive-events": "^2.0.0",
"echarts": "^5.3.1",
"pinia": "^2.0.12",
"qs": "^6.10.3",
"screenfull": "^6.0.1",
"three": "^0.138.3",
"vue": "^3.2.16",
"vue-color-kit": "^1.0.5",
"vue-router": "^4.0.14"
},
"devDependencies": {
"@arco-design/web-vue": "^2.19.0",
"@types/node": "^17.0.21",
"@vitejs/plugin-vue": "^1.9.3",
"sass": "^1.34.1",
"sass-loader": "^12.1.0",
"typescript": "^4.4.3",
"vite": "^2.6.4",
"vue-tsc": "^0.3.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化