-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.23 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
43
44
45
46
47
48
49
{
"name": "@hans5958/blog",
"description": "The blog of Hans5958.",
"type": "module",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.0.3",
"@astrojs/rss": "^4.0.10",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.4",
"@astrojs/vue": "^5.0.3",
"@giscus/vue": "^3.0.0",
"@iconify-json/bi": "^1.2.2",
"@iconify-json/fa6-solid": "^1.2.3",
"@iconify-json/mdi": "^1.2.2",
"@iconify-json/octicon": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.16",
"astro": "^5.1.1",
"astro-compress": "^2.3.5",
"astro-icon": "^1.1.4",
"astro-og-canvas": "^0.5.5",
"chart.js": "^4.4.7",
"chartjs-adapter-dayjs-4": "^1.0.4",
"dayjs": "^1.11.13",
"pretty-bytes": "^6.1.1",
"reading-time": "^1.5.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-html": "^16.0.1",
"remark-parse": "^11.0.0",
"sharp": "^0.33.5",
"simple-scrollspy": "^2.5.3",
"slugify": "^1.6.6",
"strip-markdown": "^6.0.0",
"tailwindcss": "^3.4.17",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"vite-plugin-lightningcss": "^0.0.5",
"vue": "^3.5.13"
}
}