-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.81 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.81 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
58
59
60
61
{
"name": "com-blackblazent-blackvideo-zephyra",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev:all": "npx tsx scripts/run.all.commands.ts",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@ffmpeg/ffmpeg": "^0.12.15",
"@ffmpeg/util": "^0.12.2",
"@supabase/supabase-js": "^2.86.2",
"@tauri-apps/api": "^2.6.0",
"@tauri-apps/plugin-dialog": "^2.4.2",
"@tauri-apps/plugin-fs": "^2.4.0",
"@tauri-apps/plugin-opener": "^2",
"@tauri-apps/plugin-os": "^2.3.2",
"@tauri-apps/plugin-store": "^2.4.2",
"@types/uuid": "^11.0.0",
"@xterm/xterm": "^6.0.0",
"capture-video-frame": "^1.0.0",
"dataconnect-generated": "link:../../../../../../../../AppData/Local/pnpm/global/5/node_modules/src/dataconnect-generated",
"express": "^5.2.1",
"firebase": "^12.6.0",
"fpsmeter": "^0.3.1",
"framer-motion": "^12.23.26",
"fs-extra": "^11.3.0",
"i18next": "^25.2.1",
"i18next-browser-languagedetector": "^8.2.0",
"lucide-react": "^0.513.0",
"node-fetch": "^3.3.2",
"progress-stream": "^2.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.5.2",
"react-router-dom": "^7.6.2",
"recharts": "^3.7.0",
"recordrtc": "5.5.1",
"subsrt": "^1.1.1",
"subtitle.js": "^1.0.0",
"tauri-plugin-videoplayer-api": "^0.1.6",
"uuid": "^13.0.0",
"videojs-sprite-thumbnails": "^2.2.3",
"ytdl-core": "^4.11.5"
},
"devDependencies": {
"@tauri-apps/cli": "^2",
"@types/fs-extra": "^11.0.4",
"@types/node": "^24.0.3",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "~5.6.2",
"video.js": "^8.23.3",
"vite": "^6.0.3"
}
}