-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.13 KB
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
{
"name": "comidolar",
"type": "module",
"version": "4.1.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint .",
"format": "prettier --write ."
},
"dependencies": {
"@astrojs/react": "6.0.0",
"@astrojs/rss": "4.0.18",
"@astrojs/sitemap": "3.7.3",
"@supabase/supabase-js": "^2.98.0",
"@tailwindcss/vite": "^4.2.1",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"astro": "7.0.2",
"astro-loading-indicator": "^0.7.1",
"embla-carousel": "^8.6.0",
"embla-carousel-autoplay": "^8.6.0",
"embla-carousel-react": "^8.6.0",
"eslint": "^9.21.0",
"markdown-it": "^14.1.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"sanitize-html": "^2.17.1",
"supabase": "^2.76.15",
"tailwindcss": "^4.2.1"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"eslint-plugin-astro": "^1.7.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.1.1",
"prettier-plugin-astro": "^0.14.1",
"typescript-eslint": "^8.61.0"
}
}