-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.04 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.04 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
{
"name": "warplets",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@coinbase/onchainkit": "^1.1.2",
"@farcaster/miniapp-sdk": "^0.1.8",
"@google/genai": "^1.30.0",
"@neondatabase/serverless": "^1.0.2",
"@neynar/nodejs-sdk": "^3.85.0",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-slot": "^1.2.4",
"@react-native-async-storage/async-storage": "^1.24.0",
"@tanstack/react-query": "^5.81.5",
"next": "^15.5.7",
"pinata": "^1.10.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"viem": "^2.39.0",
"wagmi": "^2.19.4"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@farcaster/quick-auth": "^0.0.7",
"@next/eslint-plugin-next": "^15.3.4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.3.4",
"typescript": "^5"
}
}