This repository has been archived by the owner on Mar 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
74 lines (74 loc) · 2.26 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
{
"name": "doras.to",
"type": "module",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "pnpm build && node ./run-server.mjs",
"build": "astro build",
"preview": "pnpm build && wrangler pages dev ./dist",
"astro": "astro",
"cloud-build": "pnpm build && wrangler pages deploy dist"
},
"dependencies": {
"@astrojs/cloudflare": "^7.6.4",
"@astrojs/mdx": "^1.1.4",
"@astrojs/node": "^6.0.4",
"@astrojs/react": "^3.0.4",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.3",
"@astrojs/tailwind": "^5.0.2",
"@fastify/middie": "^8.3.0",
"@fastify/static": "^6.12.0",
"@fontsource-variable/inter-tight": "^5.0.18",
"@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-menubar": "^1.0.4",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@react-email/button": "^0.0.11",
"@react-email/components": "^0.0.11",
"@react-email/html": "^0.0.6",
"@supabase/supabase-js": "^2.38.4",
"@tabler/icons-react": "^2.44.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"astro": "^3.4.4",
"astro-google-analytics": "^1.0.3",
"astro-seo": "^0.8.0",
"chart.js": "^4.4.1",
"chartjs-plugin-gradient": "^0.6.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"daisyui": "^4.0.4",
"fastify": "^4.24.3",
"framer-motion": "^10.16.4",
"lucide-react": "^0.292.0",
"moment": "^2.29.4",
"posthog-js": "^1.93.6",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-countup": "^6.5.0",
"react-dom": "^18.2.0",
"react-email": "^1.9.5",
"react-icons": "^4.11.0",
"react-markdown": "^9.0.1",
"react-tooltip": "^5.23.0",
"rehype-highlight": "^7.0.0",
"remark-gfm": "^4.0.0",
"resend": "^2.0.0",
"tailwind-merge": "^2.0.0",
"tailwindcss": "^3.3.5",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@fontsource-variable/inter": "^5.0.15",
"@tailwindcss/typography": "^0.5.10",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.1"
}
}