-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
43 lines (43 loc) · 1.11 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
{
"name": "impact-stream-pwa",
"version": "0.1.0",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@hookform/resolvers": "^3.1.1",
"@privy-io/react-auth": "^1.43.2",
"@privy-io/wagmi-connector": "^0.1.4",
"@supabase/supabase-js": "^2.26.0",
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"autoprefixer": "10.4.14",
"clipboard-copy": "^4.0.1",
"cookies-next": "^2.1.2",
"eslint": "8.42.0",
"eslint-config-next": "13.4.6",
"@headlessui/react": "1.7.17",
"jose": "^4.14.4",
"nanoid": "^4.0.2",
"next": "13.4.6",
"next-intl": "^2.17.4",
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.1",
"react-tailwindcss-select": "^1.8.5",
"tailwindcss": "3.3.2",
"typescript": "5.1.3",
"viem": "^1.16.3",
"wagmi": "^1.4.3",
"web3.storage": "^4.5.4",
"yup": "^1.2.0"
}
}