82 lines
2.1 KiB
JSON
82 lines
2.1 KiB
JSON
{
|
|
"name": "soondesign",
|
|
"version": "2.1.248",
|
|
"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.ico --asar --overwrite --download.mirrorOptions.mirror=https://npmmirror.com/mirrors/electron/",
|
|
"dist": "webpack",
|
|
"build": "electron-builder"
|
|
},
|
|
"electronPackagerConfig": {
|
|
"packageManager": "npm",
|
|
"icon": "public/images/favicon.ico"
|
|
},
|
|
"build": {
|
|
"productName": "SoonDesign",
|
|
"appId": "com.SoonDesign",
|
|
"copyright": "Copyright@2023 cardsoon.com",
|
|
"directories": {
|
|
"output": "build"
|
|
},
|
|
"nsis": {
|
|
"oneClick": false,
|
|
"allowElevation": true,
|
|
"allowToChangeInstallationDirectory": true,
|
|
"installerIcon": "./public/images/favicon.ico",
|
|
"uninstallerIcon": "./public/images/favicon.ico",
|
|
"installerHeaderIcon": "./public/images/favicon.ico",
|
|
"createDesktopShortcut": true,
|
|
"createStartMenuShortcut": true
|
|
},
|
|
"fileAssociations": [
|
|
{
|
|
"name": "SoonDesign file",
|
|
"ext": "soon",
|
|
"icon": "./public/images/favicon.ico",
|
|
"description": "SoonDesign file associations"
|
|
}
|
|
],
|
|
"asar": true,
|
|
"win": {
|
|
"icon": "public/images/favicon.ico",
|
|
"requestedExecutionLevel": "requireAdministrator",
|
|
"target": [
|
|
{
|
|
"target": "nsis",
|
|
"arch": [
|
|
"x64"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"repository": "",
|
|
"keywords": [
|
|
"Electron",
|
|
"quick",
|
|
"start",
|
|
"tutorial",
|
|
"demo"
|
|
],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"electron": "^15.2.0",
|
|
"electron-builder": "^23.3.3",
|
|
"electron-packager": "^15.5.2"
|
|
},
|
|
"dependencies": {
|
|
"@electron/remote": "^2.0.8",
|
|
"buffer": "^6.0.3",
|
|
"bytenode": "^1.3.4",
|
|
"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"
|
|
}
|
|
}
|