3 Star 8 Fork 2

XE/vxe-design-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.59 KB
一键复制 编辑 原始数据 按行查看 历史
xuliangzhan 提交于 2025-01-09 18:23 . update docs
{
"name": "vxe-design-template",
"description": "Vxe 可视化设计器模板",
"private": true,
"version": "4.0.0",
"type": "module",
"scripts": {
"update": "npm install --legacy-peer-deps",
"serve": "npm run dev",
"dev": "vite",
"build": "vue-tsc && vite build",
"build:zip": "npm run build",
"preview": "vite preview"
},
"dependencies": {
"@vxe-ui/plugin-render-wangeditor": "^4.0.2",
"axios": "^1.7.2",
"echarts": "^5.5.1",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"vue": "~3.5.13",
"vue-i18n": "~9.13.1",
"vue-router": "~4.5.0",
"vxe-pc-ui": "~4.3.68",
"vxe-table": "~4.10.5",
"xe-utils": "^3.7.0"
},
"devDependencies": {
"@types/node": "^22.3.0",
"@types/echarts": "^4.9.22",
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"@vitejs/plugin-vue": "^5.1.2",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"eslint": "^7.13.0",
"eslint-config-prettier": "^6.15.0",
"eslint-config-standard": "^16.0.1",
"eslint-friendly-formatter": "^4.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.2",
"eslint-plugin-typescript": "^0.14.0",
"eslint-plugin-vue": "~9.27.0",
"rollup-plugin-external-globals": "^0.12.0",
"sass": "^1.77.8",
"sass-loader": "^16.0.0",
"typescript": "~5.7.2",
"vite": "^5.4.0",
"vite-plugin-html": "^3.2.2",
"vite-plugin-zip-pack": "^1.2.4",
"vue-tsc": "^2.2.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/x-extends/vxe-design-template.git
git@gitee.com:x-extends/vxe-design-template.git
x-extends
vxe-design-template
vxe-design-template
main

搜索帮助