-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.64 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.64 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
{
"devDependencies": {
"@biomejs/biome": "2.3.7",
"@medv/finder": "^4.0.2",
"@mozilla/readability": "^0.6.0",
"@playwright/test": "^1.58.2",
"@readme/data-urls": "^3.0.1",
"@swc-node/register": "^1.11.1",
"@swc/core": "^1.15.11",
"@trpc/client": "^11.10.0",
"@trpc/server": "^11.10.0",
"@types/data-urls": "^3.0.4",
"@types/firefox-webext-browser": "^143.0.0",
"@types/jsdom": "^27.0.0",
"@types/mozilla-readability": "^0.2.1",
"@types/node": "^24.10.13",
"@types/ramda": "^0.31.1",
"@types/sanitize-html": "^2.16.0",
"@types/webextension-polyfill": "^0.12.4",
"bowser": "^2.14.1",
"change-case": "^5.4.4",
"consola": "^3.4.2",
"core-js": "^3.48.0",
"delay": "^7.0.0",
"dompurify": "^3.3.1",
"emittery": "^1.2.0",
"envalid": "^8.1.1",
"image-dimensions": "^2.5.0",
"inversify": "^7.11.0",
"js-base64": "^3.7.8",
"jsdom": "^27.4.0",
"lint-staged": "^16.2.7",
"nanoid": "^5.1.6",
"ok-value-error-reason": "^1.1.0",
"p-timeout": "^7.0.1",
"pino": "^10.3.1",
"pino-pretty": "^13.1.3",
"quick-lru": "^7.3.0",
"ramda": "^0.32.0",
"reflect-metadata": "^0.2.2",
"sanitize-html": "^2.17.0",
"serve": "^14.2.5",
"superjson": "^2.2.6",
"ts-node": "^10.9.2",
"tsconfig-moon": "^1.4.2",
"tsup": "^8.5.1",
"tsx": "^4.21.0",
"type-fest": "^5.4.4",
"typescript": "^5.9.3",
"web-ext": "^9.3.0",
"webextension-polyfill": "^0.12.0",
"winston": "^3.19.0",
"winston-transport-browserconsole": "^1.0.5",
"zod": "^4.3.6"
},
"name": "root",
"private": true,
"workspaces": [
"etc/scripts",
"apps/*",
"packages/*"
],
"engines": {
"node": "^22.14.0"
},
"packageManager": "yarn@4.10.3"
}