|
| 1 | +{ |
| 2 | + "name": "privy-login-example", |
| 3 | + "private": true, |
| 4 | + "version": "0.0.0", |
| 5 | + "type": "module", |
| 6 | + "scripts": { |
| 7 | + "dev": "vite --force", |
| 8 | + "preview": "vite preview", |
| 9 | + "typesync": "hypergraph typesync" |
| 10 | + }, |
| 11 | + "dependencies": { |
| 12 | + "@graphprotocol/grc-20": "^0.24.1", |
| 13 | + "@graphprotocol/hypergraph": "workspace:*", |
| 14 | + "@graphprotocol/hypergraph-react": "workspace:*", |
| 15 | + "@noble/hashes": "^1.8.0", |
| 16 | + "@privy-io/react-auth": "^2.21.4", |
| 17 | + "@radix-ui/react-avatar": "^1.1.10", |
| 18 | + "@radix-ui/react-icons": "^1.3.2", |
| 19 | + "@radix-ui/react-label": "^2.1.7", |
| 20 | + "@radix-ui/react-slot": "^1.2.3", |
| 21 | + "@tanstack/react-query": "^5.85.5", |
| 22 | + "@tanstack/react-router": "^1.131.27", |
| 23 | + "@tanstack/react-router-devtools": "^1.131.27", |
| 24 | + "@xstate/store": "^3.9.2", |
| 25 | + "class-variance-authority": "^0.7.1", |
| 26 | + "clsx": "^2.1.1", |
| 27 | + "effect": "^3.17.9", |
| 28 | + "framer-motion": "^12.23.12", |
| 29 | + "graphql-request": "^7.2.0", |
| 30 | + "isomorphic-ws": "^5.0.0", |
| 31 | + "lucide-react": "^0.541.0", |
| 32 | + "react": "^19.1.1", |
| 33 | + "react-dom": "^19.1.1", |
| 34 | + "react-select": "^5.10.2", |
| 35 | + "siwe": "^3.0.0", |
| 36 | + "tailwind-merge": "^3.3.1", |
| 37 | + "tailwindcss-animate": "^1.0.7", |
| 38 | + "uuid": "^11.1.0", |
| 39 | + "viem": "^2.34.0", |
| 40 | + "vite": "^7.1.3" |
| 41 | + }, |
| 42 | + "devDependencies": { |
| 43 | + "@biomejs/biome": "2.2.0", |
| 44 | + "@tailwindcss/vite": "^4.1.12", |
| 45 | + "@tanstack/router-plugin": "^1.131.27", |
| 46 | + "@types/node": "^24.3.0", |
| 47 | + "@types/react": "^19.1.10", |
| 48 | + "@types/react-dom": "^19.1.7", |
| 49 | + "@types/uuid": "^10.0.0", |
| 50 | + "@vitejs/plugin-react": "^5.0.1", |
| 51 | + "globals": "^16.3.0", |
| 52 | + "tailwindcss": "^4.1.12" |
| 53 | + } |
| 54 | +} |
0 commit comments