-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.78 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
{
"name": "deus-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@dicebear/avatars": "^4.10.3",
"@dicebear/avatars-bottts-sprites": "^4.10.3",
"@headlessui/react": "^1.6.4",
"@heroicons/react": "^1.0.6",
"@next-auth/mongodb-adapter": "^1.0.4",
"@next-auth/upstash-redis-adapter": "^3.0.1",
"@reduxjs/toolkit": "^1.8.2",
"@tanstack/react-query": "^4.0.10",
"@upstash/redis": "^1.13.0",
"@zilliqa-js/zilliqa": "^3.3.4",
"axios": "^0.27.2",
"bcryptjs": "^2.4.3",
"daisyui": "^2.15.1",
"dayjs": "^1.11.2",
"jsonwebtoken": "^8.5.1",
"mongodb": "^4.10.0",
"mongoose": "^6.6.1",
"next": "^12.2.0",
"next-auth": "^4.10.3",
"react": "18.1.0",
"react-countdown": "^2.3.2",
"react-countdown-circle-timer": "^3.0.9",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "18.1.0",
"react-hot-toast": "^2.2.0",
"react-redux": "^8.0.2",
"react-spinners": "^0.12.0",
"react-table": "^7.8.0",
"sharp": "^0.30.6",
"socket.io-client": "^4.5.1",
"validator": "^13.7.0"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/jsonwebtoken": "^8.5.8",
"@types/node": "17.0.35",
"@types/node-schedule": "^2.1.0",
"@types/react": "18.0.9",
"@types/react-custom-scrollbars": "^4.0.10",
"@types/react-dom": "18.0.5",
"@types/react-table": "^7.7.12",
"@types/validator": "^13.7.4",
"autoprefixer": "^10.4.7",
"eslint": "8.16.0",
"eslint-config-next": "^12.2.0",
"postcss": "^8.4.14",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.11",
"tailwindcss": "^3.0.24",
"typescript": "4.6.4"
}
}