-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.67 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.67 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
{
"name": "m10c-video-summary-extension",
"description": "Video Summary with AI",
"private": true,
"version": "3.5.0",
"type": "module",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"compile": "tsc --noEmit",
"postinstall": "wxt prepare"
},
"dependencies": {
"@mind-elixir/export-mindmap": "^0.1.3",
"@mind-elixir/open-desktop": "^0.0.4",
"@radix-ui/react-checkbox": "^1.3.2",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-radio-group": "^1.3.7",
"@radix-ui/react-scroll-area": "^1.2.9",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.12",
"@wxt-dev/storage": "^1.2.8",
"@zumer/snapdom": "^2.0.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.536.0",
"mind-elixir": "5.15.0",
"next-themes": "^0.4.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.5.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"turndown": "^7.2.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"@types/chrome": "0.0.258",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/turndown": "^5.0.5",
"@wxt-dev/module-react": "^1.1.5",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"postcss-rem-to-pixel": "^4.1.2",
"tailwindcss": "^3.4.17",
"typescript": "^5.9.3",
"wxt": "^0.20.26"
}
}