111 lines
2.6 KiB
JSON
111 lines
2.6 KiB
JSON
{
|
|
"name": "SoonDesign",
|
|
"version": "2.1.248",
|
|
"description": "tools of design soon files",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "electron .",
|
|
"build": "electron-builder",
|
|
"build:win": "electron-builder --win --x64",
|
|
"build:mac": "electron-builder --mac --x64",
|
|
"build:linux": "electron-builder --linux --x64",
|
|
"build:all": "electron-builder -mwl"
|
|
},
|
|
"build": {
|
|
"productName": "SoonDesign",
|
|
"appId": "com.SoonDesign",
|
|
"copyright": "",
|
|
"directories": {
|
|
"output": "build"
|
|
},
|
|
"extraFiles": [
|
|
"lib"
|
|
],
|
|
"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,
|
|
"asarUnpack": [
|
|
"lib/**"
|
|
],
|
|
"win": {
|
|
"icon": "public/images/favicon.ico",
|
|
"requestedExecutionLevel": "asInvoker",
|
|
"target": [
|
|
{
|
|
"target": "nsis",
|
|
"arch": [
|
|
"x64"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"mac": {
|
|
"target": [
|
|
{ "target": "dmg", "arch": ["x64"] },
|
|
{ "target": "zip", "arch": ["x64"] }
|
|
],
|
|
"category": "public.app-category.utilities",
|
|
"icon": "public/images/favicon.icns"
|
|
},
|
|
"linux": {
|
|
"target": [
|
|
{ "target": "AppImage", "arch": ["x64"] },
|
|
{ "target": "deb", "arch": ["x64"] }
|
|
],
|
|
"category": "Utility",
|
|
"icon": "public/images/IconA256.png",
|
|
"desktop": {
|
|
"Name": "SoonDesign",
|
|
"Comment": "tools of design soon files"
|
|
}
|
|
}
|
|
},
|
|
"electronPackagerConfig": {
|
|
"packageManager": "npm",
|
|
"icon": "./public/images/favicon.ico"
|
|
},
|
|
|
|
"repository": "",
|
|
"keywords": [
|
|
"Electron",
|
|
"quick",
|
|
"start",
|
|
"tutorial",
|
|
"demo"
|
|
],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"electron": "^25.0.0",
|
|
"electron-builder": "^23.3.3"
|
|
},
|
|
"dependencies": {
|
|
"@electron/remote": "^2.0.8",
|
|
"buffer": "^6.0.3",
|
|
"bytenode": "^1.3.4",
|
|
"electron-squirrel-startup": "^1.0.1",
|
|
"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"
|
|
}
|
|
}
|