diff options
| author | real-zephex <[email protected]> | 2024-06-12 15:37:30 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-06-12 15:37:30 +0530 |
| commit | 493e3f4568d0eb33312b160dcbb9cf412999824b (patch) | |
| tree | ab8eec79db0cba6ac4d19a087bbe4c0065b18229 /package.json | |
| parent | 🚀 feat(download): implement direct manga downloads (diff) | |
| download | dramalama-493e3f4568d0eb33312b160dcbb9cf412999824b.tar.xz dramalama-493e3f4568d0eb33312b160dcbb9cf412999824b.zip | |
switched manga downloaded api to render
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 60 |
1 files changed, 31 insertions, 29 deletions
diff --git a/package.json b/package.json index e262285..f7a1e46 100644 --- a/package.json +++ b/package.json @@ -1,31 +1,33 @@ { - "name": "dramalama-next", - "version": "0.1.0", - "private": true, - "scripts": { - "dev": "next dev", - "build": "next build", - "start": "next start", - "lint": "next lint" - }, - "dependencies": { - "@nextui-org/react": "^2.3.6", - "@vidstack/react": "^1.10.9", - "child_process": "^1.0.2", - "framer-motion": "^11.2.6", - "media-icons": "^1.1.2", - "next": "^14.2.3", - "next-themes": "^0.3.0", - "react-icons": "^5.0.1", - "react-player": "^2.15.1", - "react-router-dom": "^6.22.3" - }, - "devDependencies": { - "@types/node": "20.11.28", - "@types/react": "18.2.66", - "autoprefixer": "^10.4.19", - "eslint": "^9", - "postcss": "^8.4.38", - "tailwindcss": "^3.4.3" - } + "name": "dramalama-next", + "version": "0.1.0", + "private": true, + "scripts": { + "dev": "next dev", + "build": "next build", + "start": "next start", + "lint": "next lint" + }, + "dependencies": { + "@ffmpeg/ffmpeg": "^0.12.10", + "@nextui-org/react": "^2.3.6", + "@vidstack/react": "^1.10.9", + "child_process": "^1.0.2", + "framer-motion": "^11.2.6", + "media-icons": "^1.1.2", + "next": "^14.2.3", + "next-themes": "^0.3.0", + "node-hls-downloader": "^2.2.0", + "react-icons": "^5.0.1", + "react-player": "^2.15.1", + "react-router-dom": "^6.22.3" + }, + "devDependencies": { + "@types/node": "20.11.28", + "@types/react": "18.2.66", + "autoprefixer": "^10.4.19", + "eslint": "^9", + "postcss": "^8.4.38", + "tailwindcss": "^3.4.3" + } } |