-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy pathpackage.json
69 lines (69 loc) · 2 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
{
"name": "rdl",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --remote",
"start": "astro dev --remote",
"build": "astro check && astro build --remote",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/cloudflare": "12.2.0",
"@astrojs/db": "0.14.6",
"@astrojs/netlify": "^6.1.0",
"@astrojs/react": "4.1.6",
"@astrojs/tailwind": "5.1.5",
"@discordjs/builders": "^1.9.0",
"@discordjs/rest": "^2.4.0",
"@hookform/resolvers": "^3.10.0",
"@icons-pack/react-simple-icons": "^10.2.0",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-menubar": "^1.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"approximate-number": "^2.1.1",
"astro": "5.1.8",
"astro-font": "^0.1.81",
"chalk": "^5.3.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"colorthief": "^2.6.0",
"discord-api-types": "^0.37.105",
"discord-interactions": "^4.1.0",
"discord-oauth2": "^2.12.1",
"highlight.js": "^11.11.1",
"html-to-react": "^1.7.0",
"lucide-react": "^0.460.0",
"marked": "^15.0.6",
"marked-highlight": "^2.2.1",
"motion": "^11.11.17",
"next-themes": "^0.4.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.54.2",
"react-twemoji": "^0.6.0",
"sonner": "^1.7.2",
"swr": "^2.2.5",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.15",
"tailwindcss-animate": "^1.0.7",
"tweetnacl": "^1.0.3",
"typescript": "^5.6.3",
"usehooks-ts": "^3.1.0",
"vaul": "^1.1.1",
"zod": "^3.24.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/react-twemoji": "^0.4.3"
}
}