-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
39 lines (39 loc) · 1.02 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
{
"name": "horizon",
"type": "module",
"version": "0.1.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.0.2",
"@astrojs/rss": "^4.0.10",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.3",
"@fontsource-variable/playfair-display": "^5.1.0",
"@fontsource-variable/raleway": "^5.1.0",
"@fontsource-variable/work-sans": "^5.1.0",
"@fontsource/cinzel-decorative": "^5.1.0",
"@iconify-json/tabler": "^1.2.10",
"@playform/compress": "^0.1.6",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"astro": "^5.0.4",
"astro-auto-import": "^0.4.4",
"astro-icon": "^1.1.4",
"astro-seo": "^0.8.4",
"sass": "^1.82.0",
"tailwindcss": "^3.4.16"
},
"devDependencies": {
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9"
},
"overrides": {
"sharp": "^0.33.0"
}
}