-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.19 KB
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
{
"name": "rodrigo-test",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"codegen": "graphql-codegen --config codegen.yml"
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@thirdweb-dev/react": "^2.9.7",
"@thirdweb-dev/sdk": "^2.4.9",
"ethers": "^5.7.0",
"graphql": "^16.6.0",
"next": "12.3.0",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.12.0",
"@graphql-codegen/import-types-preset": "^2.2.3",
"@graphql-codegen/introspection": "2.2.1",
"@graphql-codegen/typescript": "^2.7.3",
"@graphql-codegen/typescript-operations": "^2.5.3",
"@graphql-codegen/typescript-react-apollo": "^3.3.3",
"@graphql-codegen/typescript-resolvers": "2.7.3",
"@types/node": "18.7.16",
"@types/react": "18.0.19",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.9",
"eslint": "8.23.1",
"eslint-config-next": "12.3.0",
"graphql-codegen-apollo-next-ssr": "^1.7.4",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"typescript": "4.8.3"
}
}