-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.52 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "waitlist-frame",
"version": "0.0.13",
"private": true,
"type": "module",
"scripts": {
"dev": "node ./scripts/dev-script.js",
"dev:monorepo": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate",
"generate": "npx graphql-codegen",
"prestart": "yarn generate",
"predev": "yarn generate"
},
"dependencies": {
"@airstack/airstack-react": "^0.6.3",
"@airstack/node": "^0.0.7",
"@dynamic-labs/ethereum": "^2.0.6",
"@dynamic-labs/sdk-react-core": "^2.0.6",
"@dynamic-labs/wagmi-connector": "^2.0.6",
"@nextui-org/react": "^2.3.6",
"@prisma/client": "^5.14.0",
"@rainbow-me/rainbowkit": "^2.0.7",
"@requestnetwork/payment-processor": "^0.44.0",
"@requestnetwork/request-client.js": "^0.45.0",
"@requestnetwork/web3-signature": "^0.5.0",
"@tanstack/react-query": "^5.35.5",
"@upstash/qstash": "^2.5.4",
"@vercel/kv": "^1.0.1",
"@xmtp/frames-validator": "^0.5.0",
"@xmtp/xmtp-js": "9.0.0",
"bullmq": "^5.7.12",
"clsx": "^2.1.0",
"date-fns": "^3.6.0",
"ethers": "^5.7.2",
"framer-motion": "^11.2.0",
"frames.js": "^0.15.3",
"graphql": "^16.9.0",
"graphql-request": "^7.1.0",
"imagekit": "^5.0.1",
"jose": "^5.3.0",
"lodash": "^4.17.21",
"lucide-react": "^0.378.0",
"next": "^14.1.4",
"prisma": "^5.14.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"recharts": "^2.12.7",
"satori": "^0.10.13",
"sharp": "0.32.6",
"slugify": "^1.6.6",
"strip-ansi": "^7.1.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^9.0.1",
"viem": "^2.10.5",
"wagmi": "^2.8.7"
},
"devDependencies": {
"@frames.js/debugger": "^0.2.8",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/typescript": "^4.0.6",
"@graphql-codegen/typescript-operations": "^4.2.0",
"@parcel/watcher": "^2.4.1",
"@types/node": "^18.17.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.0.1",
"child_process": "^1.0.2",
"concurrently": "^8.2.2",
"dotenv": "^16.4.5",
"eslint": "^8.56.0",
"eslint-config-next": "^14.1.0",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8",
"prettier": "^3.3.1",
"tailwindcss": "^3.3.0",
"typescript": "^5.3.3"
},
"packageManager": "[email protected]+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}