-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.22 KB
/
Copy pathpackage.json
File metadata and controls
83 lines (83 loc) · 2.22 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
82
83
{
"name": "OTTPRO",
"description": "Patches for OTT platforms to binge with freedom!",
"version": "0.5.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",
"build:safari": "wxt build -b safari",
"build:safari:mv2": "wxt build -b safari --mv2",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"zip:safari": "wxt zip -b safari",
"zip:safari:mv2": "wxt zip -b safari --mv2",
"compile": "tsc --noEmit",
"changeset": "changeset",
"version": "changeset version",
"release": "changeset tag"
},
"devDependencies": {
"@biomejs/biome": "2.5.2",
"@changesets/changelog-github": "^0.7.0",
"@changesets/cli": "^2.31.0",
"@radix-ui/react-collapsible": "^1.1.16",
"@radix-ui/react-separator": "^1.1.11",
"@radix-ui/react-slot": "^1.3.0",
"@radix-ui/react-switch": "^1.3.3",
"@tailwindcss/vite": "^4.3.2",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.3",
"@webext-core/messaging": "^3.0.2",
"@wxt-dev/auto-icons": "^1.1.1",
"@wxt-dev/module-react": "^1.2.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^1.23.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"rollup-plugin-obfuscator": "^1.1.0",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.2",
"tw-animate-css": "^1.4.0",
"typescript": "^6.0.3",
"ultracite": "7.9.2",
"wxt": "0.20.27",
"zustand": "^5.0.14"
},
"trustedDependencies": [
"@tailwindcss/oxide",
"javascript-obfuscator",
"spawn-sync"
],
"overrides": {
"@vitejs/plugin-react": "5.2.0",
"publish-browser-extension": "^4.0.3"
}
}