-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.62 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
76
77
78
79
80
81
82
83
84
85
{
"name": "graphlinq-hubinterface",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@coinbase/wallet-sdk": "^3.7.2",
"@ethersproject/address": "^5.7.0",
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/constants": "^5.7.0",
"@ethersproject/contracts": "^5.7.0",
"@gsap/react": "^2.0.2",
"@intrinsic-network/swap-router-contracts": "^1.3.1",
"@splinetool/react-spline": "^2.2.6",
"@splinetool/runtime": "^1.0.17",
"@tanstack/react-query": "^5.24.1",
"@thanpolas/univ3prices": "^3.0.2",
"@types/js-cookie": "^3.0.6",
"@types/moment": "^2.13.0",
"@types/react-modal": "^3.16.3",
"@uniswap/sdk-core": "^4.1.2",
"@uniswap/v3-core": "^1.0.1",
"@uniswap/v3-periphery": "^1.4.4",
"@uniswap/v3-sdk": "^3.10.2",
"@web3-react/core": "^8.2.3",
"@web3-react/metamask": "^8.2.4",
"@web3-react/types": "^8.2.3",
"@web3-react/walletconnect": "^8.2.3",
"bignumber.js": "^9.1.2",
"buffer": "^6.0.3",
"classnames": "^2.3.2",
"date-fns": "^3.6.0",
"decimal.js": "^10.4.3",
"eslint-import-resolver-custom-alias": "^1.3.2",
"ethers": "^5.7.2",
"events": "^3.3.0",
"gsap": "^3.12.4",
"js-cookie": "^3.0.5",
"jsbi": "3.2.5",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"moment": "^2.30.1",
"multi-range-slider-react": "^2.0.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-helmet-async": "^2.0.4",
"react-hot-toast": "^2.4.1",
"react-input-range": "^1.3.0",
"react-markdown": "^9.0.1",
"react-modal": "^3.16.1",
"react-router-dom": "^6.21.0",
"react-textarea-autosize": "^8.5.3",
"sass": "^1.69.5",
"sort-by": "^0.0.2",
"use-sound": "^4.0.1",
"viem": "2.x",
"wagmi": "^2.5.7",
"web3-token": "^1.0.6"
},
"devDependencies": {
"@iconify/react": "^4.1.1",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.55.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"prettier": "3.1.1",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vite-plugin-svgr": "^4.2.0"
}
}