forked from gitcoinco/easy-retro-pgf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
121 lines (121 loc) · 3.55 KB
/
package.json
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "easy-retro-pgf",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "prisma generate && next build",
"db:push": "prisma db push",
"db:studio": "prisma studio",
"dev": "next dev",
"lint": "next lint",
"start": "next start",
"test": "vitest",
"eas:registerSchemas": "npx tsx src/lib/eas/registerSchemas"
},
"dependencies": {
"@allo-team/allo-v2-sdk": "^1.0.39",
"@ethereum-attestation-service/eas-contracts": "^1.7.1",
"@ethereum-attestation-service/eas-sdk": "^1.5.0",
"@glif/filecoin-address": "^3.0.4",
"@hookform/resolvers": "^3.3.4",
"@next-auth/prisma-adapter": "^1.0.7",
"@nivo/boxplot": "^0.84.0",
"@nivo/line": "^0.84.0",
"@pinata/sdk": "^2.1.0",
"@prisma/client": "^5.8.1",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@rainbow-me/rainbowkit": "2",
"@rainbow-me/rainbowkit-siwe-next-auth": "^0.3.4",
"@t3-oss/env-nextjs": "^0.8.0",
"@tailwindcss/forms": "^0.5.7",
"@tanstack/react-query": "latest",
"@tanstack/react-query-devtools": "latest",
"@testing-library/react": "^14.1.2",
"@trpc/client": "next",
"@trpc/next": "next",
"@trpc/react-query": "next",
"@trpc/server": "next",
"@types/file-saver": "^2.0.7",
"@vercel/analytics": "^1.3.1",
"@vercel/blob": "^0.19.0",
"clsx": "^2.1.0",
"cmdk": "^0.2.0",
"date-fns": "^3.3.1",
"ethers": "^6.11.1",
"file-saver": "^2.0.5",
"formidable": "^3.5.1",
"graphql-request": "^6.1.0",
"http-proxy": "^1.18.1",
"lucide-react": "^0.368.0",
"next": "^14.1.0",
"next-auth": "^4.24.5",
"next-themes": "^0.2.1",
"node-fetch-cache": "^4.1.0",
"nuqs": "^1.17.1",
"p-limit": "^5.0.0",
"papaparse": "^5.4.1",
"posthog-js": "^1.167.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.49.3",
"react-markdown": "^9.0.1",
"react-number-format": "^5.3.1",
"react-query": "^3.39.3",
"react-use": "^17.5.0",
"rehype-raw": "^7.0.0",
"siwe": "^2.1.4",
"sonner": "^1.4.0",
"superjson": "^2.2.1",
"tailwind-merge": "^2.2.1",
"tailwind-variants": "^0.1.20",
"uuid": "^10.0.0",
"viem": "2.x",
"wagmi": "2",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
"zod": "3.22.4"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.1.0",
"@tailwindcss/typography": "^0.5.10",
"@testing-library/jest-dom": "^6.3.0",
"@types/eslint": "^8.56.2",
"@types/formidable": "^3.4.5",
"@types/node": "^20.11.10",
"@types/node-fetch-cache": "^3.0.5",
"@types/papaparse": "^5.3.14",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"dotenv": "^16.4.1",
"eslint": "^8.56.0",
"happy-dom": "^13.3.2",
"jsdom": "^24.0.0",
"ky": "^1.2.0",
"msw": "^2.1.5",
"msw-trpc": "2.0.0-beta.0",
"mws": "^2.0.11",
"next-router-mock": "^0.9.11",
"postcss": "^8.4.33",
"prettier": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.11",
"prisma": "^5.8.1",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.2.2",
"vitest-mock-extended": "^1.3.1"
},
"ct3aMetadata": {
"initVersion": "7.24.1"
},
"msw": {
"workerDirectory": "public"
}
}