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.

25 lines
570 B

{
"name": "ruthenic.com",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/sitemap": "^1.0.0",
"astro": "^1.0.0-beta.31",
"astro-robots-txt": "^0.3.7"
},
"dependencies": {
"@astrojs/deno": "^0.1.2",
"@astrojs/renderer-preact": "^0.5.0",
"@astrojs/renderer-react": "^0.5.0",
"@astrojs/renderer-svelte": "^0.5.2",
"@astrojs/renderer-vue": "^0.4.0",
"@astrojs/rss": "^0.2.0",
"vite": "^2.9.9"
}
}