-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "MIDIPedal",
"version": "0.0.1",
"description": "Control Software for MIDIPedal",
"main": "./dist/main/index.js",
"scripts": {
"dev": "node .electron-nuxt/dev.js",
"build": "node .electron-nuxt/build.js",
"preinstall": "node .electron-nuxt/check-engines.js",
"postinstall": "electron-builder install-app-deps "
},
"keywords": [],
"author": "Jake Medler",
"license": "MIT",
"homepage": "https://github.com/michalzaq12/electron-nuxt/blob/master/README.md",
"engines": {
"node": ">=14.14.9"
},
"resolutions": {
"@types/node": "14.14.9"
},
"devDependencies": {
"@xpda-dev/core": "^0.1.6",
"@xpda-dev/electron-builder": "^0.2.1",
"@xpda-dev/electron-launcher": "^0.3.0",
"@xpda-dev/webpack-step": "^0.1.6",
"cross-env": "^7.0.3",
"deepmerge": "^4.2.2",
"nuxt": "^2.15.8",
"webpack": "^4.46.0",
"webpack-node-externals": "^3.0.0",
"electron": "^25.0.0",
"electron-builder": "^23.6.0",
"electron-devtools-installer": "^3.2.0"
},
"dependencies": {
"@serialport/parser-readline": "^10.3.0",
"serialport": "^10.4.0",
"vue-template-babel-compiler": "^1.1.3"
}
}