-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.06 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.06 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
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
{
"name": "OTTPRO",
"description": "Patches for OTT platforms to binge with freedom!",
"version": "0.4.1",
"private": true,
"type": "module",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/winoffrg/ottpro.git"
},
"bugs": {
"url": "https://github.com/winoffrg/ottpro/issues"
},
"homepage": "https://ottpro.winoffrg.dev/",
"author": "Rohan Gupta <rohangupta1528@gmail.com>",
"keywords": [
"OTT",
"streaming",
"patch",
"extension",
"binge",
"netflix",
"blocking"
],
"engines": {
"bun": ">=1.0.0"
},
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"compile": "tsc --noEmit",
"changeset": "changeset",
"version": "changeset version",
"release": "changeset tag"
},
"devDependencies": {
"@biomejs/biome": "2.4.4",
"@changesets/cli": "^2.29.8",
"@tailwindcss/vite": "^4.1.18",
"@types/react": "^19.2.13",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.3",
"@wxt-dev/auto-icons": "^1.1.0",
"@wxt-dev/module-react": "^1.1.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.525.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"rollup-plugin-obfuscator": "^1.1.0",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"ultracite": "5.0.32",
"wxt": "0.20.18",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"zustand": "^5.0.11",
"@changesets/changelog-github": "^0.5.2",
"@webext-core/messaging": "^2.3.0"
},
"trustedDependencies": [
"@tailwindcss/oxide",
"javascript-obfuscator",
"spawn-sync"
],
"dependencies": {
"posthog-js": "^1.342.1"
},
"overrides": {
"publish-browser-extension": "^4.0.3"
}
}