|
1 | 1 | { |
2 | | - "name": "client", |
3 | | - "version": "2.0.0", |
4 | | - "private": true, |
5 | | - "scripts": { |
6 | | - "start": "next start", |
7 | | - "dev": "next dev", |
8 | | - "dev:turbo": "next dev --turbo", |
9 | | - "build": "next build", |
10 | | - "build:skip-lint": "next build --no-lint", |
11 | | - "build:analyze": "ANALYZE=true next build", |
12 | | - "lint": "cd .. && bun lint", |
13 | | - "format": "cd .. && bun format:client", |
14 | | - "check": "cd .. && bun check", |
15 | | - "type-check": "tsc --noEmit", |
16 | | - "test": "vitest run", |
17 | | - "test:watch": "vitest", |
18 | | - "test:coverage": "vitest run --coverage", |
19 | | - "test:ui": "vitest --ui", |
20 | | - "test:hooks": "vitest run __tests__/hooks/", |
21 | | - "test:components": "vitest run __tests__/components/", |
22 | | - "test:integration": "vitest run __tests__/integration/", |
23 | | - "generate": "wagmi generate --config config/wagmi.config.ts", |
24 | | - "generate:watch": "wagmi generate --config config/wagmi.config.ts" |
25 | | - }, |
26 | | - "dependencies": { |
27 | | - "@hatsprotocol/sdk-v1-subgraph": "^1.1.2", |
28 | | - "@hookform/resolvers": "^3.3.2", |
29 | | - "@hypercerts-org/sdk": "2.9.0-alpha.1", |
30 | | - "@poap-xyz/poap-sdk": "^0.15.1", |
31 | | - "@radix-ui/react-accordion": "^1.1.2", |
32 | | - "@radix-ui/react-checkbox": "^1.0.4", |
33 | | - "@radix-ui/react-dialog": "^1.0.5", |
34 | | - "@radix-ui/react-dropdown-menu": "^2.0.6", |
35 | | - "@radix-ui/react-label": "^2.0.2", |
36 | | - "@radix-ui/react-popover": "^1.0.7", |
37 | | - "@radix-ui/react-progress": "^1.1.7", |
38 | | - "@radix-ui/react-scroll-area": "^1.2.4", |
39 | | - "@radix-ui/react-select": "^2.0.0", |
40 | | - "@radix-ui/react-separator": "^1.0.3", |
41 | | - "@radix-ui/react-slider": "^1.3.6", |
42 | | - "@radix-ui/react-slot": "^1.0.2", |
43 | | - "@radix-ui/react-switch": "^1.0.3", |
44 | | - "@radix-ui/react-tabs": "^1.0.4", |
45 | | - "@radix-ui/react-toast": "^1.1.5", |
46 | | - "@radix-ui/react-tooltip": "^1.0.7", |
47 | | - "@rainbow-me/rainbowkit": "^2.2.5", |
48 | | - "@superfluid-finance/sdk-core": "^0.9.0", |
49 | | - "@tailwindcss/typography": "^0.5.10", |
50 | | - "@tanstack/react-query": "^5.8.4", |
51 | | - "@types/react-window": "^2.0.0", |
52 | | - "@unlock-protocol/unlock-js": "^0.51.2", |
53 | | - "alchemy-sdk": "^3.6.3", |
54 | | - "canvas-confetti": "^1.9.3", |
55 | | - "class-variance-authority": "^0.7.0", |
56 | | - "clsx": "^2.0.0", |
57 | | - "date-fns": "^4.1.0", |
58 | | - "framer-motion": "^10.16.5", |
59 | | - "graphql": "^16.11.0", |
60 | | - "graphql-request": "^7.2.0", |
61 | | - "lodash": "^4.17.21", |
62 | | - "lucide-react": "^0.292.0", |
63 | | - "next": "^15.3.0", |
64 | | - "next-themes": "^0.2.1", |
65 | | - "react": "^18.2.0", |
66 | | - "react-dom": "^18.2.0", |
67 | | - "react-hook-form": "^7.48.2", |
68 | | - "react-virtualized-auto-sizer": "^1.0.26", |
69 | | - "react-window": "^2.1.1", |
70 | | - "recharts": "^3.2.1", |
71 | | - "tailwind-merge": "^2.0.0", |
72 | | - "tailwindcss-animate": "^1.0.7", |
73 | | - "viem": "^2.30.5", |
74 | | - "wagmi": "^2.15.4", |
75 | | - "web-vitals": "^5.1.0", |
76 | | - "zod": "^3.22.4" |
77 | | - }, |
78 | | - "devDependencies": { |
79 | | - "@testing-library/dom": "^10.4.1", |
80 | | - "@testing-library/jest-dom": "^6.8.0", |
81 | | - "@testing-library/react": "^16.3.0", |
82 | | - "@testing-library/user-event": "^14.6.1", |
83 | | - "@types/canvas-confetti": "^1.9.0", |
84 | | - "@types/node": "^20.9.2", |
85 | | - "@types/react": "^18.2.37", |
86 | | - "@types/react-dom": "^18.2.15", |
87 | | - "@vitejs/plugin-react": "^5.0.3", |
88 | | - "@vitest/coverage-v8": "^3.2.4", |
89 | | - "@vitest/ui": "^3.2.4", |
90 | | - "@wagmi/cli": "^2.2.1", |
91 | | - "autoprefixer": "^10.4.16", |
92 | | - "dotenv": "^16.3.1", |
93 | | - "happy-dom": "^15.11.7", |
94 | | - "jsdom": "^27.0.0", |
95 | | - "postcss": "^8.4.31", |
96 | | - "tailwindcss": "^3.3.5", |
97 | | - "typescript": "^5.2.2", |
98 | | - "vitest": "^3.2.4", |
99 | | - "webpack-bundle-analyzer": "^4.9.0" |
100 | | - } |
| 2 | + "name": "client", |
| 3 | + "version": "2.0.0", |
| 4 | + "private": true, |
| 5 | + "scripts": { |
| 6 | + "start": "next start", |
| 7 | + "dev": "next dev", |
| 8 | + "dev:turbo": "next dev --turbo", |
| 9 | + "build": "next build", |
| 10 | + "build:skip-lint": "next build --no-lint", |
| 11 | + "build:analyze": "ANALYZE=true next build", |
| 12 | + "lint": "cd .. && bun lint", |
| 13 | + "format": "cd .. && bun format:client", |
| 14 | + "check": "cd .. && bun check", |
| 15 | + "type-check": "tsc --noEmit", |
| 16 | + "test": "vitest run", |
| 17 | + "test:watch": "vitest", |
| 18 | + "test:coverage": "vitest run --coverage", |
| 19 | + "test:ui": "vitest --ui", |
| 20 | + "test:hooks": "vitest run __tests__/hooks/", |
| 21 | + "test:components": "vitest run __tests__/components/", |
| 22 | + "test:integration": "vitest run __tests__/integration/", |
| 23 | + "generate": "wagmi generate --config config/wagmi.config.ts", |
| 24 | + "generate:watch": "wagmi generate --config config/wagmi.config.ts" |
| 25 | + }, |
| 26 | + "dependencies": { |
| 27 | + "@hatsprotocol/sdk-v1-subgraph": "^1.1.2", |
| 28 | + "@hookform/resolvers": "^3.3.2", |
| 29 | + "@hypercerts-org/sdk": "2.9.0-alpha.1", |
| 30 | + "@poap-xyz/poap-sdk": "^0.15.1", |
| 31 | + "@radix-ui/react-accordion": "^1.1.2", |
| 32 | + "@radix-ui/react-checkbox": "^1.0.4", |
| 33 | + "@radix-ui/react-dialog": "^1.0.5", |
| 34 | + "@radix-ui/react-dropdown-menu": "^2.0.6", |
| 35 | + "@radix-ui/react-label": "^2.0.2", |
| 36 | + "@radix-ui/react-popover": "^1.0.7", |
| 37 | + "@radix-ui/react-progress": "^1.1.7", |
| 38 | + "@radix-ui/react-scroll-area": "^1.2.4", |
| 39 | + "@radix-ui/react-select": "^2.0.0", |
| 40 | + "@radix-ui/react-separator": "^1.0.3", |
| 41 | + "@radix-ui/react-slider": "^1.3.6", |
| 42 | + "@radix-ui/react-slot": "^1.0.2", |
| 43 | + "@radix-ui/react-switch": "^1.0.3", |
| 44 | + "@radix-ui/react-tabs": "^1.0.4", |
| 45 | + "@radix-ui/react-toast": "^1.1.5", |
| 46 | + "@radix-ui/react-tooltip": "^1.0.7", |
| 47 | + "@rainbow-me/rainbowkit": "^2.2.5", |
| 48 | + "@superfluid-finance/sdk-core": "^0.9.0", |
| 49 | + "@tailwindcss/typography": "^0.5.10", |
| 50 | + "@tanstack/react-query": "^5.8.4", |
| 51 | + "@types/react-window": "^2.0.0", |
| 52 | + "@unlock-protocol/unlock-js": "^0.51.2", |
| 53 | + "alchemy-sdk": "^3.6.3", |
| 54 | + "canvas-confetti": "^1.9.3", |
| 55 | + "class-variance-authority": "^0.7.0", |
| 56 | + "clsx": "^2.0.0", |
| 57 | + "date-fns": "^4.1.0", |
| 58 | + "framer-motion": "^10.16.5", |
| 59 | + "graphql": "^16.11.0", |
| 60 | + "graphql-request": "^7.2.0", |
| 61 | + "lodash": "^4.17.21", |
| 62 | + "lucide-react": "^0.292.0", |
| 63 | + "next": "15.3.8", |
| 64 | + "next-themes": "^0.2.1", |
| 65 | + "react": "^18.2.0", |
| 66 | + "react-dom": "^18.2.0", |
| 67 | + "react-hook-form": "^7.48.2", |
| 68 | + "react-virtualized-auto-sizer": "^1.0.26", |
| 69 | + "react-window": "^2.1.1", |
| 70 | + "recharts": "^3.2.1", |
| 71 | + "tailwind-merge": "^2.0.0", |
| 72 | + "tailwindcss-animate": "^1.0.7", |
| 73 | + "viem": "^2.30.5", |
| 74 | + "wagmi": "^2.15.4", |
| 75 | + "web-vitals": "^5.1.0", |
| 76 | + "zod": "^3.22.4" |
| 77 | + }, |
| 78 | + "devDependencies": { |
| 79 | + "@testing-library/dom": "^10.4.1", |
| 80 | + "@testing-library/jest-dom": "^6.8.0", |
| 81 | + "@testing-library/react": "^16.3.0", |
| 82 | + "@testing-library/user-event": "^14.6.1", |
| 83 | + "@types/canvas-confetti": "^1.9.0", |
| 84 | + "@types/node": "^20.9.2", |
| 85 | + "@types/react": "^18.2.37", |
| 86 | + "@types/react-dom": "^18.2.15", |
| 87 | + "@vitejs/plugin-react": "^5.0.3", |
| 88 | + "@vitest/coverage-v8": "^3.2.4", |
| 89 | + "@vitest/ui": "^3.2.4", |
| 90 | + "@wagmi/cli": "^2.2.1", |
| 91 | + "autoprefixer": "^10.4.16", |
| 92 | + "dotenv": "^16.3.1", |
| 93 | + "happy-dom": "^15.11.7", |
| 94 | + "jsdom": "^27.0.0", |
| 95 | + "postcss": "^8.4.31", |
| 96 | + "tailwindcss": "^3.3.5", |
| 97 | + "typescript": "^5.2.2", |
| 98 | + "vitest": "^3.2.4", |
| 99 | + "webpack-bundle-analyzer": "^4.9.0" |
| 100 | + } |
101 | 101 | } |
0 commit comments