-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.12 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
41
{
"name": "ethglobal-cannes-front",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@metamask/providers": "^21.0.0",
"@privy-io/react-auth": "^2.17.3",
"@selfxyz/qrcode": "^1.0.10-beta.1",
"@tanstack/query-sync-storage-persister": "^5.81.5",
"@tanstack/react-query": "^5.81.5",
"@tanstack/react-query-persist-client": "^5.81.5",
"@turnkey/sdk-react": "^5.2.6",
"@turnkey/viem": "^0.9.10",
"@zerodev/ecdsa-validator": "^5.4.9",
"@zerodev/sdk": "^5.4.40",
"poseidon-lite": "^0.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^7.6.3",
"viem": "^2.31.7",
"vite-plugin-node-polyfills": "^0.23.0"
},
"devDependencies": {
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.21",
"globals": "^15.14.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.11",
"typescript": "~5.7.2",
"vite": "^6.1.0"
}
}