-
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.12 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.12 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": "^6.0.3",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.3",
"@astrojs/solid-js": "^6.0.1",
"@expressive-code/plugin-collapsible-sections": "^0.43.1",
"@expressive-code/plugin-line-numbers": "^0.43.1",
"@fancyapps/ui": "^6.1.14",
"@waline/client": "^3.15.2",
"@tailwindcss/vite": "^4.3.0",
"astro": "^6.4.6",
"astro-expressive-code": "^0.43.1",
"dayjs": "^1.11.21",
"hastscript": "^9.0.1",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
"remark-directive": "^4.0.0",
"remixicon": "^4.9.1",
"solid-js": "^1.9.13",
"tailwindcss": "^4.3.0",
"tocbot": "^4.36.8",
"typescript": "^6.0.3",
"unist-util-remove": "^4.0.0",
"unist-util-visit": "^5.1.0"
},
"devDependencies": {
"npm-check-updates": "^22.2.3",
"sass": "^1.100.0"
},
"overrides": {
"vite": "7.3.5"
}
}