-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 887 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 887 Bytes
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
{
"name": "linkmigo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "YTDL_NO_DEBUG_FILE=1 next dev -H 0.0.0.0",
"build": "next build",
"cache:clear": "node scripts/clear-social-cache.mjs",
"docker:build:local-platforms": "scripts/docker-build-local-platforms.sh",
"docker:buildx": "scripts/docker-buildx.sh",
"docker:buildx:local": "scripts/docker-buildx.sh --local",
"docker:push:manifest": "scripts/docker-push-manifest.sh",
"start": "YTDL_NO_DEBUG_FILE=1 next start -H 0.0.0.0"
},
"dependencies": {
"@distube/ytdl-core": "^4.16.12",
"ffmpeg-static": "^5.3.0",
"next": "16.2.6",
"react": "19.2.4",
"react-dom": "19.2.4",
"undici": "^8.2.0",
"youtubei.js": "^17.0.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"babel-plugin-react-compiler": "1.0.0",
"tailwindcss": "^4"
}
}