gh-pages
This commit is contained in:
parent
5f20f04c34
commit
c325d4a8e7
|
@ -49,11 +49,26 @@
|
||||||
],
|
],
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"electron-dl": "^1.14.0",
|
||||||
|
"jimp": "^0.6.4",
|
||||||
"jquery": "^3.4.1",
|
"jquery": "^3.4.1",
|
||||||
|
"json5": "^2.1.0",
|
||||||
"materialize-css": "^1.0.0",
|
"materialize-css": "^1.0.0",
|
||||||
|
"node-notifier": "^5.4.0",
|
||||||
|
"sumchecker": "^3.0.0",
|
||||||
"sweetalert2": "^8.13.0",
|
"sweetalert2": "^8.13.0",
|
||||||
"vue": "^2.6.10"
|
"vue": "^2.6.10"
|
||||||
},
|
},
|
||||||
|
"optionalDependencies": {
|
||||||
|
"nowplaying-node": "git+https://github.com/cutls/nowplaying-node",
|
||||||
|
"itunes-nowplaying-mac": "git+https://github.com/rinsuki/itunes-nowplaying-mac#pull/4/head",
|
||||||
|
"font-manager": "^0.3.0"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"electron": "^5.0.4",
|
||||||
|
"electron-builder": "^21.1.5",
|
||||||
|
"readline-sync": "1.4.9"
|
||||||
|
},
|
||||||
"build": {
|
"build": {
|
||||||
"productName": "TheDesk",
|
"productName": "TheDesk",
|
||||||
"appId": "top.thedesk",
|
"appId": "top.thedesk",
|
||||||
|
@ -101,8 +116,8 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"electronDownload": {
|
"electronDownload": {
|
||||||
"version": "5.0.1"
|
"version": "5.0.4"
|
||||||
},
|
},
|
||||||
"electronVersion": "5.0.1"
|
"electronVersion": "5.0.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user