2023-05-05 14:01:09 +04:00
|
|
|
{
|
|
|
|
"name": "",
|
|
|
|
"type": "module",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "astro dev",
|
|
|
|
"start": "astro dev",
|
|
|
|
"build": "astro build",
|
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-07-23 18:37:30 +04:00
|
|
|
"astro": "^2.9.0",
|
2023-07-28 18:40:24 +04:00
|
|
|
"astro-compress": "^1.1.50",
|
2023-07-31 11:50:27 +04:00
|
|
|
"intl": "^1.2.5",
|
2023-06-18 18:10:29 +04:00
|
|
|
"less": "^4.1.3",
|
2023-06-18 20:00:53 +04:00
|
|
|
"reading-time": "^1.5.0",
|
2023-06-18 18:55:51 +04:00
|
|
|
"rehype-autolink-headings": "^6.1.1",
|
2023-06-18 20:00:53 +04:00
|
|
|
"rehype-figure": "^1.0.1",
|
2023-06-18 18:55:51 +04:00
|
|
|
"rehype-slug": "^5.1.0",
|
2023-06-22 21:59:47 +04:00
|
|
|
"remark-unwrap-images": "^3.0.1",
|
|
|
|
"unist-util-select": "^4.0.3",
|
|
|
|
"unist-util-visit": "^4.1.2"
|
2023-05-05 14:01:09 +04:00
|
|
|
}
|
|
|
|
}
|