blog/package.json

51 lines
1.3 KiB
JSON
Raw Normal View History

2023-08-31 00:30:45 +00:00
{
"name": "blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
2023-10-12 22:22:58 +00:00
"astro": "astro",
"format": "prettier -w ."
2023-08-31 00:30:45 +00:00
},
"dependencies": {
"@astrojs/mdx": "^1.0.0",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.0",
2023-08-31 08:07:03 +00:00
"astro": "^3.0.3",
2023-09-01 00:10:20 +00:00
"astro-diagram": "^0.7.0",
2023-08-31 15:33:14 +00:00
"astro-imagetools": "^0.9.0",
2023-09-01 12:59:21 +00:00
"astro-remark-description": "^1.0.1",
2023-09-02 00:25:56 +00:00
"classnames": "^2.3.2",
2023-08-31 08:07:03 +00:00
"fork-awesome": "^1.2.0",
2023-09-01 17:05:29 +00:00
"katex": "^0.16.8",
2023-08-31 08:07:03 +00:00
"lodash-es": "^4.17.21",
"mdast-util-to-string": "^4.0.0",
2023-09-08 10:10:52 +00:00
"nanoid": "^4.0.2",
2023-09-01 04:15:54 +00:00
"reading-time": "^1.5.0",
2023-10-04 14:16:04 +00:00
"rehype-accessible-emojis": "^0.3.2",
2023-09-01 17:05:29 +00:00
"rehype-katex": "^6.0.3",
2023-09-01 15:09:01 +00:00
"remark-emoji": "^4.0.0",
"remark-github-beta-blockquote-admonitions": "^2.1.0",
2023-09-01 17:05:29 +00:00
"remark-math": "^5.1.1",
2023-09-01 15:09:01 +00:00
"remark-parse": "^10.0.2"
2023-08-31 03:47:22 +00:00
},
"devDependencies": {
2023-08-31 08:07:03 +00:00
"@types/lodash-es": "^4.17.9",
2023-10-24 02:50:45 +00:00
"date-fns": "^2.30.0",
2023-10-11 17:47:18 +00:00
"hast-util-from-html": "^2.0.1",
"hast-util-to-html": "^9.0.0",
2023-09-01 15:09:01 +00:00
"mdast": "^3.0.0",
2023-10-11 16:48:34 +00:00
"mdast-util-from-markdown": "^2.0.0",
2023-08-31 03:47:22 +00:00
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
2023-09-01 15:09:01 +00:00
"sass": "^1.66.1",
2023-10-12 22:22:58 +00:00
"sharp": "^0.32.6",
"shiki": "^0.14.5",
2023-09-01 15:09:01 +00:00
"unified": "^11.0.2",
"unist-util-visit": "^5.0.0"
2023-08-31 00:30:45 +00:00
}
2023-08-31 03:47:22 +00:00
}