-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.86 KB
/
package.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "idk",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"server": "nodemon index.js",
"client": "npm start --prefix client",
"dev": "concurrently \"bittorrent-tracker --ws\" \"npm run server\" \"npm run client\"",
"heroku-postbuild": "cd client && npm install && npm install --only=dev --no-shrinkwrap && npm run build"
},
"author": "",
"license": "ISC",
"dependencies": {
"@qiwi/bill-payments-node-js-sdk": "^3.2.1",
"aws-sdk": "^2.817.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"browserify": "^17.0.0",
"concurrently": "^5.3.0",
"config": "^3.3.1",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.5",
"cookie-session": "^1.4.0",
"cors": "^2.8.5",
"create-torrent": "^4.4.2",
"crypto-js": "^4.0.0",
"express": "^4.17.1",
"express-handlebars": "^5.1.0",
"express-session": "^1.17.1",
"fluent-ffmpeg": "^2.1.2",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.10.3",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"node-cron": "^2.0.3",
"node-qiwi-api": "^2.1.2",
"node-turn": "0.0.6",
"oauth2": "0.0.1",
"package": "^1.0.1",
"package.json": "^2.0.1",
"passport": "^0.4.1",
"passport-facebook": "^3.0.0",
"passport-google-oauth": "^2.0.0",
"passport-google-oauth2": "^0.2.0",
"passport-local": "^1.0.0",
"passport-vkontakte": "^0.5.0",
"path": "^0.12.7",
"queue": "^6.0.1",
"react-awesome-player": "^1.1.0",
"react-icons": "^4.1.0",
"react-moment": "^1.1.1",
"react-redux": "^7.2.2",
"react-spring": "^9.0.0-rc.3",
"react-tooltip": "^4.2.11",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"shelljs": "^0.8.4",
"styled-components": "^5.2.1",
"yandex-checkout": "^1.0.13"
},
"devDependencies": {
"nodemon": "^2.0.4"
}
}