-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.02 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
{
"name": "uttp-blocker",
"version": "1.0.1",
"module": "index.ts",
"type": "module",
"private": true,
"devDependencies": {
"@biomejs/biome": "2.3.2",
"@types/bun": "^1.3.1",
"@types/node": "^24.9.1",
"@types/react": "^19.2.2",
"knip": "^5.66.4",
"typescript": "^5.9.3",
"vitest": "^4.0.4",
"wxt": "^0.20.11"
},
"peerDependencies": {
"typescript": "^5"
},
"overrides": {
"@wxt-dev/storage": "1.2.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",
"zip:edge": "wxt zip -b edge",
"postinstall": "wxt prepare",
"format": "biome format --write",
"lint": "biome lint --write",
"knip": "knip",
"test": "vitest",
"typecheck": "tsc --noEmit",
"submit:init": "wxt submit init",
"submit": "wxt submit"
},
"dependencies": {
"@types/jsdom": "^27.0.0",
"@wxt-dev/module-react": "^1.1.5",
"dompurify": "^3.3.0",
"jsdom": "^27.2.0",
"zod": "^4.1.12"
}
}