-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.73 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
{
"name": "fund_fair",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@phosphor-icons/react": "^2.0.15",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@tanstack/react-query": "^5.28.0",
"@tanstack/react-query-devtools": "^5.28.0",
"@thirdweb-dev/react": "^4.4.11",
"@thirdweb-dev/sdk": "^4.0.38",
"@total-typescript/ts-reset": "^0.5.1",
"@types/node": "20.1.0",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"autoprefixer": "10.4.14",
"axios": "^1.6.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"date-fns": "^3.5.0",
"encoding": "^0.1.13",
"eslint": "8.40.0",
"eslint-config-next": "13.4.1",
"ethers": "^5.7.2",
"formik": "^2.4.5",
"lucide-react": "^0.268.0",
"nanoid": "^5.0.6",
"next": "13.4.1",
"next-themes": "^0.2.1",
"pino-pretty": "^10.3.1",
"postcss": "8.4.23",
"react": "18.2.0",
"react-countdown": "^2.3.5",
"react-day-picker": "^8.10.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-hot-toast": "^2.4.1",
"react-query": "^3.39.3",
"react-spinners": "^0.13.8",
"sonner": "^1.4.3",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.2",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.0.4",
"use-local-storage": "^3.0.0",
"yup": "^1.3.3"
}
}