dc09.ru/package.json

24 lines
520 B
JSON
Raw Normal View History

{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^2.3.0",
"astro-compress": "^1.1.42",
2023-06-18 18:10:29 +04:00
"less": "^4.1.3",
"mdast-util-to-string": "^3.2.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-figure": "^1.0.1",
"rehype-slug": "^5.1.0",
2023-06-18 18:10:29 +04:00
"remark-unwrap-images": "^3.0.1"
}
}