From 54dab1e00b38693e96c801d0c5a020693a35bbda Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> Date: Fri, 14 Mar 2025 22:21:47 +0100 Subject: Refactor SCSS imports to use @use syntax, update portfolio entries, and add new projects --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 7081c4b..d25d7f3 100644 --- a/package.json +++ b/package.json @@ -4,13 +4,12 @@ "version": "0.0.1", "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro check && astro build", - "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/check": "^0.9.4", + "@astrojs/mdx": "^4.2.0", "@astrojs/rss": "4.0.11", "@astrojs/sitemap": "3.2.1", "@fontsource-variable/sen": "5.2.5", @@ -22,4 +21,4 @@ "devDependencies": { "sass": "^1.85.1" } -} +} \ No newline at end of file -- cgit v1.3