-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.4 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.4 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
{
"name": "stroygetter",
"version": "3.3.0",
"private": true,
"scripts": {
"dev": "next dev && node copy-binaries.js",
"build": "next build",
"postbuild": "node copy-binaries.js",
"start": "next start",
"lint": "next lint",
"knip": "knip",
"db:deploy": "npx prisma migrate deploy && npx prisma generate"
},
"dependencies": {
"@distube/ytdl-core": "^4.16.6",
"@distube/ytsr": "^2.0.4",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@icons-pack/react-simple-icons": "^10.2.0",
"@next/third-parties": "^15.1.3",
"@prisma/client": "^6.3.0",
"@radix-ui/react-progress": "^1.1.1",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-separator": "^1.1.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"ffmpeg-static": "^5.2.0",
"fluent-ffmpeg": "^2.1.3",
"lucide-react": "^0.469.0",
"next": "^14.2.23",
"node-cron": "^3.0.3",
"react": "^18",
"react-dom": "^18",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"youtube-dl-exec": "^3.0.20"
},
"devDependencies": {
"@types/fluent-ffmpeg": "^2.1.27",
"@types/node": "^20.17.16",
"@types/node-cron": "^3.0.11",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.16",
"knip": "^5.43.6",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5.7.3"
}
}