-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.14 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
{
"name": "web3-baby",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"clean": "rimraf node_modules/.cache .next",
"generate-types": "typechain --target ethers-v5 ./src/config/abi/*.json --out-dir ./src/types"
},
"eslintConfig": {
"extends": "./eslint.config.mjs"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.15",
"@rainbow-me/rainbowkit": "^2.0.5",
"@reduxjs/toolkit": "^2.2.3",
"@svgr/core": "^8.1.0",
"@svgr/webpack": "^8.1.0",
"@tanstack/react-query": "^5.29.2",
"@typechain/ethers-v5": "^11.1.2",
"@types/react-slick": "^0.23.13",
"axios": "^1.6.8",
"bignumber.js": "^9.1.0",
"copy-to-clipboard": "^3.3.2",
"ethers": "^5.7.0",
"i18next": "^23.11.3",
"md5": "^2.3.0",
"next": "14.2.2",
"next-i18next": "^15.3.0",
"react": "^18",
"react-countdown": "^2.3.5",
"react-dom": "^18",
"react-i18next": "^14.1.1",
"react-number-format": "^5.3.4",
"react-redux": "^9.1.1",
"react-slick": "^0.30.2",
"react-swipeable-views": "^0.14.0",
"react-toastify": "^10.0.5",
"rimraf": "^5.0.5",
"slick-carousel": "^1.8.1",
"swr": "^2.2.5",
"typechain": "^8.3.2",
"viem": "^2.9.23",
"wagmi": "^2.5.20"
},
"devDependencies": {
"@eslint/js": "^9.1.1",
"@types/md5": "^2.3.5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-swipeable-views": "^0.13.5",
"@types/react-swipeable-views-core": "^0.13.3",
"@types/react-swipeable-views-utils": "^0.13.7",
"eslint": "^9.1.0",
"eslint-config-next": "14.2.2",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"globals": "^15.0.0",
"postcss": "^8",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"typescript-eslint": "^7.7.0"
}
}