-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
54 lines (54 loc) · 1.43 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
{
"name": "phantazm-frontend-next",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"deploy-preview": "npx vercel deploy"
},
"dependencies": {
"@aave/math-utils": "1.18.2",
"@api3/logos": "^0.1.28",
"@emotion/cache": "11.10.3",
"@emotion/react": "11.10.4",
"@emotion/server": "latest",
"@emotion/styled": "11.10.4",
"@mui/icons-material": "^5.10.14",
"@mui/material": "^5.14.8",
"@paraswap/sdk": "^6.2.2",
"@rainbow-me/rainbowkit": "^1.0.9",
"@tanstack/react-query": "^4.28.0",
"@wagmi/core": "^1.4.1",
"apexcharts": "^3.42.0",
"bignumber.js": "^9.1.2",
"contract-helpers": "^1.20.1",
"dayjs": "^1.11.5",
"ethers": "^5.5.4",
"immer": "^9.0.15",
"next": "^13.4.19",
"prettier-plugin-tailwindcss": "^0.5.7",
"react": "latest",
"react-apexcharts": "^1.4.1",
"react-dom": "latest",
"react-number-format": "^4.9.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1",
"tiny-invariant": "^1.3.1",
"viem": "~1.6.7",
"wagmi": "~1.3.10"
},
"devDependencies": {
"@types/node": "^18.16.12",
"@types/react": "^18.2.20",
"autoprefixer": "^10.4.15",
"eslint": "^8.15.0",
"eslint-config-next": "^13.4.19",
"postcss": "^8.4.29",
"prettier": "3.0.3",
"tailwindcss": "^3.3.3",
"typescript": "^5.0.4"
}
}