-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.55 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.55 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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "privy-login-example",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --force",
"preview": "vite preview",
"typesync": "hypergraph typesync"
},
"dependencies": {
"@geoprotocol/geo-sdk": "^0.14.0",
"@graphprotocol/hypergraph": "workspace:*",
"@graphprotocol/hypergraph-react": "workspace:*",
"@noble/hashes": "^1.8.0",
"@privy-io/react-auth": "^2.21.4",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@tanstack/react-query": "^5.85.5",
"@tanstack/react-router": "^1.131.27",
"@tanstack/react-router-devtools": "^1.131.27",
"@xstate/store": "^3.9.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"effect": "^3.17.13",
"framer-motion": "^12.23.12",
"graphql-request": "^7.2.0",
"isomorphic-ws": "^5.0.0",
"lucide-react": "^0.541.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-select": "^5.10.2",
"siwe": "^3.0.0",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.1.0",
"viem": "^2.34.0",
"vite": "^7.1.3"
},
"devDependencies": {
"@biomejs/biome": "2.2.0",
"@tailwindcss/vite": "^4.1.12",
"@tanstack/router-plugin": "^1.131.27",
"@types/node": "^24.3.0",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^5.0.1",
"globals": "^16.3.0",
"tailwindcss": "^4.1.12"
}
}