forked from horsefacts/yoink-devcon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.83 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.83 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
{
"name": "yoink-devcon",
"version": "0.1.8",
"private": true,
"type": "module",
"scripts": {
"dev": "node ./scripts/dev-script.js",
"dev:monorepo": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "node --loader ts-node/esm ./scripts/schedule-notifications.ts"
},
"dependencies": {
"@farcaster/core": "^0.15.6",
"@farcaster/frame-sdk": "0.0.17",
"@farcaster/frame-wagmi-connector": "^0.0.1",
"@lens-protocol/client": "^2.0.0",
"@neynar/nodejs-sdk": "^1.68.0",
"@noble/ed25519": "^2.1.0",
"@tanstack/react-query": "^5.59.20",
"@uniswap/widgets": "^2.59.0",
"@upstash/qstash": "^2.7.19",
"@upstash/redis": "^1.34.3",
"@vercel/kv": "^1.0.1",
"@xmtp/frames-validator": "^0.6.1",
"clsx": "^2.1.0",
"date-fns": "^4.1.0",
"frames.js": "^0.19.4",
"next": "^14.1.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.1.2",
"react-toastify": "^10.0.6",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.0.2",
"viem": "2.x",
"wagmi": "^2.13.x"
},
"engines": {
"node": "20.x"
},
"devDependencies": {
"@frames.js/debugger": "^0.3.16",
"@types/luxon": "^3.4.2",
"@types/node": "^18.17.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/uuid": "^10.0.0",
"@web3-react/types": "^8.2.3",
"autoprefixer": "^10.0.1",
"concurrently": "^8.2.2",
"dotenv": "^16.4.5",
"esbuild": "^0.24.0",
"esbuild-register": "^3.6.0",
"eslint": "^8.56.0",
"eslint-config-next": "^14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"is-port-reachable": "^4.0.0",
"postcss": "^8",
"prettier": "^3.3.3",
"tailwindcss": "^3.3.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
}