4 Star 5 Fork 3

template/my-ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.42 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "my-ui",
"version": "1.0.0",
"license": "MIT",
"description": "vue3后台管理系统基础架构",
"author": {
"name": "耿朝继",
"email": "1317993594@qq.com"
},
"repository": {
"type": "git",
"url": "https://gitee.com/gengzhaoji/my-ui.git"
},
"main": "src/main.js",
"scripts": {
"dev": "vite --mode",
"build": "vite build",
"serve": "vite preview",
"coder": "node coder/index.js",
"commit": "git add . && git commit -m 'update' && git push -u"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@vueuse/components": "^10.5.0",
"@vueuse/core": "^10.5.0",
"@wangeditor/editor": "^5.1.18",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "^1.5.1",
"bpmn-js": "^14.0.0",
"clipboard": "^2.0.10",
"codemirror": "^6.0.1",
"countup.js": "^2.0.7",
"diagram-js": "^12.1.1",
"diagram-js-direct-editing": "^2.0.0",
"docx-preview": "^0.3.2",
"echarts": "^5.4.0",
"element-plus": "^2.3.12",
"esbuild": "0.23.0",
"highlight.js": "^11.5.0",
"html2canvas": "^1.4.1",
"inherits": "^2.0.4",
"jsencrypt": "^3.2.1",
"json-editor-vue3": "^1.0.8",
"jsoneditor": "^9.10.2",
"lodash": "^4.17.21",
"min-dash": "^4.1.1",
"mitt": "^3.0.0",
"mockjs": "^1.1.0",
"my-json-editor": "^0.0.1",
"nprogress": "^0.2.0",
"path-to-regexp": "^6.2.0",
"pinia": "^2.0.12",
"pinia-plugin-persist": "^1.0.0",
"qs": "^6.10.3",
"signature_pad": "^4.0.7",
"snabbdom": "^3.5.0",
"sortablejs": "^1.14.0",
"sql-formatter": "^13.0.0",
"three": "^0.166.0",
"vite-plugin-mock": "^3.0.0",
"vue": "^3.3.2",
"vue-cropper": "^1.0.2",
"vue-draggable-next": "^2.1.1",
"vue-qr": "^4.0.9",
"vue-router": "^4.2.1",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-vue": "^9.17.0",
"fast-glob": "^3.2.12",
"js-beautify": "^1.14.0",
"postcss-preset-env": "^9.1.1",
"prettier": "^3.0.3",
"sass": "^1.62.1",
"unplugin-auto-import": "^0.16.6",
"unplugin-element-plus": "^0.8.0",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.3.5",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-html": "^3.2.0",
"vite-plugin-inspect": "^0.7.40",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-vue-setup-extend": "^0.4.0"
},
"engines": {
"node": ">= 16.14.2"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/geng-template/my-ui.git
git@gitee.com:geng-template/my-ui.git
geng-template
my-ui
my-ui
master

搜索帮助