Added CET dependency
This commit is contained in:
parent
793c8e2c7e
commit
7e12758400
2 changed files with 9 additions and 3 deletions
7
package-lock.json
generated
7
package-lock.json
generated
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "openflexure-ev",
|
||||
"version": "0.2.5",
|
||||
"version": "0.2.6",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
@ -3643,6 +3643,11 @@
|
|||
"array-find-index": "^1.0.1"
|
||||
}
|
||||
},
|
||||
"custom-electron-titlebar": {
|
||||
"version": "3.0.8",
|
||||
"resolved": "https://registry.npmjs.org/custom-electron-titlebar/-/custom-electron-titlebar-3.0.8.tgz",
|
||||
"integrity": "sha512-VFyV3y5DVcVhGXx1yo16gwNFusbivGQUGTf7ANBA2Hho2tsWvxoVc03rJ908qWqy/yPA0++qSw7AJqjaHimwRA=="
|
||||
},
|
||||
"cyclist": {
|
||||
"version": "0.2.2",
|
||||
"resolved": "https://registry.npmjs.org/cyclist/-/cyclist-0.2.2.tgz",
|
||||
|
|
|
|||
|
|
@ -19,12 +19,13 @@
|
|||
"dist:appx": "electron-builder --win --config app/builder-config-appx.yaml",
|
||||
"build:web": "vue-cli-service build --mode production.web",
|
||||
"build:app": "vue-cli-service build --mode production.app",
|
||||
"electron:run": "electron .",
|
||||
"electron:run": "npm run build:app && electron app/app.js",
|
||||
"electron:dev": "electron app/app.dev.js",
|
||||
"serve": "vue-cli-service serve"
|
||||
"serve:web": "vue-cli-service serve"
|
||||
},
|
||||
"dependencies": {
|
||||
"about-window": "^1.12.1",
|
||||
"custom-electron-titlebar": "^3.0.8",
|
||||
"electron-context-menu": "^0.11.0",
|
||||
"electron-updater": "^4.0.6"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue