-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.29 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
{
"name": "noize",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "2.0.2",
"@chakra-ui/react": "^2.3.6",
"@chakra-ui/theme-tools": "2.0.2",
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.5",
"@fontsource/bebas-neue": "^4.5.9",
"@fontsource/inter": "^4.5.14",
"@fontsource/jetbrains-mono": "^4.5.11",
"@hookform/resolvers": "^2.9.10",
"@rainbow-me/rainbowkit": "^0.7.4",
"@tanstack/react-query": "^4.13.0",
"@tanstack/react-table": "^8.5.17",
"@types/crypto-js": "^4.1.1",
"axios": "^1.1.3",
"crypto-js": "^4.1.1",
"ethers": "^5.7.2",
"framer-motion": "6.3.0",
"jotai": "^1.9.0",
"keccak256": "^1.0.6",
"next": "13.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.38.0",
"react-icons": "^4.6.0",
"recharts": "^2.1.15",
"uuidv4": "^6.2.13",
"wagmi": "^0.7.7",
"web3.storage": "^4.4.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/node": "18.11.7",
"@types/react": "18.0.23",
"@types/react-dom": "18.0.7",
"eslint": "8.26.0",
"eslint-config-next": "13.0.0",
"typescript": "4.8.4"
}
}