-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
51 lines (51 loc) · 1.29 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
{
"name": "cvvt-front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@celo-tools/use-contractkit": "1.0.6",
"@headlessui/react": "^1.2.0",
"@hookform/resolvers": "^2.6.0",
"@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",
"date-fns": "^2.22.1",
"fathom-client": "^3.1.0",
"graphql": "^15.5.0",
"graphql-tag": "^2.12.4",
"install": "^0.13.0",
"next": "10.2.3",
"npm": "^7.20.6",
"react": "17.0.2",
"react-device-detect": "^1.17.0",
"react-dom": "17.0.2",
"react-hook-form": "^7.9.0",
"react-icons": "^4.2.0",
"react-loader-spinner": "^4.0.0",
"react-query": "^3.16.1",
"react-toastify": "^7.0.4",
"react-tooltip": "^4.2.21",
"recharts": "^2.0.10",
"urql": "^2.0.3",
"xstate": "^4.20.0",
"yup": "^0.32.9",
"zustand": "^3.5.2"
},
"resolutions": {
"@celo-tools/use-contractkit/@celo/contractkit": "^1.2.0"
},
"devDependencies": {
"@types/react": "17.0.9",
"autoprefixer": "^10.2.6",
"postcss": "^8.3.0",
"tailwindcss": "^2.1.4",
"typescript": "4.3.2"
}
}