-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.2 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
{
"name": "xfund",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@hookform/resolvers": "^2.9.10",
"@livepeer/react": "^2.2.2",
"@mantine/core": "^5.10.3",
"@mantine/dates": "^5.10.3",
"@mantine/hooks": "^5.10.3",
"@mantine/notifications": "^5.10.3",
"@siddomains/sidjs": "^0.1.29",
"@spruceid/rebase-client": "^0.16.2",
"@spruceid/ssx": "^2.0.0",
"@spruceid/ssx-server": "^2.0.0",
"@tabler/icons-react": "^2.2.0",
"@thirdweb-dev/react": "^3.9.1",
"@thirdweb-dev/sdk": "^3.9.1",
"@types/node": "20.5.4",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.15",
"dayjs": "^1.11.9",
"ethers": "^5.7.2",
"graphql": "^16.6.0",
"livepeer": "^2.2.1",
"mux-embed": "^4.20.0",
"next": "13.4.19",
"postcss": "8.4.28",
"react": "18.2.0",
"react-bootstrap": "^2.7.2",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.0",
"tailwindcss": "3.3.3",
"typescript": "5.1.6",
"wagmi": "^0.11.5",
"zod": "^3.20.2"
}
}