-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.09 KB
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": "express-nextjs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "next build",
"start": "next start",
"dev": "next"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@d-fischer/passport-twitch": "^1.0.5",
"axios": "^0.21.1",
"connect-mongo": "^3.2.0",
"express-session": "^1.17.1",
"isomorphic-fetch": "^3.0.0",
"keypress": "^0.2.1",
"mongoose": "^5.10.17",
"next": "^10.0.3",
"next-auth": "^3.3.0",
"next-connect": "^0.9.1",
"passport": "^0.4.1",
"passport-local-mongoose": "^6.0.1",
"passport-twitch": "^1.0.3",
"passport-twitch-helix": "^1.1.0",
"passport.socketio": "^3.7.0",
"react": "^17.0.1",
"react-bootstrap": "^1.4.0",
"react-dom": "^17.0.1",
"react-twitch-embed": "^2.1.0",
"socket.io": "^3.1.0",
"socket.io-client": "^3.1.0",
"styled-components": "^5.2.1",
"swr": "^0.3.11",
"twitch": "^4.4.6",
"vercel": "^21.2.3"
},
"devDependencies": {}
}