-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.08 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
{
"name": "framesjs-starter",
"version": "0.1.12",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"update-debugger": "npx degit github:framesjs/frames.js/examples/framesjs-starter/app/debug#main app/debug --force",
"update-framesjs": "yarn upgrade frames.js@latest && yarn run update-debugger"
},
"dependencies": {
"@farcaster/core": "^0.14.0",
"@noble/ed25519": "^2.0.0",
"@xmtp/frames-validator": "^0.5.0",
"better-sqlite3": "^9.4.3",
"frames.js": "^0.5.2",
"next": "14.1.0",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"satori": "^0.10.13",
"sharp": "^0.33.2",
"swr": "^2.2.4"
},
"engines": {
"node": ">=18.17.0"
},
"devDependencies": {
"@types/node": "^18.17.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"autoprefixer": "^10.0.1",
"eslint": "^8.56.0",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5.3.3"
}
}