1 Star 0 Fork 226

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

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.49 KB
一键复制 编辑 原始数据 按行查看 历史
钟传华 提交于 2024-08-09 11:35 . 使用vite5
{
"name": "admin",
"version": "2.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 4173",
"test:unit": "vitest --environment jsdom",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"axios": "^0.27.2",
"core-js": "^3.8.3",
"crypto-js": "^4.2.0",
"default-passive-events": "^2.0.0",
"driver.js": "^0.9.8",
"echarts": "^5.0.1",
"element-ui": "^2.15.14",
"file-saver": "^2.0.5",
"html2canvas": "^1.0.0-rc.7",
"js-cookie": "^2.2.1",
"js-file-download": "^0.4.12",
"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": {
"@vitejs/plugin-vue2": "2.3.1",
"@vitejs/plugin-vue2-jsx": "1.1.1",
"@vue/babel-helper-vue-jsx-merge-props": "^1.4.0",
"@vue/test-utils": "^1.3.0",
"eslint": "^8.5.0",
"eslint-plugin-vue": "^9.0.0",
"jsdom": "^20.0.0",
"less": "^4.2.0",
"path-browserify": "^1.0.1",
"sass": "^1.77.8",
"terser": "^5.14.2",
"vite": "^5.4.0",
"vite-plugin-commonjs": "^0.10.1",
"vite-plugin-require": "^1.2.14",
"vite-plugin-require-transform": "^1.0.21",
"vitest": "^0.18.1",
"vue-template-compiler": "^2.7.7"
}
}
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

搜索帮助