1 Star 0 Fork 226

红牛微服务/leadshop后台VUE源码

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.back.json 1.73 KB
一键复制 编辑 原始数据 按行查看 历史
钟传华 提交于 2024-08-09 11:35 . 使用vite5
{
"name": "admin",
"version": "1.4.5",
"private": true,
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"analyze": "cross-env BUNDLE_ANALYZER=YES NODE_ENV=production npm_config_report=true npm run build"
},
"dependencies": {
"axios": "^0.27.2",
"core-js": "^3.8.3",
"driver.js": "^0.9.8",
"echarts": "^5.0.1",
"element-ui": "^2.15.14",
"file-saver": "^2.0.5",
"html-webpack-plugin": "^5.6.0",
"html2canvas": "^1.0.0-rc.7",
"js-cookie": "^2.2.1",
"js-file-download": "^0.4.12",
"js-md5": "^0.7.3",
"linq": "^3.2.3",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"umy-ui": "^1.1.6",
"vue": "^2.7.16",
"vue-count-to": "^1.0.13",
"vue-router": "^3.6.5",
"vuedraggable": "^2.24.3",
"vuex": "^3.6.2",
"wangeditor": "^4.5.2",
"xe-utils": "^3.1.8",
"xlsx": "^0.16.9"
},
"devDependencies": {
"@vue/babel-helper-vue-jsx-merge-props": "^1.4.0",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-plugin-router": "^5.0.8",
"@vue/cli-plugin-vuex": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"babel-eslint": "^10.1.0",
"babel-plugin-dynamic-import-node": "^2.3.3",
"compression-webpack-plugin": "^10.0.0",
"cross-env": "^7.0.3",
"element-theme-chalk": "^2.15.14",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3",
"less": "^4.2.0",
"less-loader": "^12.2.0",
"path-browserify": "^1.0.1",
"sass": "^1.77.8",
"sass-loader": "^16.0.0",
"script-ext-html-webpack-plugin": "^2.1.5",
"script-loader": "^0.7.2",
"vue-cli-plugin-element": "~1.0.1",
"webpack-bundle-analyzer": "^4.4.2"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/red-bull-microservices/panel.git
git@gitee.com:red-bull-microservices/panel.git
red-bull-microservices
panel
leadshop后台VUE源码
master

搜索帮助