-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.43 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.43 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
{
"name": "cpdown",
"description": "Copy any webpage as clean markdown",
"version": "1.3.10",
"type": "module",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox --mv2",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"compile": "tsc --noEmit",
"submit": "wxt submit --chrome-zip .output/*-chrome.zip",
"postinstall": "wxt prepare",
"check": "taze latest -l",
"bump": "taze latest -wil"
},
"dependencies": {
"@fxts/core": "1.26.0",
"@mozilla/readability": "0.6.0",
"@radix-ui/react-switch": "1.2.6",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"defuddle": "0.18.1",
"js-tiktoken": "1.0.21",
"lucide-react": "1.9.0",
"ofetch": "1.5.1",
"react": "19.2.5",
"react-dom": "19.2.5",
"sonner": "2.0.7",
"srt-parser-2": "1.2.3",
"tailwind-merge": "3.5.0",
"turndown": "7.2.4",
"tw-animate-css": "1.4.0"
},
"devDependencies": {
"@biomejs/biome": "2.4.13",
"@tailwindcss/vite": "4.2.4",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@types/turndown": "5.0.6",
"@wxt-dev/module-react": "1.2.2",
"shadcn": "4.4.0",
"tailwindcss": "4.2.4",
"taze": "19.11.0",
"typescript": "6.0.3",
"vite-tsconfig-paths": "6.1.1",
"wxt": "0.20.25"
},
"overrides": {
"publish-browser-extension": "4.0.5"
}
}