-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.22 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.22 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
{
"name": "notebooklm-exportkit",
"description": "Export NotebookLM chats, quizzes, flashcards, mindmaps, notes, reports, and tables to multiple formats, with Google Drive and Notion delivery.",
"private": true,
"version": "1.4.3",
"type": "module",
"scripts": {
"dev": "wxt",
"dev:edge": "wxt -b edge",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:edge": "wxt build -b edge",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"compile": "tsc --noEmit",
"postinstall": "wxt prepare"
},
"dependencies": {
"@supabase/supabase-js": "^2.89.0",
"docx": "8.5.0",
"html2canvas": "^1.4.1",
"jspdf": "^3.0.4",
"jszip": "^3.10.1",
"pptxgenjs": "^4.0.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@wxt-dev/module-react": "^1.1.5",
"supabase": "^2.70.5",
"typescript": "^5.9.3",
"wxt": "^0.20.6"
},
"packageManager": "pnpm@10.26.2+sha512.0e308ff2005fc7410366f154f625f6631ab2b16b1d2e70238444dd6ae9d630a8482d92a451144debc492416896ed16f7b114a86ec68b8404b2443869e68ffda6"
}