forked from ArbitrumHub/ArbitrumDAO_Hub
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
84 lines (84 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
{
"name": "ArbitrumDAO_Hub",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build && pagefind --site .vercel/output/static",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.4.1",
"@astrojs/markdoc": "^0.11.0",
"@astrojs/mdx": "^2.2.0",
"@astrojs/react": "^3.3.4",
"@astrojs/rss": "^4.0.2",
"@astrojs/sitemap": "^3.0.5",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.6.0",
"@dicebear/collection": "^7.0.5",
"@dicebear/core": "^7.0.5",
"@emailjs/browser": "^4.4.1",
"@ethersproject/address": "^5.7.0",
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/units": "^5.7.0",
"@hookform/resolvers": "^3.9.0",
"@keystatic/astro": "^5.0.0",
"@keystatic/core": "^0.5.30",
"@pqt/abbreviate": "^1.0.2",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@tanstack/react-query": "^5.24.7",
"@tanstack/react-query-devtools": "^5.24.7",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"astro": "^4.2.0",
"astro-icon": "^1.0.2",
"astro-pagefind": "^1.5.0",
"bignumber.js": "^4.0.4",
"chart.js": "^4.4.2",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"clsx": "^2.1.0",
"cmdk": "^0.2.1",
"date-fns": "^3.3.1",
"dayjs": "^1.11.10",
"ethers": "^6.11.1",
"lodash.flatten": "^4.4.0",
"lucide-react": "^0.314.0",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-day-picker": "^8.10.1",
"react-dom": "^18.2.0",
"react-highlight-words": "^0.20.0",
"react-hook-form": "^7.52.2",
"react-hot-toast": "^2.4.1",
"react-markdown": "^9.0.1",
"swiper": "^11.0.5",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"truncate": "^3.0.0",
"typescript": "^5.3.3",
"zustand": "^4.5.2"
},
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@tailwindcss/typography": "^0.5.10",
"@types/lodash.flatten": "^4.4.9",
"@types/react-highlight-words": "^0.16.7",
"pagefind": "^1.1.0",
"prettier": "^3.2.4",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.11"
}
}