-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 891 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 891 Bytes
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
{
"name": "haze",
"description": "Blur, scratchcard, or hide anything on any website - peek on hover or click, toggle it all off in one click.",
"private": true,
"version": "2.5.2",
"type": "module",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"build:icons": "node scripts/make-icons.mjs",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"compile": "tsc --noEmit",
"lint": "biome check .",
"format": "biome format --write .",
"postinstall": "wxt prepare"
},
"devDependencies": {
"@biomejs/biome": "^2.5.0",
"@preact/preset-vite": "^2.10.5",
"typescript": "^6.0.3",
"wxt": "^0.20.26"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"spawn-sync"
]
},
"dependencies": {
"preact": "^10.29.7"
}
}