-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.16 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.16 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
42
43
44
{
"name": "astro-blog",
"type": "module",
"version": "0.0.5",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.3.0",
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.4.1",
"@astrojs/solid-js": "^5.1.0",
"@astrojs/tailwind": "^5.1.5",
"@expressive-code/plugin-collapsible-sections": "^0.41.2",
"@expressive-code/plugin-line-numbers": "^0.41.2",
"@fancyapps/ui": "^6.0.5",
"@waline/client": "^3.5.7",
"astro": "^5.10.1",
"astro-expressive-code": "^0.41.2",
"child_process": "^1.0.2",
"dayjs": "^1.11.13",
"hastscript": "^9.0.1",
"lodash": "^4.17.21",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
"remark-directive": "^4.0.0",
"remixicon": "^4.6.0",
"solid-js": "^1.9.7",
"tailwindcss": "^3.4.17",
"tocbot": "^4.36.4",
"typescript": "^5.8.3",
"unist-util-remove": "^4.0.0",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@types/lodash": "^4.17.19",
"npm-check-updates": "^18.0.1",
"sass": "^1.89.2"
}
}