feat: initial commit
This commit is contained in:
commit
16dba10451
20 changed files with 3924 additions and 0 deletions
16
package.json
Normal file
16
package.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"name": "ruds.io",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/rss": "^4.0.11",
|
||||
"@fontsource/jetbrains-mono": "^5.2.5",
|
||||
"astro": "^5.7.5"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue