forked from dmtrKovalenko/subtitler
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.88 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.88 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
62
{
"name": "subtitler",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"res:build": "rescript",
"res:clean": "rescript clean",
"dev": "concurrently -r 'rescript -w' 'vite --host 0.0.0.0'",
"test": "retest tests/*.mjs",
"build": "yarn res:build && vite build",
"vercel:build": "yarn res:clean && yarn res:build && tsc && vite build",
"preview": "vite preview",
"postinstall": "patch-package"
},
"dependencies": {
"@headlessui/react": "^2.0.4",
"@heroicons/react": "^2.1.4",
"@huggingface/transformers": "^3.0.1",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@react-input/mask": "^1.2.5",
"@rescript/core": "1.4.0",
"@rescript/react": "^0.12.1",
"@sentry/react": "^8.35.0",
"@tailwindcss/container-queries": "^0.1.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"babel-plugin-react-compiler": "^0.0.0-experimental-938cd9a-20240601",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"concurrently": "^8.2.2",
"js-confetti": "^0.12.0",
"konva": "^9.3.12",
"mp4-muxer": "^4.2.0",
"mp4box": "^0.5.2",
"patch-package": "^8.0.0",
"postcss-nesting": "^12.1.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-fontpicker-ts": "^1.0.0",
"react-konva": "^18.2.10",
"rescript": "11.1.1",
"rescript-classnames": "^7.0.1",
"rescript-debounce-react": "^2.0.1",
"rescript-test": "^7.0.1",
"rescript-webapi": "^0.9.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.4.5"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.28",
"tailwindcss": "^3.4.4",
"vite": "^5.0.6",
"vite-plugin-pwa": "^0.20.0"
},
"resolutions": {}
}