-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.82 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 1.82 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
{
"name": "root",
"private": true,
"packageManager": "yarn@4.17.1",
"engines": {
"node": "^26"
},
"workspaces": [
"etc/scripts",
"etc/storybook",
"apps/*",
"packages/*"
],
"devDependencies": {
"@biomejs/biome": "^2.5.5",
"@medv/finder": "^4.0.2",
"@mozilla/readability": "^0.6.0",
"@openfeature/core": "^1.11.0",
"@openfeature/web-sdk": "^1.9.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": "^26.1.1",
"@types/ramda": "^0.31.1",
"@types/sanitize-html": "^2.16.0",
"@types/semver": "^7",
"@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.4.13",
"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.5",
"semver": "^7.7.4",
"serve": "^14.2.5",
"simple-git": "^3.36.0",
"superjson": "^2.2.6",
"syncpack": "^14.2.1",
"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"
}
}