-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
71 lines (71 loc) · 2.12 KB
/
package.json
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
62
63
64
65
66
67
68
69
70
71
{
"private": true,
"name": "video-subtitle-master",
"description": "视频转字幕,字幕翻译软件",
"version": "1.3.0",
"author": "buxuku <[email protected]>",
"main": "app/background.js",
"scripts": {
"dev": "nextron",
"build": "nextron build --no-pack",
"build:local": "nextron build",
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@hookform/resolvers": "^3.4.0",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.7",
"@volcengine/openapi": "^1.18.3",
"axios": "^1.6.8",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"crypto": "^1.0.1",
"decompress": "^4.2.1",
"electron-serve": "^1.3.0",
"electron-store": "^8.2.0",
"ffmpeg-static": "^5.2.0",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^11.2.0",
"i18next": "^23.15.2",
"isomorphic-git": "^1.25.10",
"lodash": "^4.17.21",
"lucide-react": "^0.378.0",
"next-i18next": "^15.3.1",
"next-themes": "^0.3.0",
"openai": "^4.0.0",
"react-hook-form": "^7.51.4",
"react-i18next": "^15.0.2",
"regenerator-runtime": "^0.14.1",
"sonner": "^1.4.41",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.9.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"autoprefixer": "^10.4.19",
"electron": "^30.1.0",
"electron-builder": "^24.13.3",
"next": "^14.2.4",
"nextron": "^9.1.0",
"postcss": "^8.4.38",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
}
}