youtube-downloader

Simple Next.js website and interface to download YouTube videos to mp3 or mp4 files with URLs
git clone https://codeberg.org/night0721/youtube-downloader
Log | Files | Refs | README | LICENSE

package.json (569B)


      1 {
      2   "name": "youtube-downloader",
      3   "version": "0.1.0",
      4   "private": true,
      5   "scripts": {
      6     "dev": "next dev",
      7     "build": "next build",
      8     "start": "next start"
      9   },
     10   "dependencies": {
     11     "@types/node": "18.16.1",
     12     "@types/react": "18.2.0",
     13     "@types/react-dom": "18.2.1",
     14     "autoprefixer": "^10.4.14",
     15     "downloadjs": "^1.4.7",
     16     "next": "13.3.1",
     17     "react": "18.2.0",
     18     "react-dom": "18.2.0",
     19     "react-icons": "^4.8.0",
     20     "tailwindcss": "^3.3.2",
     21     "typescript": "5.0.4"
     22   },
     23   "devDependencies": {
     24     "@types/downloadjs": "^1.4.3"
     25   }
     26 }