-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
96 lines (96 loc) · 3.04 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "recode-converter",
"version": "2.0.9",
"description": "A simple, modern audio codec converter for video files",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/murgatt/recode-converter.git"
},
"author": "murgatt",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/murgatt/recode-converter/issues"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build && electron-builder",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prettier": "prettier . --check --config .prettierrc",
"prettier:fix": "prettier . --write --config .prettierrc",
"preview": "vite preview",
"test": "vitest",
"types": "tsc"
},
"dependencies": {
"@aptabase/electron": "0.3.1",
"@ffmpeg-installer/ffmpeg": "1.1.0",
"@ffprobe-installer/ffprobe": "2.1.2",
"@formkit/auto-animate": "0.8.1",
"@hookform/resolvers": "3.10.0",
"@radix-ui/react-alert-dialog": "1.1.1",
"@radix-ui/react-checkbox": "1.1.0",
"@radix-ui/react-collapsible": "1.1.0",
"@radix-ui/react-label": "2.1.0",
"@radix-ui/react-navigation-menu": "1.2.0",
"@radix-ui/react-progress": "1.1.0",
"@radix-ui/react-select": "2.1.1",
"@radix-ui/react-separator": "1.1.0",
"@radix-ui/react-slot": "1.1.0",
"@radix-ui/react-switch": "1.1.0",
"@radix-ui/react-tooltip": "1.1.1",
"@rollup/plugin-alias": "5.1.0",
"class-variance-authority": "0.7.0",
"clsx": "2.1.0",
"fluent-ffmpeg": "2.1.2",
"i18next": "24.2.0",
"immer": "10.1.1",
"lucide-react": "0.453.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-dropzone": "14.2.3",
"react-hook-form": "7.54.1",
"react-i18next": "15.4.0",
"react-router-dom": "7.1.1",
"tailwind-merge": "2.6.0",
"tailwindcss-animate": "1.0.7",
"zod": "3.24.1",
"zustand": "5.0.0"
},
"devDependencies": {
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.2",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@types/fluent-ffmpeg": "2.1.24",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.0.0",
"@typescript-eslint/parser": "6.21.0",
"@vitejs/plugin-react": "4.3.0",
"autoprefixer": "10.4.16",
"electron": "33.3.0",
"electron-builder": "25.1.7",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.0",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-react-refresh": "0.4.5",
"eslint-plugin-unused-imports": "4.1.3",
"jsdom": "25.0.0",
"postcss": "8.4.31",
"prettier": "3.4.1",
"prettier-plugin-tailwindcss": "0.6.1",
"tailwindcss": "3.4.1",
"typescript": "5.7.2",
"vite": "5.4.6",
"vite-plugin-electron": "0.29.0",
"vite-plugin-electron-renderer": "0.14.5",
"vitest": "2.1.1"
},
"main": "dist-electron/main.js"
}