-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
88 lines (88 loc) · 2.45 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "hypertube",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:8080",
"dependencies": {
"@material-ui/core": "^4.9.12",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.51",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"aws-sdk": "^2.664.0",
"axios": "^0.19.2",
"bluebird": "^3.7.2",
"bootstrap": "^4.4.1",
"concurrently": "^5.2.0",
"cron": "^1.8.2",
"express": "^4.17.1",
"file-type": "^14.2.0",
"fluent-ffmpeg": "^2.1.2",
"fs": "0.0.1-security",
"json-bigint": "^0.3.0",
"jsonwebtoken": "^8.5.1",
"jwt-simple": "^0.5.6",
"multiparty": "^4.2.1",
"node-mailjet": "^3.3.1",
"nodemon": "^2.0.3",
"passport": "^0.4.1",
"passport-42": "^1.2.6",
"passport-facebook": "^3.0.0",
"path": "^0.12.7",
"pg": "^7.18.2",
"pg-hstore": "^2.3.3",
"react": "^16.13.1",
"react-bootstrap": "^1.0.1",
"react-dom": "^16.13.1",
"react-easy-crop": "^2.1.1",
"react-image-fallback": "^8.0.0",
"react-infinite-scroll-component": "^5.0.4",
"react-infinite-scroller": "^1.2.4",
"react-router-dom": "^5.1.2",
"react-toastify": "^5.5.0",
"rimraf": "^3.0.2",
"sequelize": "^5.21.7",
"sequelize-cli": "^5.5.1",
"torrent-stream": "^1.2.0",
"torrent-to-magnet": "^1.0.1",
"uuid-token-generator": "^1.0.0",
"yifysubtitles": "^2.1.5"
},
"scripts": {
"client-install": "npm install",
"client": "react-scripts start",
"server": "node server.js",
"serverlocal": "npx nodemon server.js --ignore './src/'",
"dev": "concurrently \"npm run serverlocal\" \"npm run client\"",
"start": "npm run server",
"build": "react-scripts build",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install && npm run build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"bcrypt": "^4.0.1",
"eslint-config-react-app": "^5.2.1",
"jwt-decode": "^2.2.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"react-scripts": "^3.4.1",
"use-debounce": "^3.4.2"
}
}