-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 909 Bytes
/
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
{
"name": "streamdeck",
"version": "0.0.0",
"private": true,
"license": "MIT",
"engines": {
"node": ">=18.4.0"
},
"dependencies": {
"@cspotcode/zx": "^6.1.2",
"@types/debug": "^4.1.7",
"@types/node": "^18.0.3",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/ws": "^8.5.3",
"canvas": "^2.9.3",
"debug": "^4.3.4",
"execa": "5",
"jsx-to-string": "^1.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-node": "^10.8.2",
"typescript": "4.5.4",
"ws": "^8.8.0",
"zx": "^7.0.7",
"zx-cjs": "^7.0.7-0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"eslint": "^8.6.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-unicorn": "^39.0.0"
},
"packageManager": "yarn@3.1.1"
}