forked from cirry/astro-yi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.1 KB
/
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
39
40
41
42
{
"name": "astro-blog",
"type": "module",
"version": "0.0.7",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^3.1.9",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/solid-js": "^4.4.3",
"@astrojs/tailwind": "^5.1.2",
"@expressive-code/plugin-collapsible-sections": "^0.33.5",
"@expressive-code/plugin-line-numbers": "^0.33.5",
"@fancyapps/ui": "^5.0.35",
"@waline/client": "^3.1.3",
"astro": "^4.16.13",
"astro-expressive-code": "^0.33.5",
"child_process": "^1.0.2",
"dayjs": "^1.11.10",
"hastscript": "^9.0.0",
"lodash": "^4.17.21",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
"remark-directive": "^3.0.0",
"remixicon": "^4.5.0",
"solid-js": "^1.8.15",
"tailwindcss": "^3.4.1",
"tocbot": "^4.25.0",
"typescript": "^5.4.2",
"unist-util-remove": "^4.0.0",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"sass": "^1.72.0"
}
}