-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.12 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": "sve-website",
"type": "module",
"version": "5.0.0",
"description": "Website SV Eutingen",
"author": "mseele",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"check": "tsc --noEmit && astro check",
"format": "prettier --write ."
},
"dependencies": {
"@astro-community/astro-embed-youtube": "^0.5.5",
"@astrojs/check": "^0.9.4",
"@astrojs/netlify": "^5.5.4",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.2",
"@astrolib/seo": "1.0.0-beta.8",
"@fontsource-variable/dm-sans": "^5.1.0",
"@iconify-json/mdi": "^1.2.1",
"@tailwindcss/typography": "^0.5.15",
"astro": "^4.16.7",
"astro-icon": "^1.1.1",
"astro-pagefind": "^1.6.0",
"astro-robots-txt": "^1.0.0",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"sharp": "^0.33.5",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"ulid": "^2.3.0",
"vite": "^5.4.10"
},
"devDependencies": {
"prettier": "3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.8"
}
}