-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
114 lines (114 loc) · 3.46 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "hyperoracle-web",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"start": "vite --mode=production",
"dev": "vite --open",
"build": "vite build",
"build:visualizer": "vite build --mode=visualizer",
"lint": "eslint . --fix",
"lint:prettier": "prettier . --check --write",
"preview": "vite preview",
"prepare": "husky install"
},
"dependencies": {
"@codemirror/lang-json": "^6.0.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.1.1",
"@mui/lab": "^6.0.0-beta.10",
"@mui/material": "^6.1.1",
"@mui/x-tree-view": "^7.18.0",
"@octokit/rest": "^21.0.2",
"@rainbow-me/rainbowkit": "^2.1.6",
"@redux-devtools/extension": "^3.3.0",
"@reduxjs/toolkit": "^2.2.7",
"@rooks/use-window-size": "^4.11.2",
"@sentry/react": "^8.30.0",
"@sentry/vite-plugin": "^2.22.4",
"@tanstack/react-query": "^5.56.2",
"@types/lodash-es": "^4.17.12",
"@types/md5": "^2.3.5",
"@types/node": "^22.5.5",
"@types/nprogress": "^0.2.3",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@uniswap/permit2-sdk": "^1.1.0",
"@wagmi/core": "^2.13.6",
"axios": "^1.7.7",
"axios-cache-interceptor": "^1.6.0",
"bignumber.js": "^9.1.2",
"bn.js": "^5.2.1",
"chartjs-plugin-annotation": "^2.1.2",
"clsx": "^2.1.1",
"crypto-js": "^4.2.0",
"framer-motion": "^11.5.6",
"fuse.js": "^7.0.0",
"greensock": "^1.20.2",
"i": "^0.3.7",
"immer": "^10.1.1",
"js-yaml": "^4.1.0",
"json-bigint": "^1.0.0",
"lodash-es": "^4.17.21",
"nprogress": "^0.2.0",
"pixi.js": "^8.4.1",
"qs": "^6.13.0",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-ga4": "^2.1.0",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.53.1",
"react-hot-toast": "^2.4.1",
"react-iframe": "^1.8.5",
"react-number-format": "^5.4.2",
"react-particle-image": "^1.0.2",
"react-redux": "^9.1.2",
"react-resizable-panels": "^2.1.3",
"react-router-dom": "^6.26.2",
"react-twitter-embed": "^4.0.4",
"react-type-animation": "^3.2.0",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
"split-type": "^0.3.4",
"three": "^0.168.0",
"typescript": "^5.6.2",
"viem": "^2.21.11",
"wagmi": "^2.12.13"
},
"devDependencies": {
"@eslint/js": "^9.2.0",
"@mui/types": "^7.2.13",
"@types/big.js": "^6.2.2",
"@types/cookie": "^0.6.0",
"@types/cors": "^2.8.13",
"@types/crypto-js": "^4.2.2",
"@types/greensock": "^1.15.32",
"@types/js-yaml": "^4.0.9",
"@types/json-bigint": "^1.0.4",
"@types/qs": "^6.9.16",
"@types/react-helmet": "^6.1.11",
"@types/styled-components": "^5.1.34",
"@types/three": "^0.168.0",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"eslint": "^9.11.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^5.1.0-rc-e4953922-20240919",
"eslint-plugin-react-refresh": "^0.4.12",
"globals": "^15.2.0",
"husky": ">=9.1.6",
"lint-staged": ">=15.2.10",
"prettier": "^3.3.3",
"rollup-plugin-visualizer": "^5.12.0",
"typescript-eslint": "^8.6.0",
"vite": "^5.4.7",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-svgr": "^4.2.0",
"vite-plugin-top-level-await": "^1.4.4"
}
}