-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 917 Bytes
/
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
{
"name": "twilio_video",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"server": "LOG_LEVEL=debug nodemon -r pino-debug server.js | ./node_modules/.bin/pino-colada"
},
"author": "",
"license": "ISC",
"dependencies": {
"@reach/router": "^1.3.3",
"@sendgrid/mail": "^7.0.0",
"@tensorflow-models/coco-ssd": "^2.0.2",
"@tensorflow/tfjs-node": "^1.7.2",
"axios": "^0.19.2",
"bulma": "^0.8.1",
"canvas": "^2.6.1",
"dotenv": "^8.2.0",
"face-api.js": "^0.22.2",
"node-sass": "^4.13.1",
"pino-debug": "^1.3.0",
"react": "^16.13.1",
"react-router-dom": "^5.1.2",
"twilio": "^3.42.0",
"twilio-video": "^2.0.0"
},
"devDependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"express-pino-logger": "^4.0.0",
"nodemon": "^2.0.2",
"pino-colada": "^1.6.1",
"pino-pretty": "^4.0.0"
}
}