Add Drag-and-Drop Torrent File Support

This commit is contained in:
Leo Herzog
2020-11-25 12:17:40 -06:00
parent 26bb58ff05
commit 6406bae502
5 changed files with 60 additions and 22 deletions

View File

@@ -4,20 +4,20 @@
"description": "📑 A website to inspect and edit Torrent files and Magnet URLs",
"main": "bin/bundle.js",
"dependencies": {
"browserify": "latest",
"Buffer": "latest",
"bytes": "latest",
"clipboard": "latest",
"dropzone": "latest",
"mime-types": "latest",
"parse-torrent": "latest",
"tippy.js": "latest",
"webtorrent": "latest"
"browserify": "^17.0.0",
"bytes": "^3.1.0",
"clipboard": "^2.0.6",
"mime-types": "^2.1.27",
"parse-torrent": "^9.0.0",
"tippy.js": "^6.2.7",
"webtorrent": "^0.110.1"
},
"devDependencies": {
"notyf": "latest",
"terser": "latest",
"watchify": "latest"
"buffer": "^5.2.1",
"Buffer": "^0.0.0",
"notyf": "^3.9.0",
"terser": "^5.3.8",
"watchify": "^3.11.1"
},
"scripts": {
"watch": "watchify src/parse.js -o bin/bundle.js",