RC: (upload) astro initial structure

This commit is contained in:
Raul Costa
2026-04-01 00:19:49 +01:00
commit 8c11192e7b
29 changed files with 8561 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "sysadmin-blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^4.15.0",
"@astrojs/mdx": "^3.1.0",
"@astrojs/sitemap": "^3.1.0",
"gsap": "^3.12.5"
},
"devDependencies": {
"typescript": "^5.5.0"
}
}