-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 868 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 868 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
30
31
32
33
{
"name": "movies",
"version": "1.0.0",
"description": "Nextjs app to auto download & render movies on a website",
"main": "pages/index.js",
"scripts": {
"dev": "next dev -p 3400 & node torrent_api",
"build": "next build",
"start": "next start -p 3400 & node torrent_api"
},
"author": "Roan",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"bootstrap": "^4.5.3",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"handbrake-js": "^5.0.2",
"js-cookie": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"next": "^10.2.3",
"react": "^17.0.2",
"react-bootstrap": "^1.4.0",
"react-dom": "^17.0.2",
"redis": "^3.1.2",
"socks-proxy-agent": "^5.0.1",
"torrent-stream": "^1.2.1",
"video-react": "^0.14.1",
"ws": "^7.4.6"
}
}