-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.02 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.02 KB
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
{
"name": "next-blog-astro",
"type": "module",
"version": "0.1.0",
"private": true,
"engines": {
"node": "24.x"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"astro": "astro"
},
"dependencies": {
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.3",
"@astrojs/tailwind": "^6.0.2",
"@fontsource-variable/inter": "^5.2.8",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/typography": "^0.5.19",
"@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^2.0.0",
"astro": "^5.18.2",
"date-fns": "^4.4.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-code-titles": "^1.2.1",
"rehype-prism-plus": "^2.0.2",
"rehype-slug": "^6.0.0",
"remark-toc": "^9.0.0",
"rough-notation": "^0.5.1",
"tailwindcss": "^3.4.19",
"tailwindcss-animate": "^1.0.7",
"typewriter-effect": "^2.22.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"typescript": "^6.0.3"
}
}