forked from yield-bay/bay-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.05 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
{
"name": "yieldbay",
"version": "3.0.1",
"author": "yield-bay",
"description": "discover and earn yield from polkadot and kusama paraverse",
"license": "GPL-3.0-or-later",
"repository": "[email protected]:yield-bay/bay-web.git",
"bugs": "https://github.com/yield-bay/bay-web/issues",
"homepage": "https://list.yieldbay.io",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"engines": {
"node": ">=16.8.0"
},
"dependencies": {
"@chakra-ui/react": "^2.6.1",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@headlessui/react": "^1.7.4",
"@heroicons/react": "^1.0.6",
"@mangata-finance/sdk": "^1.19.8",
"@polkadot/api": "^10.7.1",
"@polkadot/extension-inject": "^0.46.3",
"@popperjs/core": "^2.11.6",
"@tailwindcss/typography": "^0.5.4",
"@talismn/connect-wallets": "^1.2.3",
"@talismn/wagmi-connector": "^0.1.0",
"@tanstack/react-query": "^4.20.9",
"@tippyjs/react": "^4.2.6",
"@urql/core": "^2.6.1",
"axios": "^1.2.1",
"bignumber.js": "^9.1.1",
"bn.js": "^5.2.1",
"clsx": "^1.2.1",
"dotenv": "^16.0.1",
"ethers": "^6.3.0",
"fathom-client": "^3.5.0",
"framer-motion": "^10.12.11",
"graphql": "^16.5.0",
"jotai": "^2.1.0",
"moment": "^2.29.4",
"next": "^13.4.3",
"nextjs-progressbar": "^0.0.16",
"react": "^18.2.0",
"react-circular-progressbar": "^2.1.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-popper": "^2.3.0",
"sharp": "^0.31.3",
"usehooks-ts": "^2.9.1",
"viem": "^0.3.22",
"wagmi": "^1.0.2"
},
"devDependencies": {
"@types/node": "^18.0.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"autoprefixer": "^10.4.8",
"eslint": "8.21.0",
"eslint-config-next": "12.2.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"tailwindcss": "^3.1.8",
"typescript": "^5.0.4"
}
}