forked from ottomated/CrewLink
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.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
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
{
"name": "crewlink",
"version": "1.1.6",
"license": "GPL-3.0-or-later",
"description": "Free, open, Among Us proximity voice chat",
"repository": {
"type": "git",
"url": "https://github.com/ottomated/crewlink.git"
},
"funding": {
"type": "individual",
"url": "https://paypal.me/ottomated"
},
"author": {
"name": "Ottomated",
"email": "[email protected]",
"url": "https://ottomated.net"
},
"scripts": {
"postinstall": "electron-builder install-app-deps",
"lint": "eslint src",
"dev": "electron-webpack dev",
"compile": "electron-webpack",
"dist": "yarn compile && electron-builder --win --x64",
"publish": "yarn compile && electron-builder --win --x64 --publish always"
},
"dependencies": {
"ajv": "^6.12.6",
"analyser-frequency-average": "^1.0.0",
"axios": "^0.21.0",
"cross-spawn": "^7.0.3",
"electron-store": "^6.0.1",
"electron-updater": "^4.3.5",
"electron-window-state": "^5.0.3",
"iohook": "git://github.com/ykhwong/iohook",
"jsondiffpatch": "^0.4.1",
"memoryjs": "git://github.com/Rob--/memoryjs",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-spinners-kit": "^1.9.1",
"react-tooltip-lite": "^1.12.0",
"registry-js": "^1.12.0",
"simple-peer": "^9.8.0",
"socket.io-client": "^2.3.1",
"source-map-support": "^0.5.16",
"structron": "^0.2.4",
"ts-interface-checker": "^0.1.13"
},
"devDependencies": {
"@babel/preset-react": "^7.12.1",
"@types/color": "^3.0.1",
"@types/cross-spawn": "^6.0.2",
"@types/js-yaml": "^3.12.5",
"@types/node": "12",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"@types/simple-peer": "^9.6.1",
"@types/socket.io-client": "^1.4.34",
"@types/webpack-env": "^1.15.3",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"electron": "9.3.3",
"electron-builder": "^22.9.1",
"electron-webpack": "^2.8.2",
"electron-webpack-ts": "^4.0.1",
"eslint": "^7.15.0",
"eslint-plugin-react": "^7.21.5",
"ts-interface-builder": "^0.2.2",
"typescript": "^4.0.3",
"webpack": "~4.42.1"
}
}