-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 804 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 804 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
{
"name": "better-deepseek",
"version": "0.1.4",
"private": true,
"type": "module",
"scripts": {
"dev": "node build.js --dev",
"build": "npm run build:chrome && npm run build:firefox",
"build:chrome": "node build.js --target=chrome",
"build:firefox": "node build.js --target=firefox",
"build:source": "node build.js --source",
"sanitize": "node scripts/sanitize-dist.js"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"svelte": "^5.28.2",
"vite": "^6.3.1"
},
"dependencies": {
"@mozilla/readability": "^0.6.0",
"docx": "^9.6.1",
"fflate": "^0.8.2",
"html2canvas": "^1.4.1",
"ignore": "^7.0.5",
"pptxgenjs": "^4.0.1",
"turndown": "^7.2.4",
"xlsx": "^0.18.5",
"youtube-transcript": "^1.3.0"
}
}