-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
69 lines (69 loc) · 1.97 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
{
"name": "swiss-knife",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.2.4",
"@chakra-ui/next-js": "^2.4.2",
"@chakra-ui/react": "^2.10.3",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@openchainxyz/abi-guesser": "^1.0.2",
"@rainbow-me/rainbowkit": "^2.2.0",
"@shazow/whatsabi": "^0.15.4",
"@tanstack/react-query": "^5.28.14",
"@types/node": "20.2.5",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"@upstash/ratelimit": "^1.2.1",
"@upstash/redis": "^1.34.3",
"@wagmi/core": "^2.0",
"axios": "^1.7.7",
"big-integer": "^1.6.52",
"blo": "^1.2.0",
"chakra-react-select": "^4.10.1",
"cors": "^2.8.5",
"diff": "^7.0.0",
"dotenv": "^16.4.5",
"eslint": "8.41.0",
"eslint-config-next": "14.0.3",
"ethereum-block-by-date": "^1.5.0",
"ethers": "^6.13.4",
"evmole": "^0.5.1",
"framer-motion": "^10.18.0",
"highlight.js": "^11.10.0",
"highlightjs-solidity": "^2.0.6",
"lodash": "^4.17.21",
"mongoose": "^8.7.3",
"next": "14.0.3",
"next-usequerystate": "^1.20.0",
"react": "18.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "18.2.0",
"react-simple-code-editor": "^0.11.3",
"typescript": "5.0.4",
"usehooks-ts": "^3.1.0",
"viem": "^2.21.37",
"wagmi": "^2.12.25",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/diff": "^5.2.3",
"@types/ethereum-block-by-date": "^1.4.1",
"@types/lodash": "^4.17.13",
"isEqual": "link:@types/lodash/isEqual",
"pino-pretty": "^10.3.1"
}
}