-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
76 lines (76 loc) · 2.08 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next build && next export",
"abi": "typechain --target ethers-v5 --out-dir lib/typechain --show-stack-traces lib/abi/*.abi.json"
},
"resolutions": {
"@types/react": "18.2.0"
},
"dependencies": {
"@decooio/crust-fonts": "1.1.0",
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@helia/verified-fetch": "^2.0.0",
"@metamask/detect-provider": "1.2.0",
"@next/font": "13.0.6",
"@perawallet/connect": "1.3.4",
"@rainbow-me/rainbowkit": "^2.0.5",
"@react-three/drei": "9.32.3",
"@react-three/fiber": "8.8.7",
"@reduxjs/toolkit": "1.8.1",
"@remirror/pm": "2.0.2",
"@remirror/react": "2.0.22",
"@remirror/styles": "2.0.2",
"@tanstack/react-query": "^5.32.0",
"@typechain/ethers-v5": "10.1.0",
"algosdk": "2.7.0",
"axios": "1.1.3",
"classnames": "2.3.2",
"copy-to-clipboard": "3.3.2",
"date-fns": "2.11.1",
"ethers": "5.7.1",
"html-to-image": "1.10.8",
"ismobilejs": "1.1.1",
"lodash": "4.17.21",
"moment": "2.29.4",
"multiformats": "10.0.3",
"next": "13.0.6",
"numbro": "2.3.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "6.1.0",
"react-icons": "4.4.0",
"react-markdown": "8.0.3",
"react-qrbtf": "1.2.1",
"react-redux": "7.2.8",
"react-router-dom": "6.4.1",
"react-syntax-highlighter": "15.5.0",
"react-tooltip": "4.4.3",
"react-use": "17.4.0",
"remark": "14.0.1",
"remark-gfm": "3.0.1",
"remirror": "2.0.21",
"tailwind-merge": "^2.3.0",
"three": "0.144.0",
"typechain": "8.1.0",
"viem": "2.x",
"wagmi": "^2.5.21"
},
"devDependencies": {
"@svgr/webpack": "6.4.0",
"@types/lodash": "4.14.186",
"@types/node": "16.3.3",
"@types/react": "18.0.21",
"@types/three": "0.144.0",
"autoprefixer": "10.4.12",
"postcss": "8.4.16",
"tailwindcss": "3.1.8",
"typescript": "5.0.4"
},
"packageManager": "[email protected]",
"version": "0.0.0"
}