-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 843 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 843 Bytes
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
{
"name": "astro-blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"sync": "astro sync"
},
"dependencies": {
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.2",
"@fancyapps/ui": "^6.1.13",
"@tailwindcss/vite": "^4.2.2",
"astro": "^6.1.1",
"markdown-it": "^14.1.1",
"rehype-autolink-headings": "^7.1.0",
"sanitize-html": "^2.17.2",
"tailwindcss": "^4.2.2",
"unist-util-visit": "^5.1.0",
"vite": "^8.0.3"
},
"devDependencies": {
"@iconify-json/carbon": "^1.2.20",
"@iconify-json/fa-solid": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.75",
"@tailwindcss/typography": "^0.5.19",
"@unocss/astro": "66.6.7",
"@unocss/preset-icons": "66.6.7",
"unocss": "66.6.7"
}
}