forked from usecannon/cannon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.35 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
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "cannon-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --fix",
"graphql-codegen": "graphql-codegen --config graphql/codegen.ts"
},
"dependencies": {
"@apollo/client": "^3.7.17",
"@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",
"@iarna/toml": "^3.0.0",
"@isomorphic-git/lightning-fs": "^4.6.0",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.4.19",
"@rainbow-me/rainbowkit": "^1.0.7",
"@safe-global/api-kit": "^1.3.0",
"@safe-global/protocol-kit": "^1.2.0",
"@tanstack/react-query": "^4.33.0",
"@tanstack/react-table": "^8.9.3",
"@types/node": "20.3.2",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@usecannon/builder": "^2.4.21",
"axios": "^1.4.0",
"chakra-react-select": "^4.7.0",
"crypto-js": "^4.1.1",
"date-fns": "^2.30.0",
"deepmerge-ts": "^5.1.0",
"diff": "^5.1.0",
"eslint": "8.43.0",
"eslint-config-next": "13.4.12",
"framer-motion": "^10.12.17",
"graphql-tag": "^2.12.6",
"isomorphic-git": "^1.24.5",
"just-entries": "^2.3.0",
"lodash": "^4.17.21",
"next": "^13.4.19",
"pako": "^2.1.0",
"prismjs": "^1.29.0",
"react": "18.2.0",
"react-diff-view": "^3.1.0",
"react-dom": "18.2.0",
"react-feather": "^2.0.10",
"react-github-btn": "^1.4.0",
"react-markdown": "^8.0.7",
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^3.0.1",
"simple-url": "^1.1.8",
"styled-components": "^6.0.7",
"typescript": "5.1.3",
"viem": "^1.4.2",
"wagmi": "^1.3.9",
"zustand": "^4.4.1"
},
"peerDependencies": {
"ethers": ">=5.6.0"
},
"devDependencies": {
"@graphql-codegen/cli": "4.0.1",
"@graphql-codegen/client-preset": "4.0.1",
"@graphql-codegen/schema-ast": "^4.0.0",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-resolvers": "^4.0.1",
"@types/crypto-js": "^4.1.1",
"@types/diff": "^5.0.3",
"@types/graphql": "^14.5.0",
"@types/lodash": "^4.14.183",
"@types/prismjs": "^1.26.0",
"@types/react-syntax-highlighter": "^15.5.7",
"sass": "^1.63.6"
}
}