diff options
| author | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2025-03-14 22:21:47 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2025-03-14 22:21:47 +0100 |
| commit | 54dab1e00b38693e96c801d0c5a020693a35bbda (patch) | |
| tree | e0c61e6b694a1e8c8a6618671a9f5c738e6e621f /package.json | |
| parent | 847294bbf1b4bfa213b7ac03757aa2cf444c31bd (diff) | |
Refactor SCSS imports to use @use syntax, update portfolio entries, and add new projects
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 2 insertions, 3 deletions
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 |
