forked from swiss-knife-xyz/swiss-knife
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.28 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
{
"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.0.19",
"@chakra-ui/next-js": "^2.1.4",
"@chakra-ui/react": "^2.7.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@openchainxyz/abi-guesser": "^1.0.2",
"@rainbow-me/rainbowkit": "^1.1.1",
"@types/node": "20.2.5",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"axios": "^1.6.2",
"big-integer": "^1.6.51",
"blo": "^1.1.1",
"chakra-react-select": "^4.6.0",
"eslint": "8.41.0",
"eslint-config-next": "14.0.3",
"ethers": "^6.9.0",
"framer-motion": "^10.12.17",
"highlight.js": "^11.2.0",
"next": "14.0.3",
"next-usequerystate": "^1.13.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-simple-code-editor": "^0.11.0",
"typescript": "5.0.4",
"viem": "^1.15.3",
"wagmi": "^1.4.3"
},
"devDependencies": {
"pino-pretty": "^10.2.3"
}
}