-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathpackage.json
42 lines (42 loc) · 1.14 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
{
"name": "midufest.com",
"description": "Página web de la conferencia miduFest 2023",
"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/preact": "3.3.0",
"@astrojs/tailwind": "5.1.0",
"@astrojs/vercel": "7.6.0",
"@fontsource/montserrat": "5.0.18",
"@preact/signals": "1.2.3",
"@resvg/resvg-js": "2.6.2",
"@supabase/supabase-js": "2.43.2",
"add-to-calendar-button": "2.6.15",
"astro": "4.8.6",
"atropos": "2.0.2",
"preact": "10.22.0",
"satori": "0.10.13",
"satori-html": "0.3.2",
"tailwindcss": "3.4.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"animated-tailwindcss": "4.0.0",
"eslint": "8.34.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-astro": "1.2.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "17.7.0",
"eslint-plugin-promise": "6.1.1"
}
}