-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.6 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
{
"name": "stake-token",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate-types": "typechain --target ethers-v5 --out-dir abi/types './abi/*.json'"
},
"dependencies": {
"@consolelabs/mochi-formatter": "^20.0.5",
"@dwarvesf/react-hooks": "^0.8.2",
"@dwarvesf/react-utils": "^0.4.2",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@headlessui/react": "^2.0.3",
"@mochi-ui/core": "^0.14.1",
"@mochi-ui/icons": "^0.8.0",
"@mochi-ui/theme": "^0.20.0",
"@mochi-web3/login-widget": "^0.2.18",
"@radix-ui/react-slider": "^1.1.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@sentry/nextjs": "^7.107.0",
"bignumber.js": "^9.1.2",
"clsx": "^2.1.0",
"color": "^4.2.3",
"date-fns": "^3.6.0",
"dayjs": "^1.11.10",
"emoji-strip": "^1.0.1",
"ethers": "5.7.2",
"next": "14.1.3",
"react": "^18.2.0",
"react-dom": "^18",
"swr": "^2.2.5",
"tailwindcss-animate": "^1.0.7",
"typechain": "^8.3.2",
"wretch": "^2.8.1",
"zustand": "^4.5.2"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@typechain/ethers-v5": "^11.1.2",
"@types/color": "^3.0.6",
"@types/emoji-strip": "^1.0.2",
"@types/node": "^20",
"@types/react": "^18.2.79",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.3",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}