-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.05 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.05 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
{
"name": "astro-blog",
"type": "module",
"version": "1.3.5",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build && npx pagefind --site dist",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.0.3",
"@astrojs/partytown": "^2.1.2",
"@astrojs/rss": "^4.0.10",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/starlight": "^0.30.3",
"@astrojs/tailwind": "^5.1.4",
"@astrojs/vercel": "^8.0.1",
"@pagefind/default-ui": "^1.3.0",
"astro": "^5.1.1",
"astro-icon": "^0.8.2",
"mdast-util-directive": "^3.0.0",
"mdast-util-to-string": "^4.0.0",
"pagefind": "^1.3.0",
"reading-time": "^1.5.0",
"rehype-katex": "^7.0.1",
"rehype-mermaid": "^3.0.0",
"remark-directive": "^3.0.0",
"remark-math": "^6.0.0",
"tailwindcss": "^3.3.6",
"typeit": "^8.8.7",
"typescript": "^5.3.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"playwright": "^1.58.2"
}
}