-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.45 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
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "gallium",
"version": "1.0.0",
"description": "GUI for running a Light Show event",
"repository": {
"type": "git",
"url": "git@github.com:teslaworksumn/lightshow-Gallium.git"
},
"main": "main.js",
"scripts": {
"start": "electron .",
"install": "electron-rebuild",
"postinstall": "electron-builder install-app-deps",
"lint": "eslint .",
"lint-fix": "eslint . --fix",
"pack": "electron-builder --dir",
"build": "electron-builder",
"buildall": "electron-builder -mwl",
"buildosx": "electron-builder -m",
"buildwin": "electron-builder -w",
"buildlinux": "electron-builder -l",
"test": "mocha"
},
"author": "Byron Ambright and Josh Guldberg",
"license": "MIT",
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"electron": "^9.4.4",
"electron-builder": "^22.13.1",
"electron-packager": "^15.4.0",
"electron-rebuild": "^2.3.5",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.25.2",
"mocha": "^8.4.0",
"node-abi": "^2.30.1",
"spectron": "^11.1.0"
},
"dependencies": {
"ajv": "^6.12.6",
"chromedriver": "^84.0.1",
"dmx": "^0.2.5",
"electron-first-run": "^3.0.0",
"fs-extra": "^9.1.0",
"howler": "^2.2.3",
"nanotimer": "^0.3.15",
"serialport": "^9.2.4",
"socket.io": "^2.4.1",
"sudo-prompt": "^9.2.1",
"web-midi-api": "^2.1.2",
"xml2js": "^0.4.23"
}
}