1 Star 0 Fork 0

艾洋/arg_client

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.16 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "vue-design",
"private": true,
"version": "0.0.0",
"main": "./dist/electron/index.js",
"scripts": {
"publish": "vite build",
"dev": "vite",
"build": " vite build && electron-builder",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"autoprefixer": "^10.4.14",
"axios": "^1.4.0",
"echarts": "^5.4.3",
"echarts-liquidfill": "^3.1.0",
"element-plus": "^2.3.7",
"file-saver": "^2.0.5",
"i": "^0.3.7",
"koa-router": "^12.0.0",
"npm": "^9.8.0",
"path": "^0.12.7",
"pinia": "^2.1.6",
"postcss-loader": "^7.3.3",
"postcss-pxtorem": "^6.0.0",
"threads": "^1.7.0",
"three": "^0.159.0",
"vjdesign": "^1.5.16",
"vue": "^3.3.4",
"vue-class-component": "^7.2.6",
"vue-property-decorator": "^9.1.2",
"vue-router": "^4.2.4",
"xlsx": "^0.17.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"electron": "^25.2.0",
"electron-builder": "^24.4.0",
"less": "^4.1.3",
"less-loader": "^11.1.3",
"typescript": "^5.0.2",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.4.0",
"vite-plugin-electron": "^0.8.3",
"vue-router": "^4.2.4",
"vue-tsc": "^1.8.3"
},
"build": {
"appId": "com.electron.desktop",
"productName": "electron",
"asar": true,
"copyright": "Copyright © 2022 electron",
"directories": {
"output": "release/"
},
"files": [
"dist"
],
"mac": {
"artifactName": "${productName}_${version}.${ext}",
"target": [
"dmg"
]
},
"win": {
"target": [
{
"target": "nsis",
"arch": [
"x64"
]
}
],
"artifactName": "${productName}_${version}.${ext}"
},
"nsis": {
"oneClick": false,
"perMachine": false,
"allowToChangeInstallationDirectory": true,
"deleteAppDataOnUninstall": false
},
"publish": [
{
"provider": "generic",
"url": "http://127.0.0.1:8080"
}
],
"releaseInfo": {
"releaseNotes": "版本更新的具体内容"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/a_ying123456/arg_client.git
git@gitee.com:a_ying123456/arg_client.git
a_ying123456
arg_client
arg_client
master

搜索帮助