-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.22 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": "hypercerts-evaluator",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@ethereum-attestation-service/eas-sdk": "^0.29.1",
"@ethersproject/providers": "^5.7.2",
"@rainbow-me/rainbowkit": "^1.3.6",
"@tanstack/react-query": "^5.21.7",
"@ukstv/jazzicon-react": "^1.0.0",
"@yaireo/tagify": "^4.21.1",
"ethers": "^5.7.2",
"framer-motion": "^11.0.5",
"gql.tada": "^1.3.4",
"graphql-request": "^6.1.0",
"hamburger-react": "^2.5.0",
"next": "14.1.0",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.0.1",
"remeda": "^1.48.0",
"sharp": "^0.33.2",
"viem": "^1.14.0",
"wagmi": "^1.4.3",
"zustand": "^4.5.2"
},
"devDependencies": {
"@0no-co/graphqlsp": "^1.5.1",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/yaireo__tagify": "^4.18.0",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"typescript": "^5.3.3"
}
}