-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
38 lines (38 loc) · 980 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
{
"name": "horizon",
"type": "module",
"version": "2.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier -w \"**/*\" --ignore-unknown --cache"
},
"dependencies": {
"@astrojs/mdx": "^4.0.8",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@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.16",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/vite": "^4.0.6",
"astro": "^5.3.0",
"astro-auto-import": "^0.4.4",
"astro-icon": "^1.1.4",
"astro-seo": "^0.8.4",
"tailwindcss": "^4.0.6"
},
"devDependencies": {
"@playform/compress": "^0.1.7",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.11"
},
"overrides": {
"sharp": "^0.33.0"
}
}