This commit is contained in:
Cutls 2019-07-31 00:31:01 +09:00
parent 5f20f04c34
commit c325d4a8e7

View File

@ -49,11 +49,26 @@
],
"license": "GPL-3.0",
"dependencies": {
"electron-dl": "^1.14.0",
"jimp": "^0.6.4",
"jquery": "^3.4.1",
"json5": "^2.1.0",
"materialize-css": "^1.0.0",
"node-notifier": "^5.4.0",
"sumchecker": "^3.0.0",
"sweetalert2": "^8.13.0",
"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": {
"productName": "TheDesk",
"appId": "top.thedesk",
@ -101,8 +116,8 @@
]
},
"electronDownload": {
"version": "5.0.1"
"version": "5.0.4"
},
"electronVersion": "5.0.1"
"electronVersion": "5.0.4"
}
}