-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
151 lines (151 loc) · 5.01 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"name": "bridgecmdr",
"productName": "BridgeCmdr",
"version": "2.1.0",
"description": "Controller for professional A/V monitors and switches",
"packageManager": "[email protected]",
"type": "module",
"private": true,
"engines": {
"node": ">= 20",
"electron": ">= 31"
},
"main": "./out/main/index.js",
"scripts": {
"docker:build": "docker build --platform arm -t bridgecmdr .",
"docker:run": "docker run --platform=arm -u $UID:$GID -v .:/app -w /app --rm -it bridgecmdr /bin/bash",
"docker:sh": "npm run docker:build && npm run docker:run",
"postinstall": "electron-builder install-app-deps",
"check:prettier": "prettier -cu .",
"check:lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore --ignore-path .eslintignore",
"check": "run-p -l typecheck 'check:*'",
"fix:prettier": "prettier -cu --write .",
"fix:lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore --ignore-path .eslintignore",
"fix": "run-s -l typecheck 'fix:*'",
"typecheck:node": "tsc --noEmit -p tsconfig.node.json --composite false",
"typecheck:web": "vue-tsc --noEmit -p tsconfig.web.json --composite false",
"typecheck:test": "vue-tsc --noEmit -p tsconfig.test.json --composite false",
"typecheck:config": "vue-tsc --noEmit -p tsconfig.config.json --composite false",
"typecheck": "run-p -l 'typecheck:*'",
"start": "electron-vite preview",
"watch": "vitest",
"test": "vitest run",
"coverage": "vitest run --coverage",
"dev": "electron-vite dev",
"build": "run-p -l typecheck build-only",
"build-only": "electron-vite build",
"package": "electron-builder --dir --config",
"make": "electron-builder --config",
"ncu:update": "ncu -u",
"ncu:check": "ncu",
"ncu": "ncu",
"prepare": "husky"
},
"repository": "github:6XGate/bridgecmdr",
"keywords": [
"linux",
"raspberry-pi",
"retrogaming",
"audio-video",
"sony-bmv",
"sony-pvm",
"extron"
],
"author": "Matthew Holder",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/6XGate/bridgecmdr/issues"
},
"homepage": "https://github.com/6XGate/bridgecmdr#readme",
"devDependencies": {
"@intlify/core-base": "^10.0.4",
"@intlify/unplugin-vue-i18n": "^5.2.0",
"@mdi/js": "^7.4.47",
"@mdi/svg": "^7.4.47",
"@sindresorhus/is": "^7.0.1",
"@sixxgate/lint": "^3.3.2",
"@trpc/client": "^10.45.2",
"@trpc/server": "^10.45.2",
"@tsconfig/node20": "^20.1.4",
"@tsconfig/strictest": "^2.0.5",
"@types/eslint": "^8.56.12",
"@types/ini": "^4.1.1",
"@types/leveldown": "^4.0.6",
"@types/levelup": "^5.1.5",
"@types/node": "^20.17.6",
"@types/pouchdb-core": "^7.0.15",
"@types/pouchdb-find": "^7.3.3",
"@types/ws": "^8.5.13",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vitest/coverage-v8": "^2.1.4",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vueuse/core": "^11.2.0",
"@vueuse/shared": "^11.2.0",
"@zip.js/zip.js": "^2.7.53",
"assert": "^2.1.0",
"auto-bind": "^5.0.1",
"bufferutil": "^4.0.8",
"electron": "^31.7.3",
"electron-builder": "^24.13.3",
"electron-unhandled": "^5.0.0",
"electron-updater": "^6.3.9",
"electron-vite": "^2.3.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.12.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-vue": "^9.30.0",
"execa": "^9.5.1",
"husky": "^9.1.6",
"ini": "^5.0.0",
"js-base64": "^3.7.7",
"levelup": "^5.1.1",
"mime": "^4.0.4",
"npm-check-updates": "^17.1.10",
"npm-run-all2": "^7.0.1",
"pinia": "^2.2.6",
"pouchdb-adapter-leveldb-core": "^9.0.0",
"pouchdb-core": "^9.0.0",
"pouchdb-find": "^9.0.0",
"prettier": "^3.3.3",
"radash": "^12.1.0",
"sass": "^1.80.6",
"superjson": "^2.2.1",
"tslib": "^2.8.1",
"type-fest": "^4.26.1",
"typescript": "^5.6.3",
"typescript-eslint-parser-for-extra-files": "^0.7.0",
"utf-8-validate": "^6.0.5",
"vite": "^5.4.10",
"vite-plugin-vue-devtools": "^7.6.2",
"vite-plugin-vuetify": "^2.0.4",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.4",
"vue": "^3.5.12",
"vue-eslint-parser": "^9.4.3",
"vue-i18n": "^10.0.4",
"vue-router": "^4.4.5",
"vue-tsc": "^2.1.10",
"vuetify": "^3.7.3",
"ws": "^8.18.0",
"xdg-basedir": "^5.1.0",
"zod": "^3.23.8"
},
"dependencies": {
"@electron-toolkit/utils": "^3.0.0",
"electron-log": "^5.2.0",
"leveldown": "^6.1.1",
"serialport": "^12.0.0"
}
}