-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
107 lines (107 loc) · 3.25 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
{
"name": "wncg-staking-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"prebuild": "sh prebuild.sh",
"start": "next start",
"lint": "next lint",
"test": "vitest --watch",
"codecov": "vitest --coverage"
},
"dependencies": {
"@balancer/sdk": "^0.32.2",
"@binance/w3w-rainbow-connector": "^1.1.5-alpha.0",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/constants": "^5.7.0",
"@georgeroman/balancer-v2-pools": "^0.0.14",
"@pancakeswap/aptos-swap-sdk": "^1.0.0",
"@pancakeswap/sdk": "^5.3.0",
"@rainbow-me/rainbowkit": "1.3.7",
"@sentry/nextjs": "^7.60.1",
"@sentry/react": "^7.60.1",
"@svgr/webpack": "^8.0.1",
"@tanstack/react-query": "^4.29.13",
"@xstate/fsm": "^2.0.1",
"@xstate/react": "^3.2.2",
"aptos": "^1.19.0",
"axios": "^1.4.0",
"bignumber.js": "^9.1.1",
"clsx": "^1.2.1",
"color": "^4.2.3",
"date-fns": "2.30.0",
"framer-motion": "^10.12.16",
"graphql": "^16.6.0",
"graphql-request": "^6.1.0",
"hex-rgb": "^5.0.0",
"jotai": "^2.2.0",
"jotai-tanstack-query": "^0.7.1",
"json-to-graphql-query": "^2.2.5",
"lodash-es": "^4.17.21",
"lottie-react": "^2.4.0",
"mersenne-twister": "^1.1.0",
"nanoid": "^4.0.2",
"next": "13.4.5",
"next-seo": "^6.0.0",
"next-sitemap": "^4.1.3",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.11",
"react-hook-form": "^7.44.3",
"react-hotkeys-hook": "^4.4.0",
"react-number-format": "^5.2.2",
"react-toastify": "^9.1.3",
"react-use": "^17.4.0",
"sass": "^1.63.4",
"store": "^2.0.12",
"styled-components": "^5.3.11",
"use-count-up": "^3.0.1",
"use-debounce": "^9.0.4",
"viem": "^1.0.7",
"wagmi": "^1.2.0",
"xstate": "^4.37.2"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.2",
"@metamask/providers": "^11.0.0",
"@tanstack/react-query-devtools": "^4.29.13",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.1",
"@types/color": "^3.0.3",
"@types/lodash-es": "^4.17.7",
"@types/mersenne-twister": "^1.1.3",
"@types/next-seo": "^2.1.2",
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "18.2.5",
"@types/react-query": "^1.2.9",
"@types/react-redux": "^7.1.25",
"@types/react-toastify": "^4.1.0",
"@types/sass": "^1.43.1",
"@types/store": "^2.0.2",
"@types/styled-components": "^5.1.26",
"@vitest/coverage-v8": "^1.1.3",
"codecov": "^3.8.3",
"eslint": "8.42.0",
"eslint-config-next": "13.4.5",
"eslint-plugin-react-hooks": "^4.6.0",
"happy-dom": "^12.10.3",
"ts-node": "^10.9.1",
"typescript": "5.1.3",
"vite-tsconfig-paths": "^4.2.3",
"vitest": "^1.1.3"
},
"packageManager": "yarn@1.22.19"
}