-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.34 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.34 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
44
45
46
47
48
49
50
{
"name": "eth-lsd-app",
"version": "0.1.0",
"scripts": {
"dev": "NEXT_PUBLIC_ENV=dev next dev -p 5009",
"build:dev": "NEXT_PUBLIC_ENV=dev next build",
"build": "NEXT_PUBLIC_ENV=production next build",
"start": "next start -p 5009"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.14.5",
"@mui/styles": "^5.14.5",
"@reduxjs/toolkit": "^1.9.5",
"@tanstack/react-query": "^5.28.14",
"@web3-react/core": "^8.2.2",
"@web3-react/metamask": "^8.2.3",
"@web3-react/types": "^8.2.2",
"@web3modal/ethereum": "^2.7.1",
"autoprefixer": "^10.4.15",
"classnames": "^2.3.2",
"dayjs": "^1.11.9",
"icomoon-react": "^3.0.0",
"material-ui-popup-state": "^5.0.9",
"next": "^13.4.19",
"notistack": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.1.2",
"react-spinners": "^0.13.8",
"sass": "^1.66.1",
"tailwindcss": "^3.3.3",
"viem": "1.0.0",
"wagmi": "1.4.12",
"web3": "1.9.0",
"web3-utils": "1.9.0"
},
"resolutions": {
"clipboardy": "3.0.0"
},
"devDependencies": {
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/react-redux": "^7.1.26",
"eslint": "^8.47.0",
"eslint-config-next": "^13.4.19",
"typescript": "^5.1.6"
}
}