You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
400 B

{
"name": "ruthenic.com",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/rss": "^0.2.2",
"@astrojs/sitemap": "^1.0.0",
"astro": "^1.6.1",
"astro-robots-txt": "^0.3.10",
"sass": "^1.55.0"
},
"dependencies": {
"@astrojs/mdx": "^0.11.5"
}
}