-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.34 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
{
"name": "astro-nomy",
"type": "module",
"version": "0.1.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build-local": "astro build",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "biome format --write ./src",
"lint": "biome check --apply ./src"
},
"dependencies": {
"@astrojs/cloudflare": "^10.4.0",
"@astrojs/db": "^0.11.4",
"@astrojs/mdx": "^3.0.1",
"@astrojs/react": "^3.4.0",
"@astrojs/rss": "^4.0.6",
"@astrojs/sitemap": "^3.1.5",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.6.0",
"@fontsource-variable/montserrat": "^5.0.19",
"@hookform/resolvers": "^3.3.4",
"@iconify-json/lucide": "^1.1.187",
"@iconify-json/mdi": "^1.1.66",
"@iconify-json/ri": "^1.1.20",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@tanstack/query-sync-storage-persister": "^5.40.0",
"@tanstack/react-query": "^5.40.0",
"@tanstack/react-query-persist-client": "^5.40.0",
"@thirdweb-dev/chain-icons": "^1.0.5",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@web3modal/wagmi": "^4.2.3",
"astro": "^4.9.2",
"astro-icon": "^1.1.0",
"balance-text": "^3.3.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"framer-motion": "^11.1.8",
"lucide-react": "^0.378.0",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-blockies": "^1.4.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.4",
"sharp": "^0.33.3",
"simple-stack-form": "^0.1.12",
"sonner": "^1.4.41",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"viem": "^2.13.3",
"vite-plugin-svgr": "^4.2.0",
"wagmi": "^2.9.8",
"zod": "^3.23.6"
},
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@tailwindcss/typography": "^0.5.13",
"mdast-util-toc": "^7.0.1",
"remark": "^15.0.1",
"unist-util-visit": "^5.0.0"
}
}