forked from incredigroup/cryptobetting_sports
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.19 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "next-esportsref",
"version": "1.0.0",
"description": "NeXT.js app with mongodb, socket.io",
"engines": {
"node": "14.x"
},
"main": "server.js",
"scripts": {
"dev": "node server.js",
"seed": "node db/seed.mjs",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"lint": "eslint ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wiseinvoker/esportsref.git"
},
"author": "Hoang Vo (https://hoangvvo.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/wiseinvoker/esportsref/issues"
},
"homepage": "https://github.com/wiseinvoker/esportsref#readme",
"dependencies": {
"@sendgrid/mail": "^7.4.0",
"autoprefixer": "^10.0.4",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.26.2",
"connect-mongo": "^3.2.0",
"datauri": "^3.0.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"mongodb": "^3.6.3",
"mongoose": "^5.13.2",
"multer": "^1.4.2",
"nanoid": "^3.1.18",
"next": "^10.0.3",
"next-connect": "^0.9.1",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"postcss": "^8.1.10",
"react": "^17.0.1",
"react-collapsible": "^2.8.3",
"react-confirm-alert": "^2.7.0",
"react-countdown": "^2.3.2",
"react-dom": "^17.0.1",
"react-dropzone": "^11.3.2",
"react-edit-text": "^4.0.3",
"react-emoji": "^0.5.0",
"react-multi-carousel": "^2.6.2",
"react-multi-form": "^1.0.5",
"react-phone-number-input": "^3.1.23",
"react-render-html": "^0.6.0",
"react-scroll-to-bottom": "^4.1.0",
"react-select": "^4.3.1",
"react-table": "^7.6.3",
"react-tabs": "^3.2.1",
"react-toastify": "^7.0.4",
"socket.io": "^4.0.0",
"socket.io-client": "^4.0.0",
"swr": "^0.3.9",
"tailwindcss": "^2.0.2",
"the-copyboard": "^2.0.10",
"unfetch": "^4.2.0",
"use-wallet": "^0.9.0",
"validator": "^13.1.17",
"web3": "^1.3.6"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.14.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5"
}
}