-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 959 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 959 Bytes
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": "click-ai",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "biome check src",
"preview": "vite preview"
},
"dependencies": {
"@duneanalytics/client-sdk": "^0.2.5",
"@farcaster/frame-sdk": "latest",
"@farcaster/frame-wagmi-connector": "latest",
"@tanstack/react-query": "^5.45.1",
"axios": "^1.10.0",
"node-fetch": "^3.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.14.2",
"viem": "^2.31.4",
"wagmi": "^2.15.6"
},
"devDependencies": {
"@biomejs/biome": "^1.8.0",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^4.2.1",
"@wagmi/cli": "latest",
"crypto-browserify": "^3.12.1",
"typescript": "^5.4.5",
"vite": "^5.2.11"
},
"engines": {
"node": "18.x"
}
}