-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
33 lines (33 loc) · 845 Bytes
/
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
{
"name": "@example/basics",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "2.0.2",
"@astrojs/tailwind": "3.0.1",
"@fontsource/ibm-plex-mono": "4.5.13",
"@headlessui/react": "1.7.11",
"@heroicons/react": "2.0.16",
"@sentry/browser": "7.37.1",
"@sentry/tracing": "7.37.1",
"@supabase/auth-ui-react": "0.2.7",
"@supabase/supabase-js": "2.7.1",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"astro": "2.0.6",
"js-confetti": "0.11.0",
"react": "18.2.0",
"react-countdown": "2.3.5",
"react-dom": "18.2.0",
"sweetalert2": "11.7.1",
"tailwindcss": "3.2.4"
}
}