-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.15 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
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "app.js",
"engines": {
"node": "12.18.0",
"npm": "6.14.4"
},
"scripts": {
"start": "node app.js",
"heroku-postbuild": "cd client && npm install && npm run build"
},
"author": "Praful Gupta",
"license": "MIT",
"dependencies": {
"@google-cloud/speech": "^4.4.0",
"aws-sdk": "^2.874.0",
"axios": "^0.21.0",
"bcrypt": "^5.0.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"bootstrap": "^4.5.3",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"ffmpeg-static": "^4.2.8",
"ffprobe-static": "^3.0.0",
"file-type": "^16.3.0",
"fs": "^0.0.1-security",
"jsonwebtoken": "^8.5.1",
"lodash": "~4.17.10",
"make-runnable": "^1.3.8",
"moment": "^2.29.1",
"multer": "^1.4.2",
"mysql2": "^2.2.5",
"node-ffprobe": "^3.0.0",
"path": "^0.12.7",
"pg": "^7.18.2",
"pg-format": "^1.0.4",
"react-bootstrap": "^1.4.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"rimraf": "^3.0.2",
"sequelize": "^6.3.5",
"uuid": "^8.3.1",
"uuidv4": "^6.2.5"
}
}