Files
slashroot-cc/package.json
Raul Costa ada3e2c1b7
Some checks failed
Build and Update Flux / build-push-update (push) Failing after 51s
RC: (update) astro latest official integrations
2026-04-02 01:03:59 +01:00

21 lines
386 B
JSON

{
"name": "sysadmin-blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^5.0.3",
"@astrojs/sitemap": "^3.7.2",
"astro": "^6.1.3",
"gsap": "^3.12.5"
},
"devDependencies": {
"typescript": "^5.5.0"
}
}