Update install process.
This commit is contained in:
parent
96754fcf49
commit
d995a4800d
File diff suppressed because it is too large
Load Diff
|
@ -26,7 +26,8 @@
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/sixteenmillimeter/mcopy#readme",
|
"homepage": "https://github.com/sixteenmillimeter/mcopy#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"electron": "^4.1.1",
|
"electron": "^4.1.3",
|
||||||
|
"electron-installer-common": "^0.6.2",
|
||||||
"electron-installer-dmg": "^2.0.0",
|
"electron-installer-dmg": "^2.0.0",
|
||||||
"electron-packager": "^13.1.1",
|
"electron-packager": "^13.1.1",
|
||||||
"electron-rebuild": "^1.8.4",
|
"electron-rebuild": "^1.8.4",
|
||||||
|
@ -34,7 +35,7 @@
|
||||||
"gulp": "^3.9.1",
|
"gulp": "^3.9.1",
|
||||||
"gulp-concat": "^2.6.1",
|
"gulp-concat": "^2.6.1",
|
||||||
"gulp-less": "^4.0.1",
|
"gulp-less": "^4.0.1",
|
||||||
"qunit": "^2.8.0"
|
"qunit": "^2.9.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"arduino": "file:lib/arduino",
|
"arduino": "file:lib/arduino",
|
||||||
|
@ -51,25 +52,25 @@
|
||||||
"ffmpeg": "file:lib/ffmpeg",
|
"ffmpeg": "file:lib/ffmpeg",
|
||||||
"ffprobe": "file:lib/ffprobe",
|
"ffprobe": "file:lib/ffprobe",
|
||||||
"fs-extra": "^7.0.1",
|
"fs-extra": "^7.0.1",
|
||||||
"humanize-duration": "^3.15.1",
|
"humanize-duration": "^3.18.0",
|
||||||
"intval": "file:lib/intval",
|
"intval": "file:lib/intval",
|
||||||
"light": "file:lib/light",
|
"light": "file:lib/light",
|
||||||
"log": "file:lib/log",
|
"log": "file:lib/log",
|
||||||
"moment": "^2.22.2",
|
"moment": "^2.24.0",
|
||||||
"mscript": "file:lib/mscript",
|
"mscript": "file:lib/mscript",
|
||||||
"node-notifier": "^5.3.0",
|
"node-notifier": "^5.4.0",
|
||||||
"proj": "file:lib/proj",
|
"proj": "file:lib/proj",
|
||||||
"sequencer": "file:lib/sequencer",
|
"sequencer": "file:lib/sequencer",
|
||||||
"serialport": "^7.0.2",
|
"serialport": "^7.1.4",
|
||||||
"server": "file:lib/server",
|
"server": "file:lib/server",
|
||||||
"settings": "file:lib/settings",
|
"settings": "file:lib/settings",
|
||||||
"spawn": "file:lib/spawn",
|
"spawn": "file:lib/spawn",
|
||||||
"system": "file:lib/system",
|
"system": "file:lib/system",
|
||||||
"systeminformation": "^4.1.1",
|
"systeminformation": "^4.1.4",
|
||||||
"uuid": "^3.3.2",
|
"uuid": "^3.3.2",
|
||||||
"winston": "^3.0.0"
|
"winston": "^3.2.1"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"electron-installer-debian": "^1.0.0"
|
"electron-installer-debian": "^1.1.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue