-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.79 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.79 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
{
"name": "collective-frames",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node -r dotenv/config ./node_modules/.bin/next dev",
"frames": "frames",
"build": "next build",
"start": "next start",
"lint": "next lint",
"migrate:generate": "drizzle-kit generate:pg",
"migrate:run": "npx tsx ./src/scripts/migrate.ts",
"db:studio": "drizzle-kit studio",
"db:start": "brew services restart postgresql@16"
},
"dependencies": {
"@farcaster/auth-kit": "^0.2.1",
"@neynar/nodejs-sdk": "^1.14.0",
"@openzeppelin/contracts": "^5.0.2",
"@vercel/blob": "^0.22.1",
"@vercel/postgres": "^0.8.0",
"@zoralabs/openzeppelin-contracts-upgradeable": "^4.8.4",
"@zoralabs/protocol-rewards": "^1.2.3",
"@zoralabs/protocol-sdk": "^0.5.10",
"axios": "^1.6.8",
"drizzle-orm": "^0.30.4",
"ethers": "^6.11.1",
"form-data": "^4.0.0",
"frames.js": "^0.9.6",
"fs": "^0.0.1-security",
"image-conversion": "^2.1.1",
"next": "14.1.4",
"pg": "^8.11.3",
"qrcode": "^1.5.3",
"react": "^18",
"react-device-detect": "^2.2.3",
"react-dom": "^18",
"react-icons": "^5.0.1",
"react-image-file-resizer": "^0.4.8",
"react-qr-code": "^2.0.12",
"react-toastify": "^10.0.5",
"universal-cookie": "^7.1.4",
"uuid": "^9.0.1",
"viem": "1.19.15"
},
"devDependencies": {
"@frames.js/debugger": "^0.1.9",
"@types/node": "^20.12.2",
"@types/pg": "^8.11.4",
"@types/qrcode": "^1.5.5",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.0.1",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.20.14",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}