-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 825 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 825 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
{
"name": "random-reader",
"private": true,
"version": "0.2.0",
"license": "GPL-3.0-only",
"packageManager": "pnpm@11.3.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build:firefox": "BROWSER=firefox tsc && BROWSER=firefox vite build",
"preview": "vite preview",
"lint": "tsc --noEmit && biome check .",
"format": "biome format --write .",
"catalog:depths": "node scripts/update-archive-depths.mjs"
},
"devDependencies": {
"@biomejs/biome": "^2.5.6",
"@crxjs/vite-plugin": "^2.7.1",
"@types/node": "^26.1.2",
"typescript": "~6.0.2",
"vite": "^8.2.0",
"vite-plugin-zip-pack": "^1.2.4",
"web-ext-types": "^3.2.1"
},
"dependencies": {
"fast-xml-parser": "^5.10.1",
"lit": "^3.3.3",
"zod": "^4.4.3"
}
}