-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 878 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
{
"name": "blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --host",
"start": "astro dev",
"build": "astro build && npx pagefind --site dist",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^1.1.2",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.2",
"@astrojs/vue": "^4.0.3",
"@iconify-json/ion": "^1.1.15",
"@vavt/v3-extension": "^1.1.0",
"astro": "^3.3.2",
"astro-expressive-code": "^0.30.1",
"dayjs": "^1.11.10",
"markdown-it-mark": "^4.0.0",
"md-editor-v3": "^4.9.0",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
"unist-util-visit": "^5.0.0",
"vue": "^3.2.30"
},
"devDependencies": {
"@unocss/reset": "^0.56.5",
"pagefind": "^1.0.4",
"sass": "^1.69.5",
"unocss": "^0.56.5"
}
}