-
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.22 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.22 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": "viddl",
"version": "0.9.10",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"build-docker": "docker buildx build --platform linux/amd64 --load -t zenatron/viddl:latest .",
"push-docker": "docker push zenatron/viddl:latest"
},
"dependencies": {
"@ffmpeg/ffmpeg": "^0.12.15",
"@ffmpeg/util": "^0.12.2",
"@heroicons/react": "^2.2.0",
"@sparticuz/chromium": "^132.0.0",
"cloudscraper": "^4.6.0",
"fluent-ffmpeg": "^2.1.3",
"next": "15.1.5",
"next-themes": "^0.4.6",
"outline": "link:@heroicons/react/24/outline",
"pnpm": "^10.7.0",
"prettier": "^3.5.3",
"puppeteer": "^24.2.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.5.0",
"youtube-dl-exec": "^3.0.16",
"ytdl-core": "^4.11.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/fluent-ffmpeg": "^2.1.27",
"@types/node": "^20.17.19",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.1.5",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}