-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 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
{
"name": "ytplays",
"productName": "YTPlays",
"version": "0.5.6",
"description": "Uses the LiveChat of YouTube to send keyboard keys or strings to the currently active window, made specifically for Pokemon and PokeTubers",
"main": ".webpack/main",
"repository": "https://github.com/Agash/YTPlays",
"scripts": {
"start": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "set GITHUB_TOKEN=%GITHUB_YTPlays% && electron-forge publish",
"lint": "eslint ./src/",
"postinstall": "patch-package"
},
"devDependencies": {
"@electron-forge/cli": "^7.3.1",
"@electron-forge/maker-squirrel": "^7.3.1",
"@electron-forge/plugin-auto-unpack-natives": "^7.3.1",
"@electron-forge/plugin-electronegativity": "^7.4.0",
"@electron-forge/plugin-fuses": "^7.3.1",
"@electron-forge/plugin-webpack": "^7.3.1",
"@electron-forge/publisher-github": "^7.4.0",
"@electron/fuses": "^1.8.0",
"@electron/rebuild": "^3.6.0",
"@eslint/js": "^9.0.0",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vercel/webpack-asset-relocator-loader": "^1.7.3",
"css-loader": "^6.11.0",
"electron": "29.3.0",
"electron-devtools-installer": "^3.2.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.34.1",
"fork-ts-checker-webpack-plugin": "^7.3.0",
"globals": "^15.0.0",
"node-loader": "^2.0.0",
"patch-package": "^8.0.0",
"react-router-dom": "^6.22.3",
"rimraf": "^5.0.5",
"style-loader": "^3.3.4",
"tailwindcss": "^3.4.3",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "~4.5.4",
"typescript-eslint": "^7.6.0"
},
"keywords": [
"chat",
"pokemon",
"youtube",
"streaming",
"twitchplays",
"ytplays",
"youtubeplays",
"chatplays"
],
"author": {
"name": "Agash (thmo_)",
"email": "agash@users.noreply.github.com"
},
"license": "MIT",
"dependencies": {
"@emotion/is-prop-valid": "^1.2.2",
"@emotion/react": "^11.11.4",
"@nextui-org/react": "^2.2.10",
"@reduxjs/toolkit": "^2.2.3",
"electron-squirrel-startup": "^1.0.0",
"electron-store": "^8.2.0",
"formik": "^2.4.5",
"framer-motion": "^11.0.28",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.1.0",
"redux": "^5.0.1",
"robotjs": "^0.6.0",
"update-electron-app": "^3.0.0",
"youtubei.js": "^9.2.1"
}
}