-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 949 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
34
35
36
37
38
39
{
"private": true,
"type": "module",
"version": "6.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.5",
"@fontsource/barlow": "^5.1.0",
"@fontsource/jetbrains-mono": "^5.1.2",
"@fontsource/lexend-deca": "^5.1.1",
"@fontsource/outfit": "^5.1.1",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.2",
"astro": "^5.2.1",
"astro-seo": "^0.8.4",
"date-fns": "^4.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"satori": "^0.12.1",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.11",
"typescript": "^5.7.3"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.16",
"astro-feather": "^1.0.0",
"astro-heroicons": "2.1.5-1"
}
}