-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
94 lines (94 loc) · 2.58 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
{
"name": "grants-infographic",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@allo-team/allo-v2-sdk": "^1.0.61",
"@gitcoin/gitcoin-chain-data": "^1.0.41",
"@headlessui/react": "^1.7.19",
"@heroicons/react": "^2.1.3",
"@pinata/sdk": "^2.1.0",
"@rainbow-me/rainbowkit": "^1.0.5",
"@rainbow-me/rainbowkit-siwe-next-auth": "^0.3.1",
"bin-pack": "^1.0.2",
"bin-pack-with-constraints": "^1.0.1",
"date-fns": "^3.6.0",
"dayjs": "^1.11.10",
"dotenv": "^16.3.1",
"encoding": "^0.1.13",
"ethers": "^5.7.2",
"formik": "^2.4.5",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"guillotine-packer": "^1.0.2",
"heroicons": "^2.1.3",
"html-to-image": "^1.11.11",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1",
"lodash": "^4.17.21",
"lokijs": "^1.5.12",
"next": "^13.4.3",
"node-fetch": "^2.6.1",
"openai": "^4.14.0",
"papaparse": "^5.4.1",
"pino-pretty": "^10.2.3",
"plotly.js": "^2.24.3",
"potpack": "^2.0.0",
"quill": "^1.3.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-farcaster-embed": "^1.4.7",
"react-image-crop": "^11.0.5",
"react-markdown": "^9.0.0",
"react-masonry": "^1.0.7",
"react-plotly.js": "^2.6.0",
"react-quill": "^2.0.0",
"react-responsive-masonry": "^2.1.7",
"react-router-dom": "^6.14.1",
"react-select": "^5.7.7",
"react-to-print": "^2.14.13",
"react-tweet-embed": "^2.0.0",
"recharts": "^2.12.3",
"redstone-api": "^0.4.11",
"remark-gfm": "^4.0.0",
"siwe": "^2.1.4",
"svgo": "^3.2.0",
"swr": "^2.2.5",
"tailwind-styled-components": "^2.2.0",
"tiny-emitter": "^2.1.0",
"use-async-effect": "^2.2.7",
"v5": "^0.1.2",
"viem": "^1.16.6",
"wagmi": "~1.3.2",
"webpack": "^5.89.0"
},
"devDependencies": {
"@ethersproject/providers": "^5.7.2",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/typography": "^0.5.10",
"@types/lodash": "^4.17.0",
"@types/node": "^18.16.12",
"@types/papaparse": "^5.3.13",
"@types/plotly.js": "^2.12.22",
"@types/react": "^18.2.6",
"@types/react-plotly.js": "^2.6.0",
"@types/react-responsive-masonry": "^2.1.3",
"autoprefixer": "^10.4.14",
"eslint": "^8.15.0",
"eslint-config-next": "^13.4.3",
"postcss": "^8.4.25",
"react-xmasonry": "^3.0.6",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4",
"url-loader": "^4.1.1"
},
"browser": {
"crypto": false
}
}