-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.01 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
{
"name": "schaeffler",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^9.0.2",
"express": "^4.17.1",
"express-jwt": "^6.1.0",
"express-jwt-authz": "^2.4.1",
"express-session": "^1.17.2",
"http": "0.0.1-security",
"init": "^0.1.2",
"install": "^0.13.0",
"jsonwebtoken": "^8.5.1",
"jwks-rsa": "^2.0.4",
"memorystore": "^1.6.6",
"mongoose": "^5.12.8",
"nodemon": "^2.0.7",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"pusher": "^5.0.0",
"react-scripts": "^4.0.3",
"socket.io": "^4.0.2"
},
"proxy": "http://localhost:5000",
"devDependencies": {},
"scripts": {
"start": "nodemon server.js",
"heroku-postbuild": "cd client && npm install --only=dev && npm install && npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}