-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 869 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 869 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
{
"name": "intentcast",
"private": true,
"type": "module",
"scripts": {
"build": "npm --prefix discovery-service ci --silent && npm --prefix discovery-service run build --silent && vite build",
"dev": "vite",
"lint": "echo \"(no lint configured)\""
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.22.3",
"@supabase/supabase-js": "^2.49.1",
"@x402/core": "^2.3.0",
"@x402/evm": "^2.3.0",
"@x402/fetch": "^2.3.0",
"cors": "^2.8.5",
"ethers": "^6.11.0",
"express": "^4.18.2",
"express-rate-limit": "^8.2.1",
"uuid": "^9.0.0",
"viem": "^2.45.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.6.3",
"vite": "^5.4.0"
}
}