-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.34 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
{
"name": "advent",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@privy-io/react-auth": "^1.95.3",
"@privy-io/wagmi": "^0.2.12",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-tooltip": "^1.0.7",
"@solana/web3.js": "^1.95.8",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tanstack/react-query": "^5.62.2",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-google-recaptcha": "^2.1.8",
"@unlock-protocol/contracts": "^0.0.32",
"@unlock-protocol/networks": "0.0.24",
"@unlock-protocol/unlock-js": "0.49.3",
"@vercel/analytics": "^1.1.1",
"autoprefixer": "^10.4.13",
"axios": "1.7.7",
"eslint": "8.54.0",
"eslint-config-next": "14.0.3",
"next": "15.0.3",
"next-seo": "^6.4.0",
"postcss": "^8.4.19",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-ga4": "^2.1.0",
"react-google-recaptcha": "^3.1.0",
"react-hot-toast": "^2.4.1",
"react-icons": "5.4.0",
"react-markdown": "^9.0.1",
"react-snowfall": "^2.2.0",
"react-use-clipboard": "^1.0.9",
"tailwindcss": "3.4.16",
"typescript": "5.7.2",
"use-local-storage-state": "^19.1.0",
"wagmi": "^2.13.3"
}
}