-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.01 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
{
"name": "ayrtonsenna-inmemoriam",
"description": "Um pequena lembrança da carreira e vitórias apos 30 anos da passagem de Aryon Senna (34) em 1 de maio de 1994 - Imola, Itália.",
"type": "module",
"version": "3.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astro-community/astro-embed-link-preview": "^0.1.0",
"@astro-community/astro-embed-youtube": "^0.5.1",
"@astrojs/mdx": "^2.0.3",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.1",
"@astrojs/tailwind": "^5.0.3",
"astro": "^4.0.2",
"astro-embed": "^0.7.0",
"daisyui": "^4.4.10",
"dayjs": "^1.11.9",
"sharp": "^0.32.6",
"tailwindcss": "^3.3.5"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0"
},
"packageManager": "[email protected]+sha1.6110a47202a78d07d0bf8c9f4f4c63cc83bb833a"
}