forked from buidl-labs/cvvt-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 1.94 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
{
"name": "cvvt-front",
"version": "0.1.0",
"private": true,
"engines": {
"node": "^20"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"generate": "graphql-codegen --config codegen.yml"
},
"dependencies": {
"@celo/abis": "^9.0.6",
"@celo/base": "^4.1.0",
"@celo/rainbowkit-celo": "^1.0.2-beta.2",
"@headlessui/react": "^1.2.0",
"@hookform/resolvers": "^2.6.0",
"@rainbow-me/rainbowkit": "^1.0.4",
"@sentry/nextjs": "^6.19.6",
"@supabase/supabase-js": "^1.21.0",
"@tailwindcss/forms": "^0.3.3",
"@tailwindcss/typography": "^0.4.1",
"@xstate/react": "^1.3.4",
"axios": "^0.21.1",
"bignumber.js": "^9.1.1",
"date-fns": "^2.22.1",
"eslint-config-next": "^13.2.3",
"fathom-client": "^3.1.0",
"graphql": "^15.5.0",
"graphql-tag": "^2.12.4",
"install": "^0.13.0",
"next": "^13.2.3",
"npm": "^7.20.6",
"react": "^18.2.0",
"react-device-detect": "^1.17.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.3",
"react-icons": "^4.2.0",
"react-loader-spinner": "^4.0.0",
"react-query": "^3.16.1",
"react-toastify": "^9.1.3",
"react-tooltip": "^4.2.21",
"recharts": "^2.0.10",
"urql": "^2.0.3",
"viem": "^1.2.1",
"wagmi": "^1.3.2",
"xstate": "^4.20.0",
"yup": "^0.32.9",
"zustand": "^3.5.2"
},
"devDependencies": {
"@graphql-codegen/cli": "2.6.2",
"@graphql-codegen/typed-document-node": "^2.2.8",
"@graphql-codegen/typescript": "2.4.8",
"@graphql-codegen/typescript-operations": "^2.3.5",
"@types/react": "^18.0.28",
"autoprefixer": "^10.2.6",
"postcss": "^8.3.0",
"prettier": "^2.6.2",
"tailwindcss": "^2.1.4",
"typescript": "5.1.3"
},
"resolutions": {
"@types/react": "17.0.9"
},
"nextBundleAnalysis": {
"budget": null,
"budgetPercentIncreaseRed": 20,
"minimumChangeThreshold": 0,
"showDetails": true
}
}