1 Star 0 Fork 1.2K

小布叮 / electron-egg

forked from dromara / electron-egg 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 3.01 KB
一键复制 编辑 原始数据 按行查看 历史
哆啦好梦 提交于 2022-05-23 14:49 . 硬件加速开关为对象
{
"name": "ee",
"version": "2.1.4",
"description": "A fast, desktop software development framework",
"main": "main.js",
"scripts": {
"start": "electron . ",
"dev": "electron . --env=local",
"reload": "nodemon",
"test": "set DEBUG=* && electron . --env=local",
"build-w": "electron-builder -w --ia32",
"build-w-64": "electron-builder -w --x64",
"build-m": "electron-builder -m",
"build-m-arm64": "electron-builder -m --arm64",
"build-l": "electron-builder -l",
"rd": "node ./node_modules/ee-core/bin/tools rd --dist_dir=./frontend/dist",
"compress": "node ./node_modules/ee-core/bin/tools compress",
"restore": "node ./node_modules/ee-core/bin/tools restore"
},
"nodemonConfig": {
"watch": [
"electron/",
"main.js"
],
"ignore": [],
"ext": "js,json",
"verbose": true,
"exec": "electron . --env=local --hot-reload=1",
"restartable": "hr",
"colours": true,
"events": {}
},
"build": {
"productName": "ee",
"appId": "com.electron.ee",
"copyright": "wallace5303",
"directories": {
"output": "out"
},
"asar": true,
"files": [
"**/*",
"!frontend/",
"!run/",
"!logs/",
"!data/"
],
"extraResources": {
"from": "./build/extraResources/",
"to": "extraResources"
},
"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": "EE框架"
},
"publish": [
{
"provider": "generic",
"url": "https://github.com/wallace5303/electron-egg"
}
],
"mac": {
"icon": "./build/icons/icon.icns",
"artifactName": "${productName}-macos-${version}.${ext}",
"target": [
"dmg",
"zip"
]
},
"win": {
"icon": "./build/icons/icon.ico",
"artifactName": "${productName}-windows-${version}.${ext}",
"target": [
{
"target": "nsis"
}
]
},
"linux": {
"icon": "./build/icons/icon.icns",
"artifactName": "${productName}-linux-${version}.${ext}",
"target": [
"deb"
],
"category": "Utility"
}
},
"repository": "https://github.com/wallace5303/ee.git",
"keywords": [
"Electron"
],
"author": "wallace5303, Inc <530353222@qq.com>",
"license": "Apache",
"devDependencies": {
"debug": "^4.3.3",
"electron": "^13.6.9",
"electron-builder": "^23.0.3",
"eslint": "^5.13.0",
"eslint-config-egg": "^7.1.0",
"eslint-plugin-prettier": "^3.0.1",
"nodemon": "^2.0.16"
},
"dependencies": {
"dayjs": "^1.10.7",
"ee-core": "^1.2.6",
"electron-is": "^3.0.0",
"lodash": "^4.17.21"
}
}
JavaScript
1
https://gitee.com/sun-hchao/electron-egg.git
git@gitee.com:sun-hchao/electron-egg.git
sun-hchao
electron-egg
electron-egg
master

搜索帮助