1 Star 0 Fork 212

少狐聪/electron-hiprint

forked from CcSimple/electron-hiprint 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 3.22 KB
一键复制 编辑 原始数据 按行查看 历史
xavier9896 提交于 2024-08-10 03:33 . v1.0.11
{
"name": "electron-hiprint",
"version": "1.0.11",
"description": "vue-plugin-hiprint client",
"main": "main.js",
"author": "CcSimple<[email protected]>",
"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",
"copyright": "CcSimple<[email protected]>",
"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"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/icefox/electron-hiprint.git
[email protected]:icefox/electron-hiprint.git
icefox
electron-hiprint
electron-hiprint
master

搜索帮助