-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 960 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": "blogsmith-free",
"type": "module",
"version": "4.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write \"**/*.{astro,ts,tsx,md,mdx,js,cjs,mjs,json}\" --cache"
},
"dependencies": {
"@astrojs/mdx": "^4.0.3",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.4",
"@fontsource-variable/inter": "^5.1.1",
"@fontsource/inter": "^5.1.1",
"@iconify-json/tabler": "^1.2.5",
"@playform/compress": "^0.1.4",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"astro": "^5.1.2",
"astro-auto-import": "^0.4.4",
"astro-icon": "^1.1.1",
"astro-seo": "^0.8.4",
"sass": "^1.80.3",
"tailwindcss": "^3.4.14"
},
"devDependencies": {
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.8"
},
"overrides": {
"sharp": "^0.33.0"
}
}