1 Star 0 Fork 72

platform/SPMS-Web

forked from SPMS/SPMS-Web 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.50 KB
一键复制 编辑 原始数据 按行查看 历史
Hamm 提交于 2025-01-15 18:06 +08:00 . feat(routing): 添加工艺流程功能
{
"name": "spms-web",
"version": "1.0.0",
"author": "Hamm",
"private": true,
"scripts": {
"s": "vite",
"dev": "vite build --mode dev",
"test": "vite build --mode test",
"production": "vite build --mode production",
"sync": "git checkout dev && git pull && git add -A && git commit -S -m 'sync(Codes): 自动同步了代码到远端仓库' && git push && git push gitee && git checkout main && git pull && git merge dev && git push && git push gitee && git checkout dev",
"u": "sh update.sh",
"v": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@types/crypto-js": "^4.2.2",
"@vue/eslint-config-standard": "^8.0.1",
"axios": "^1.7.2",
"core-js": "^3.37.1",
"crypto-js": "^4.2.0",
"echarts": "^5.5.0",
"element-plus": "^2.8.0",
"js-base64": "^3.7.7",
"pinia": "^2.1.7",
"qrcode.vue": "3.4.1",
"register-service-worker": "^1.7.2",
"vue": "^3.4.27",
"vue-clipboard3": "^2.0.0",
"vue-draggable-plus": "^0.6.0",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@vitejs/plugin-vue": "^5.0.4",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.26.0",
"prettier": "^3.3.1",
"sass": "^1.77.4",
"typescript": "^5.4.5",
"vite": "^5.2.12",
"vue-tsc": "^2.0.19"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/platform_9/SPMS-Web.git
git@gitee.com:platform_9/SPMS-Web.git
platform_9
SPMS-Web
SPMS-Web
main

搜索帮助