|
5 | 5 | "type": "module", |
6 | 6 | "scripts": { |
7 | 7 | "dev": "vite --force", |
8 | | - "preview": "vite preview" |
| 8 | + "preview": "vite preview", |
| 9 | + "lint": "biome check", |
| 10 | + "lint:fix": "biome check --write --unsafe", |
| 11 | + "format": "prettier --write --list-different .", |
| 12 | + "format:check": "prettier --check .", |
| 13 | + "check": "pnpm run lint && pnpm run format:check", |
| 14 | + "check:fix": "pnpm run lint:fix && pnpm run format" |
9 | 15 | }, |
10 | 16 | "dependencies": { |
| 17 | + "@base-ui-components/react": "1.0.0-beta.0", |
11 | 18 | "@graphprotocol/hypergraph": "workspace:*", |
12 | 19 | "@graphprotocol/hypergraph-react": "workspace:*", |
13 | | - "@privy-io/react-auth": "^2.13.0", |
14 | | - "@radix-ui/react-avatar": "^1.1.9", |
15 | | - "@radix-ui/react-icons": "^1.3.2", |
16 | | - "@radix-ui/react-slot": "^1.2.2", |
17 | | - "@tanstack/react-query": "^5.75.5", |
18 | | - "@tanstack/react-router": "^1.120.2", |
19 | | - "@xstate/store": "^3.5.1", |
20 | | - "class-variance-authority": "^0.7.1", |
| 20 | + "@privy-io/react-auth": "^2.16.0", |
| 21 | + "@tanstack/react-query": "^5.81.2", |
| 22 | + "@tanstack/react-router": "^1.121.34", |
| 23 | + "@xstate/store": "^3.7.0", |
21 | 24 | "clsx": "^2.1.1", |
22 | | - "effect": "^3.16.3", |
23 | | - "framer-motion": "^12.10.1", |
24 | | - "lucide-react": "^0.508.0", |
| 25 | + "effect": "^3.16.8", |
| 26 | + "lucide-react": "^0.522.0", |
25 | 27 | "react": "^19.1.0", |
26 | 28 | "react-dom": "^19.1.0", |
27 | | - "tailwind-merge": "^3.2.0", |
28 | | - "tailwindcss-animate": "^1.0.7", |
29 | | - "viem": "^2.30.6", |
| 29 | + "tailwind-merge": "^3.3.1", |
| 30 | + "viem": "^2.31.4", |
30 | 31 | "vite": "^6.3.5" |
31 | 32 | }, |
32 | 33 | "devDependencies": { |
33 | | - "@tailwindcss/vite": "^4.1.5", |
34 | | - "@tanstack/router-devtools": "^1.120.2", |
35 | | - "@tanstack/router-plugin": "^1.120.2", |
36 | | - "@types/node": "^22.15.15", |
37 | | - "@types/react": "^19.1.3", |
38 | | - "@types/react-dom": "^19.1.3", |
39 | | - "@vitejs/plugin-react": "^4.4.1", |
40 | | - "tailwindcss": "^4.1.5" |
| 34 | + "@tailwindcss/vite": "^4.1.10", |
| 35 | + "@tanstack/router-devtools": "^1.121.34", |
| 36 | + "@tanstack/router-plugin": "^1.121.34", |
| 37 | + "@types/node": "^22.15.32", |
| 38 | + "@types/react": "^19.1.8", |
| 39 | + "@types/react-dom": "^19.1.6", |
| 40 | + "@vitejs/plugin-react": "^4.6.0", |
| 41 | + "prettier": "^3.6.0", |
| 42 | + "prettier-plugin-tailwindcss": "^0.6.13", |
| 43 | + "tailwindcss": "^4.1.10", |
| 44 | + "unplugin-fonts": "^1.3.1", |
| 45 | + "vite-plugin-svgr": "^4.3.0" |
41 | 46 | } |
42 | 47 | } |
0 commit comments