-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.05 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
{
"name": "base-new-game",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"manifest:create": "node scripts/try-farcaster-cli.mjs",
"manifest:create:local": "node scripts/generate-manifest.mjs --interactive",
"generate:manifest": "node scripts/generate-manifest.mjs"
},
"dependencies": {
"@base-org/account": "^2.5.6",
"@farcaster/frame-sdk": "^0.2.0",
"@tanstack/react-query": "^5.100.9",
"canvas-confetti": "^1.9.4",
"framer-motion": "^12.38.0",
"next": "16.2.6",
"react": "19.2.4",
"react-dom": "19.2.4",
"wagmi": "^3.6.11"
},
"devDependencies": {
"@clack/prompts": "^1.4.0",
"@farcaster/jfs": "^0.3.0",
"@tailwindcss/postcss": "^4",
"@types/canvas-confetti": "^1.9.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.6",
"tailwindcss": "^4",
"typescript": "^5",
"viem": "^2.52.0"
}
}