-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.28 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
{
"extends": "@vercel/style-guide/typescript",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@ethersproject/bignumber": "^5.6.2",
"@geist-ui/icons": "^1.0.2",
"@imtbl/imx-sdk": "^1.22.1",
"@nextui-org/react": "^1.0.0-beta.9",
"@radix-ui/react-dropdown-menu": "^0.1.6",
"@radix-ui/react-popover": "^0.1.6",
"date-fns": "^2.28.0",
"ethers": "^5.6.9",
"evm-bn": "^1.1.1",
"ms": "^2.1.3",
"lint": "^1.1.2",
"next": "latest",
"react": "^17.0.2",
"react-day-picker": "^8.0.7",
"react-dom": "^17.0.2",
"swr": "^1.3.0",
"vercel-toast": "^1.5.5",
"wagmi": "^0.5.9"
},
"devDependencies": {
"@types/node": "17.0.4",
"@types/react": "^18.0.15",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"autoprefixer": "^10.4.0",
"eslint": "^8.19.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.30.1",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.12",
"tailwindcss": "^3.1.6",
"typescript": "^4.7.4"
}
}