代码拉取完成,页面将自动刷新
同步操作将从 CcSimple/electron-hiprint 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"name": "electron-hiprint",
"version": "1.0.11",
"description": "vue-plugin-hiprint client",
"main": "main.js",
"license": "MIT",
"homepage": "https://gitee.com/CcSimple",
"scripts": {
"start": "chcp 65001 & electron .",
"startmac": "electron .",
"build-w": "electron-builder -w nsis:ia32 && node ./tools/rename --tag win_x32",
"build-w-64": "electron-builder -w nsis:x64 && node ./tools/rename --tag win_x64",
"build-m": "electron-builder -m --x64 && node ./tools/rename --tag mac_x64",
"build-m-arm64": "electron-builder -m --arm64 && node ./tools/rename --tag mac_arm64",
"build-m-universal": "electron-builder -m --universal && node ./tools/rename --tag mac_universal",
"build-l": "electron-builder -l tar.xz && node ./tools/rename --tag linux_64",
"build-l-arm64": "electron-builder -l --arm64 && node ./tools/rename --tag linux_arm64",
"compress": "node ./tools/code_compress --compress",
"restore": "node ./tools/code_compress --restore",
"build-all": "npm run build-w && npm run build-w-64 && npm run build-m && npm run build-m-arm64 && npm run build-m-universal && npm run build-l && npm run build-l-arm64",
"releases": "npm run compress && npm run build-all && npm run restore"
},
"build": {
"productName": "hiprint",
"appId": "com.simple.cc.hiprint",
"directories": {
"output": "out"
},
"asar": true,
"files": [
"**/*"
],
"electronDownload": {
"mirror": "https://npmmirror.com/mirrors/electron/"
},
"nsis": {
"oneClick": false,
"allowElevation": true,
"allowToChangeInstallationDirectory": true,
"installerIcon": "./build/icons/icon.ico",
"uninstallerIcon": "./build/icons/icon.ico",
"installerHeaderIcon": "./build/icons/icon.ico",
"createDesktopShortcut": true,
"createStartMenuShortcut": true,
"shortcutName": "Hiprint",
"include": "installer.nsh"
},
"mac": {
"icon": "./build/icons/icon.icns",
"artifactName": "${productName}-${version}.${ext}",
"target": [
"dmg"
],
"identity": null
},
"dmg": {
"sign": false
},
"win": {
"icon": "./build/icons/256x256.png",
"artifactName": "${productName}-${version}.${ext}",
"target": [
{
"target": "nsis"
}
]
},
"linux": {
"icon": "./build/icons/256x256.png",
"artifactName": "${productName}-${version}.${ext}",
"target": [
"tar.xz"
]
},
"protocols": [
{
"name": "hiprint",
"schemes": [
"hiprint"
]
}
]
},
"dependencies": {
"address": "^1.2.0",
"concurrent-tasks": "^1.0.7",
"dayjs": "^1.11.10",
"electron-store": "^8.1.0",
"ipp": "^2.0.1",
"jquery": "^3.6.0",
"node-machine-id": "^1.1.12",
"pdf-to-printer": "^5.6.0",
"socket.io": "^3.1.0",
"socket.io-client": "^3.1.0",
"unix-print": "^1.2.0",
"win32-pdf-printer": "^4.0.1"
},
"devDependencies": {
"electron": "^15.0.0",
"electron-builder": "23.0.6",
"fs-extra": "^9.1.0",
"prettier": "^1.16.4",
"uglify-js": "^3.14.3"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。