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.

22 lines
555 B

{
"name": "ruthenic.com",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"format": "prettier -w --plugin-search-dir=. ."
},
"devDependencies": {
"@astrojs/mdx": "^0.19.0",
"@astrojs/rss": "^2.4.0",
"@astrojs/sitemap": "^1.2.2",
"astro": "^2.3.3",
"astro-robots-txt": "^0.5.0",
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.8.0",
"sass": "^1.62.1"
}
}