polsevev.dev/package.json

22 lines
463 B
JSON
Raw Normal View History

2024-08-02 20:52:09 +00:00
{
"name": "polsevev-dev",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
2024-10-29 21:12:23 +00:00
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^3.1.8",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"astro": "^4.16.7",
2024-10-26 10:16:49 +00:00
"sharp": "^0.33.5",
2024-08-02 20:52:09 +00:00
"typescript": "^5.5.4"
}
2024-10-26 10:16:49 +00:00
}