-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 3.07 KB
/
Copy pathpackage.json
File metadata and controls
99 lines (99 loc) · 3.07 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "ui-components-qs-nextjs",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"knip": "knip"
},
"dependencies": {
"@aa-sdk/core": "^4.14.0",
"@aa-sdk/ethers": "^4.27.0",
"@account-kit/core": "^4.9.0",
"@account-kit/infra": "^4.34.0",
"@account-kit/react": "^4.34.0",
"@account-kit/signer": "^4.14.0",
"@account-kit/smart-contracts": "^4.34.0",
"@apollo/client": "^3.13.8",
"@apollo/client-integration-nextjs": "^0.12.2",
"@hookform/resolvers": "^5.0.1",
"@kreisler/js-google-translate-free": "^4.0.2",
"@livepeer/ai": "^0.6.2",
"@livepeer/react": "^4.3.2",
"@neondatabase/serverless": "^1.0.0",
"@radix-ui/react-avatar": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.11",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.4",
"@radix-ui/react-progress": "^1.1.4",
"@radix-ui/react-radio-group": "^1.3.4",
"@radix-ui/react-select": "^2.2.2",
"@radix-ui/react-separator": "^1.1.4",
"@radix-ui/react-slot": "^1.2.0",
"@radix-ui/react-switch": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.3",
"@radix-ui/react-toast": "^1.2.11",
"@radix-ui/react-tooltip": "^1.2.3",
"@radix-ui/react-visually-hidden": "^1.1.2",
"@simplewebauthn/browser": "^13.1.0",
"@snapshot-labs/snapshot.js": "^0.12.61",
"@stackso/js-core": "^0.5.11",
"@tanstack/react-query": "^5.50.1",
"@unlock-protocol/contracts": "^0.0.35",
"@unlock-protocol/paywall": "^0.8.1",
"@unlock-protocol/unlock-js": "^0.51.2",
"@useorbis/db-sdk": "^0.0.60-alpha",
"@wagmi/connectors": "^5.8.2",
"@wagmi/core": "^2.17.2",
"@wert-io/module-react-component": "^2.1.5",
"@wert-io/widget-initializer": "^6.7.1",
"@wert-io/widget-sc-signer": "^2.0.1",
"@wert-io/widget-themes": "^1.5.0",
"alchemy-sdk": "^3.5.8",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-react": "^8.6.0",
"encoding": "^0.1.13",
"ethereum-blockies-base64": "^1.0.2",
"ethers": "^6.0.8",
"framer-motion": "^12.10.0",
"ipfs-only-hash": "^4.0.0",
"jwt-decode": "^4.0.0",
"knip": "^5.56.0",
"livepeer": "^3.5.0",
"lucide-react": "^0.477.0",
"next": "14.2.4",
"next-pwa": "^5.6.0",
"next-safe-action": "^7.10.8",
"next-themes": "^0.4.4",
"pino-pretty": "^13.0.0",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.56.1",
"react-icons": "^5.5.0",
"siwe": "^3.0.0",
"sonner": "^2.0.1",
"tailwind-merge": "^3.2.0",
"tailwindcss-animate": "^1.0.7",
"tus-js-client": "^4.3.1",
"uuid": "^11.1.0",
"viem": "^2.23.5",
"wagmi": "^2.15.3",
"zod": "^3.24.3"
},
"devDependencies": {
"@types/node": "^22.15.18",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.4",
"postcss": "^8",
"tailwindcss": "^3.4.4",
"typescript": "^5.8.3"
}
}