-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.08 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
{
"name": "richpanel-assess",
"version": "1.0.0",
"description": "RichPanel Assessment - Build a Twitter Help Desk",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client"
},
"keywords": [
"nodejs",
"reactjs",
"socket.io",
"twitter-api"
],
"dependencies": {
"body-parser": "^1.17.0",
"chalk": "^3.0.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^8.0.0",
"express": "^4.15.2",
"express-session": "^1.17.0",
"helmet": "^3.21.3",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.9.1",
"passport": "^0.4.1",
"passport-twitter": "^1.0.4",
"passport-twitter-token": "^1.3.0",
"path": "^0.12.7",
"request": "^2.88.2",
"socket.io": "^2.3.0",
"twit": "^2.2.11",
"twitter-webhooks": "^0.3.3"
},
"author": "Sagar Kharabe",
"license": "MIT",
"devDependencies": {
"nodemon": "^2.0.2"
}
}