-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.84 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
{
"name": "detrash-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate": "graphql-codegen --config codegen.yml"
},
"dependencies": {
"@apollo/client": "^3.7.1",
"@auth0/nextjs-auth0": "^1.9.1",
"@headlessui/react": "^1.6.5",
"@tanstack/react-query": "^5.55.4",
"@web3modal/wagmi": "^5.1.7",
"classnames": "^2.3.1",
"client-zip": "^2.2.2",
"daisyui": "^2.18.0",
"date-fns": "^2.29.1",
"ethers": "^5.6.9",
"formik": "^2.2.9",
"graphql": "15",
"html-to-image": "^1.10.8",
"i18next": "^23.10.1",
"next": "^14.2.10",
"next-http-proxy-middleware": "^1.2.4",
"next-i18next": "^15.2.0",
"next-intl": "^2.7.4",
"phosphor-react": "^1.4.1",
"ramda": "^0.28.0",
"react": "^18.3.1",
"react-circular-progressbar": "^2.1.0",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.2",
"react-i18next": "^14.1.0",
"react-icons": "^4.4.0",
"react-toastify": "^9.0.7",
"viem": "^2.21.6",
"wagmi": "^2.12.11",
"yup": "^0.32.11"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.11.3",
"@graphql-codegen/import-types-preset": "^2.2.2",
"@graphql-codegen/typescript": "^2.7.2",
"@graphql-codegen/typescript-operations": "^2.5.2",
"@graphql-codegen/typescript-react-apollo": "^3.3.2",
"@tailwindcss/forms": "^0.5.2",
"@types/node": "18.0.1",
"@types/ramda": "^0.28.15",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.6",
"@types/tailwindcss": "^3.1.0",
"autoprefixer": "^10.4.7",
"eslint": "8.19.0",
"eslint-config-next": "^14.2.10",
"graphql-codegen-apollo-next-ssr": "^1.7.4",
"postcss": "^8.4.14",
"sass": "^1.53.0",
"tailwindcss": "^3.1.4",
"typescript": "^5.6.2"
}
}