forked from iorate/ublacklist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.92 KB
/
package.json
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
{
"name": "ublacklist",
"version": "0.0.0",
"dependencies": {
"@codemirror/commands": "^6.5.0",
"@codemirror/language": "^6.10.1",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.26.3",
"@lezer/highlight": "^1.2.0",
"@mdi/svg": "^7.4.47",
"colord": "^2.9.3",
"dayjs": "^1.11.11",
"goober": "2.1.10",
"is-mobile": "^4.0.0",
"punycode": "^2.3.1",
"react": "^18.3.1",
"react-colorful": "^5.6.1",
"react-dom": "^18.3.1",
"tldts": "^6.1.19",
"zod": "^3.23.6"
},
"devDependencies": {
"@biomejs/biome": "^1.7.3",
"@types/fs-extra": "^11.0.4",
"@types/license-checker": "^25.0.6",
"@types/node": "^20.12.8",
"@types/punycode": "^2.1.4",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/webextension-polyfill": "^0.10.7",
"chalk": "^5.3.0",
"chokidar": "^3.6.0",
"csstype": "^3.1.3",
"dotenv": "^16.4.5",
"esbuild": "^0.20.2",
"fs-extra": "^11.2.0",
"globby": "^14.0.1",
"lefthook": "^1.6.10",
"license-checker": "^25.0.1",
"p-limit": "^5.0.0",
"prettier": "^3.2.5",
"semantic-release": "^23.0.8",
"semantic-release-amo": "^1.3.1",
"semantic-release-chrome": "^3.2.0",
"tsx": "^4.9.3",
"typescript": "^5.4.5"
},
"packageManager": "[email protected]+sha256.22e36fba7f4880ecf749a5ca128b8435da085ecd49575e7fb9e64d6bf4fad394",
"private": true,
"scripts": {
"build": "tsx scripts/build.ts",
"check": "pnpm run /^check:/",
"check:biome": "biome check .",
"check:prettier": "prettier --check .",
"check:tsc": "tsc",
"fix": "pnpm run /^fix:/",
"fix:biome": "biome check --apply .",
"fix:prettier": "prettier --write .",
"generate-third-party-notices": "tsx scripts/generate-third-party-notices.ts",
"postinstall": "pnpm generate-third-party-notices",
"test": "tsx scripts/test.ts"
},
"type": "module",
"workspaces": [
"website"
]
}