-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.2 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
{
"name": "bitpool",
"version": "0.1.0",
"private": true,
"author": "Justice Eziefule",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@hookform/resolvers": "^3.0.1",
"@reduxjs/toolkit": "^1.9.5",
"@types/js-cookie": "^3.0.3",
"@types/node": "18.15.11",
"@types/react": "18.0.32",
"@types/react-dom": "18.0.11",
"alert": "^5.1.4",
"antd": "^5.4.6",
"async_hooks": "^1.0.0",
"axios": "^1.3.5",
"classnames": "^2.3.2",
"copy-to-clipboard": "^3.3.3",
"eslint": "8.37.0",
"eslint-config-next": "13.2.4",
"framer-motion": "^10.11.2",
"js-cookie": "^3.0.5",
"jwt-decode": "^3.1.2",
"moment": "^2.29.4",
"next": "13.2.4",
"qr-code-styling": "^1.6.0-rc.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.9",
"react-redux": "^8.0.5",
"react-toastify": "^9.1.2",
"redux": "^4.2.1",
"typescript": "5.0.3",
"web3": "^1.9.0",
"yup": "^1.0.2"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.3.1"
}
}