-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.1 KB
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
{
"name": "k-twitch-bypass",
"displayName": "K-Twitch-Bypass",
"version": "2.5",
"description": "Extension to bypass Twitch quality restrictions",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build",
"package": "plasmo package"
},
"dependencies": {
"@plasmohq/messaging": "^0.0.2",
"@plasmohq/storage": "^0.14.0",
"@radix-ui/colors": "^0.1.8",
"@radix-ui/react-icons": "^1.1.1",
"@radix-ui/react-label": "^2.0.0",
"@radix-ui/react-select": "^1.2.0",
"@stitches/react": "^1.2.8",
"plasmo": "0.62.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"validator": "^13.7.0"
},
"devDependencies": {
"@plasmohq/prettier-plugin-sort-imports": "3.6.1",
"@types/chrome": "0.0.208",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@types/validator": "^13.7.10",
"prettier": "2.8.2",
"typescript": "4.9.4"
},
"manifest": {
"host_permissions": [
"https://*.twitch.tv/*",
"https://*.ttvnw.net/*"
],
"permissions": [
"tabs",
"declarativeNetRequest"
]
}
}