109 lines
2.9 KiB
JSON
109 lines
2.9 KiB
JSON
{
|
|
"name": "soondesign",
|
|
"version": "3.2.101",
|
|
"homepage": "https://www.cardsoon.com/index.php/cn/products/cardsoonsoft.html",
|
|
"author": "",
|
|
"description": "tools of design soon files",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "electron .",
|
|
"package": "electron-packager ./ SoonDesign --out ./OutApp --platform=win32 --arch=x64 --electron-version 15.1.1 --icon public/images/favicon.icns --asar --overwrite --download.mirrorOptions.mirror=https://npmmirror.com/mirrors/electron/",
|
|
"dist": "webpack",
|
|
"build": "electron-builder --arm64 --x64",
|
|
"build:win": "electron-builder --win --x64",
|
|
"build:mac": "electron-builder --mac --x64",
|
|
"build:linux": "electron-builder --linux --x64",
|
|
"release:win": "yarn build:win",
|
|
"release:mac": "yarn build:mac",
|
|
"release:linux": "yarn build:linux"
|
|
},
|
|
"electronPackagerConfig": {
|
|
"packageManager": "npm",
|
|
"icon": "./public/images/favicon.ico"
|
|
},
|
|
"build": {
|
|
"productName": "SoonDesign",
|
|
"appId": "com.SoonDesign.id",
|
|
"extraFiles": [
|
|
{
|
|
"from": "help",
|
|
"to": "./help"
|
|
}
|
|
],
|
|
"linux": {
|
|
"maintainer": "Jerry Xu <jerry79.xu@gmail.com>",
|
|
"category": "Utility",
|
|
"target": [
|
|
"AppImage",
|
|
"deb"
|
|
],
|
|
"icon": "./public/images/IconA256.png"
|
|
},
|
|
"mac": {
|
|
"icon": "./public/images/favicon.icns",
|
|
"category": "public.app-category.utilities"
|
|
},
|
|
"copyright": "Copyright@2023 cardsoon.com",
|
|
"directories": {
|
|
"output": "build"
|
|
},
|
|
"nsis": {
|
|
"oneClick": false,
|
|
"allowElevation": true,
|
|
"allowToChangeInstallationDirectory": true,
|
|
"installerIcon": "./public/images/IconA256.ico",
|
|
"uninstallerIcon": "./public/images/IconA256.ico",
|
|
"installerHeaderIcon": "./public/images/IconA256.ico",
|
|
"createDesktopShortcut": true,
|
|
"createStartMenuShortcut": true
|
|
},
|
|
"fileAssociations": [
|
|
{
|
|
"name": "SoonDesign file",
|
|
"ext": "soon",
|
|
"icon": "./public/images/IconA256.png",
|
|
"description": "SoonDesign file associations"
|
|
}
|
|
],
|
|
"asar": true,
|
|
"win": {
|
|
"icon": "./public/images/IconA256.ico",
|
|
"requestedExecutionLevel": "requireAdministrator",
|
|
"target": [
|
|
{
|
|
"target": "nsis",
|
|
"arch": [
|
|
"x64"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"repository": "",
|
|
"keywords": [
|
|
"Electron",
|
|
"quick",
|
|
"start",
|
|
"tutorial",
|
|
"demo"
|
|
],
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"app-builder-bin": "^4.2.0",
|
|
"electron": "^15.2.0",
|
|
"electron-builder": "^23.3.3",
|
|
"electron-packager": "^15.5.2",
|
|
"webpack": "^5.96.1",
|
|
"webpack-cli": "^5.1.4"
|
|
},
|
|
"dependencies": {
|
|
"@electron/remote": "^2.0.8",
|
|
"buffer": "^6.0.3",
|
|
"font-list": "^1.4.2",
|
|
"jr-qrcode": "^1.1.4",
|
|
"jsbarcode": "^3.11.5",
|
|
"less": "^4.1.2",
|
|
"less-loader": "^10.2.0",
|
|
"save": "^2.9.0"
|
|
}
|
|
} |