-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
55 lines (55 loc) · 1.63 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
{
"name": "chainblog",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"codegen": "graphql-codegen"
},
"dependencies": {
"@emotion/cache": "latest",
"@emotion/react": "latest",
"@emotion/server": "latest",
"@emotion/styled": "latest",
"@mui/icons-material": "^5.11.0",
"@mui/material": "latest",
"@next/font": "latest",
"@tanstack/react-query": "^4.19.1",
"@thirdweb-dev/react": "^3.6.9-nightly-e913e0d",
"@thirdweb-dev/sdk": "^3.6.9-nightly-e913e0d",
"@thirdweb-dev/storage": "^1.0.6",
"@types/node": "18.11.13",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"eslint": "8.29.0",
"eslint-config-next": "13.0.6",
"ethers": "^5.7.2",
"graphql": "^16.6.0",
"graphql-request": "^5.0.0",
"next": "13.0.6",
"nextjs-progressbar": "^0.0.16",
"omit-deep": "^0.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.4",
"react-syntax-highlighter": "^15.5.0",
"uuidv4": "^6.2.13"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.16.1",
"@graphql-codegen/client-preset": "1.2.3",
"@graphql-codegen/fragment-matcher": "^3.3.3",
"@graphql-codegen/introspection": "2.2.3",
"@graphql-codegen/typescript": "^2.8.5",
"@graphql-codegen/typescript-operations": "^2.5.10",
"@graphql-codegen/typescript-react-query": "^4.0.6",
"@types/omit-deep": "^0.3.0",
"@types/react-syntax-highlighter": "^15.5.5",
"autoprefixer": "^10.4.13",
"typescript": "^4.9.4"
}
}