-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.68 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
{
"name": "insights-os",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@airstack/airstack-react": "^0.2.1",
"@apollo/client": "^3.7.14",
"@bundlr-network/client": "^0.11.2",
"@dynamic-labs/sdk-react": "0.16.17-viem.0",
"@dynamic-labs/wagmi-connector": "0.16.17-viem.0",
"@emotion/react": "^11.11.0",
"@emotion/server": "^11.11.0",
"@lens-protocol/widgets-react": "^0.0.14",
"@mantine/core": "^6.0.10",
"@mantine/hooks": "^6.0.10",
"@mantine/next": "^6.0.10",
"@mantine/nprogress": "^6.0.10",
"@mui/material": "^5.13.0",
"@nivo/calendar": "^0.83.0",
"@nivo/colors": "^0.83.0",
"@nivo/core": "^0.83.0",
"@nivo/legends": "^0.83.0",
"@nivo/pie": "^0.83.0",
"@tabler/icons-react": "^2.18.0",
"@tanstack/react-query": "^4.29.5",
"@types/node": "20.1.3",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@uniswap/sdk": "^3.0.3",
"@uniswap/sdk-core": "^3.2.2",
"@uniswap/v3-sdk": "^3.9.0",
"@vercel/analytics": "^1.0.1",
"arbundles": "^0.9.6",
"date-fns": "^2.30.0",
"decimal.js": "^10.4.3",
"eslint": "8.40.0",
"eslint-config-next": "13.4.2",
"ethers": "^6.3.0",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"isomorphic-fetch": "^3.0.0",
"next": "13.4.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.7",
"swr": "^2.1.5",
"typescript": "5.0.4",
"viem": "^0.3.24",
"wagmi": "^1.0.2"
},
"pnpm": {
"overrides": {
"@walletconnect/universal-provider": "2.6.2"
}
}
}