4 Star 17 Fork 23

帝博软件/diboot-mobile-ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.49 KB
一键复制 编辑 原始数据 按行查看 历史
mazc 提交于 2024-10-01 11:37 . * 同步v3.5.0代码更新
{
"name": "diboot-mobile-ui",
"version": "3.5.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@vant/area-data": "^1.5.1",
"@vant/use": "^1.6.0",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "^1.6.8",
"html5-qrcode": "^2.3.8",
"jsencrypt": "^3.3.2",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"pinia": "^2.1.7",
"pinia-plugin-persist": "^1.0.0",
"qs": "^6.12.0",
"vant": "^4.8.7",
"vue": "^3.4.21",
"vue-i18n": "^9.10.2",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@types/lodash": "^4.14.191",
"@types/node": "^18.15.11",
"@types/qs": "^6.9.12",
"@vicons/utils": "^0.1.4",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.11.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
"sass": "^1.72.0",
"typescript": "^5.4.2",
"unplugin-auto-import": "^0.12.2",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.1.6",
"vue-tsc": "^2.0.6"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/dibo_software/diboot-mobile-ui.git
git@gitee.com:dibo_software/diboot-mobile-ui.git
dibo_software
diboot-mobile-ui
diboot-mobile-ui
master-v3

搜索帮助