-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.19 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.19 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
{
"name": "ytranscripts",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/react": "^3.31.0",
"@emotion/react": "^11.14.0",
"@google/generative-ai": "^0.24.1",
"html-to-image": "^1.11.13",
"jspdf": "^4.0.0",
"mermaid": "^11.12.2",
"nanoid": "^5.1.6",
"next-themes": "^0.3.0",
"preact": "^10.28.2",
"react-icons": "^5.5.0",
"zustand": "^5.0.9"
},
"devDependencies": {
"@chakra-ui/cli": "^3.31.0",
"@crxjs/vite-plugin": "2.3.0",
"@eslint/js": "^9.39.2",
"@preact/preset-vite": "^2.10.2",
"@types/chrome": "^0.0.279",
"@types/firefox-webext-browser": "^120.0.5",
"@types/node": "^25.0.6",
"@types/react": "^18.3.27",
"@types/react-dom": "^18.3.7",
"eslint": "^9.39.2",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.26",
"globals": "^15.15.0",
"typescript": "~5.6.3",
"typescript-eslint": "^8.52.0",
"vite": "^5.4.21",
"vite-plugin-static-copy": "^2.3.2",
"vite-tsconfig-paths": "^5.1.4"
}
}