-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.48 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
50
51
52
53
54
55
56
{
"name": "eindex-blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --port 3000",
"start": "astro dev --port 3000",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"cf": "pnpx wrangler pages dev ./dist",
"prepare": "husky install"
},
"dependencies": {
"@astrojs/cloudflare": "^8.1.0",
"@astrojs/mdx": "^2.0.4",
"@astrojs/rss": "^4.0.2",
"@astrojs/sitemap": "^3.0.4",
"@astrojs/tailwind": "^5.1.0",
"@astrolib/seo": "^0.6.0",
"@fontsource-variable/bitter": "^5.0.14",
"@fontsource-variable/inter": "^5.0.13",
"@fontsource-variable/noto-sans-sc": "^5.0.3",
"@fontsource/noto-serif-sc": "^5.0.7",
"@tabler/icons-webfont": "^2.38.0",
"@tailwindcss/typography": "^0.5.10",
"astro": "^4.1.3",
"html-entities": "^2.3.3",
"lodash": "^4.17.21",
"markdown-it": "^13.0.2",
"mdast-util-find-and-replace": "^3.0.1",
"mdast-util-to-string": "^4.0.0",
"meilisearch": "^0.35.0",
"reading-time": "^1.5.0",
"rehype-accessible-emojis": "^0.3.2",
"rehype-stringify": "^10.0.0",
"rehype-truncate": "^1.2.2",
"remark-hint": "^1.0.10",
"sanitize-html": "^2.11.0",
"shiki": "^0.14.4",
"slugify": "^1.6.6",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@remy/webmention": "^1.4.5",
"axios": "^1.3.4",
"fs-extra": "^11.1.1",
"husky": "^8.0.0",
"rehype-katex": "^5.0.0",
"remark-math": "^3.0.1",
"remark-toc": "^8.0.1",
"sass": "^1.58.3",
"xml2json": "^0.12.0"
},
"packageManager": "[email protected]"
}