1 Star 0 Fork 0

whutwxn/TDengineGUI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.40 KB
一键复制 编辑 原始数据 按行查看 历史
Pan Yang 提交于 2022-09-30 08:57 . fix: add multi target of mac
{
"name": "TDengineGUI",
"version": "1.0.3",
"description": "A simple TDengine DeskTop Manager",
"main": "main.js",
"scripts": {
"start": "electron .",
"build": "electron-builder"
},
"build": {
"appId": "com.skype.tdenginegui",
"productName": "TDengineGUI",
"win": {
"icon": "build/icons/logo1.ico",
"target": [
"nsis"
]
},
"dmg": {
"contents": [
{
"x": 410,
"y": 150,
"type": "link",
"path": "/Applications"
},
{
"x": 130,
"y": 150,
"type": "file"
}
]
},
"mac": {
"icon": "build/icons/logo.icns",
"target": {
"target": "default",
"arch": [
"arm64",
"x64"
]
}
},
"linux": {
"icon": "build/icons/logo.icns"
},
"nsis": {
"oneClick": false,
"perMachine": true,
"allowToChangeInstallationDirectory": true
}
},
"keywords": [
"Electron",
"TDengine",
"GUI"
],
"author": "skye0207",
"devDependencies": {
"electron": "^11.5.0",
"electron-builder": "^22.9.1"
},
"dependencies": {
"axios": "^0.21.1",
"electron-squirrel-startup": "^1.0.0",
"electron-store": "^8.0.1",
"element-ui": "^2.15.0",
"vue": "^2.6.12"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/whutwxn/TDengineGUI.git
[email protected]:whutwxn/TDengineGUI.git
whutwxn
TDengineGUI
TDengineGUI
main

搜索帮助