forked from mickasmt/astro-nomy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.41 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
{
"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"
},
"dependencies": {
"@astrojs/db": "^0.8.6",
"@astrojs/mdx": "^2.2.0",
"@astrojs/react": "^3.1.0",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.3.6",
"@clerk/backend": "^0.38.3",
"@clerk/clerk-sdk-node": "^4.13.11",
"@hookform/resolvers": "^3.3.4",
"@hubspot/api-client": "^11.1.0",
"@iconify-json/lucide": "^1.1.174",
"@iconify-json/mdi": "^1.1.64",
"@iconify-json/ri": "^1.1.20",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-dialog": "^1.0.5",
"@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",
"@trigger.dev/astro": "^2.3.18",
"@trigger.dev/react": "^2.3.18",
"@trigger.dev/sdk": "^2.3.18",
"@trigger.dev/stripe": "^2.3.18",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@workos-inc/node": "^6.3.0",
"api": "^6.1.1",
"astro": "^4.5.5",
"astro-icon": "^1.1.0",
"balance-text": "^3.3.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cookies-utils": "^1.0.0",
"cors": "^2.8.5",
"date-fns": "^3.5.0",
"debug": "^4.3.4",
"dotenv": "^16.4.5",
"express": "^4.18.3",
"express-winston": "^4.2.0",
"framer-motion": "^11.0.14",
"inngest": "^3.16.1",
"jose": "^5.2.3",
"langchain": "^0.1.30",
"llamaindex": "^0.2.1",
"lucide-react": "^0.358.0",
"next-themes": "^0.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.0",
"sharp": "^0.33.2",
"snowflake-sdk": "^1.10.0",
"sonner": "^1.4.3",
"stripe": "^14.21.0",
"svix": "^1.21.0",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"winston": "^3.12.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/snowflake-sdk": "^1.6.20",
"mdast-util-toc": "^7.0.0",
"remark": "^15.0.1",
"unist-util-visit": "^5.0.0"
},
"trigger.dev": {
"endpointId": "bloom-H5CN"
}
}