blog/package.json

30 lines
667 B
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",
"astro": "astro"
},
"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-08-31 15:33:14 +00:00
"astro-imagetools": "^0.9.0",
2023-08-31 08:07:03 +00:00
"fork-awesome": "^1.2.0",
"lodash-es": "^4.17.21",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0"
2023-08-31 03:47:22 +00:00
},
"devDependencies": {
2023-08-31 08:07:03 +00:00
"@types/lodash-es": "^4.17.9",
2023-08-31 03:47:22 +00:00
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
"sass": "^1.66.1"
2023-08-31 00:30:45 +00:00
}
2023-08-31 03:47:22 +00:00
}