This repository has been archived by the owner on Feb 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.76 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
{
"name": "hypercerts-pilot",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"codegen": "graph codegen graph/subgraph.yaml",
"graphql-codegen-once": "graphql-codegen --config codegen.ts",
"codegen:watch": "graphql-codegen --config codegen.ts --watch"
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@chakra-ui/icons": "^2.0.9",
"@chakra-ui/react": "^2.2.8",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@graphprotocol/graph-cli": "^0.33.0",
"@graphprotocol/graph-ts": "^0.27.0",
"@network-goods/hypercerts-protocol": "0.0.8",
"@network-goods/hypercerts-sdk": "0.0.14",
"@openzeppelin/merkle-tree": "^1.0.1",
"@rainbow-me/rainbowkit": "^0.8.1",
"@tanstack/react-query": "^4.10.1",
"@tanstack/react-query-devtools": "^4.10.1",
"dayjs": "^1.11.5",
"eth-provider": "^0.12.1",
"ethers": "^5.7.2",
"formik": "^2.2.9",
"framer-motion": "^7.1.0",
"graphql": "^16.6.0",
"html2canvas": "^1.4.1",
"matchstick-as": "^0.5.0",
"next": "^13.1.1",
"nft.storage": "^7.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.2",
"react-icons": "^4.7.1",
"react-select": "^5.7.0",
"wagmi": "^0.9.5",
"yup": "^0.32.11"
},
"devDependencies": {
"@graphql-codegen/cli": "2.13.4",
"@graphql-codegen/client-preset": "1.0.3",
"@graphql-codegen/introspection": "2.2.1",
"@types/node": "^18.11.18",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"eslint": "8.22.0",
"eslint-config-next": "^13.1.1",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.7.1",
"typescript": "4.7.4"
}
}