forked from OhMyGuus/BetterCrewLink
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
85 lines (85 loc) · 2.54 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
{
"name": "nextcrewlink",
"version": "3.1.5",
"license": "GPL-3.0-or-later",
"description": "Free, open, Among Us Proximity Voice Chat",
"scripts": {
"postinstall": "electron-builder install-app-deps",
"lint": "eslint src",
"dev": "vite",
"build": "tsc && vite build && electron-builder",
"preview": "vite preview",
"pretest": "vite build --mode=test",
"test": "vitest run"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.4.1",
"@mui/material": "^6.4.1",
"@mui/styles": "^6.4.1",
"color": "^4.2.3",
"cross-spawn": "^7.0.6",
"electron-devtools-installer": "^4.0.0",
"electron-log": "^5.2.4",
"electron-overlay-window": "https://github.com/OhMyGuus/electron-overlay-window",
"electron-store": "^10.0.0",
"electron-updater": "^6.3.9",
"electron-window-state": "^5.0.3",
"i18next": "^24.2.2",
"jimp": "^1.6.0",
"memoryjs": "https://github.com/OhMyGuus/memoryjs",
"minimist": "^1.2.8",
"node-fetch": "3.3.2",
"node-keyboard-watcher": "https://github.com/OhMyGuus/node-keyboard-watcher",
"path-intersection": "^3.1.0",
"pretty-bytes": "^6.1.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-i18next": "^15.4.0",
"react-tooltip-lite": "^1.12.0",
"registry-js": "^1.16.0",
"simple-peer": "^9.11.1",
"socket.io-client": "4.8.1",
"structron": "^0.4.3",
"typeface-varela": "^1.1.13",
"valid-url": "^1.0.9",
"vdf-parser": "^1.2.1",
"webrtc-adapter": "^9.0.1"
},
"devDependencies": {
"@types/color": "^4.2.0",
"@types/cross-spawn": "^6.0.6",
"@types/deep-equal": "^1.0.1",
"@types/i18next": "^12.1.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "22",
"@types/node-fetch": "3.0.2",
"@types/pretty-bytes": "^5.1.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/simple-peer": "^9.11.8",
"@types/socket.io-client": "^1.4.36",
"@types/valid-url": "^1.0.7",
"@typescript-eslint/eslint-plugin": "^8.21.0",
"@typescript-eslint/parser": "^8.21.0",
"arraybuffer-loader": "^1.0.8",
"electron": "34.0.1",
"electron-builder": "25.1.8",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.4",
"prettier": "^3.4.2",
"prettier-eslint": "^16.3.0",
"typescript": "5.7.3",
"vite": "^6.0.11",
"@vitejs/plugin-react-swc": "3.7.2",
"tailwindcss": "^4.0.0",
"vite-plugin-electron": "^0.29.0",
"vite-plugin-electron-renderer": "^0.14.6",
"postcss": "^8.5.1",
"postcss-import": "^16.1.0",
"autoprefixer": "^10.4.20"
}
}