diff --git a/package.json b/package.json index 48ee09a..fad0fdd 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,6 @@ "@vueuse/core": "^14.1.0", "astro": "^5.16.6", "astro-compressor": "^1.2.0", - "swiper": "^12.0.3", "tailwindcss": "^4.1.18", "vue": "^3.5.26" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 66e14a3..fdbc453 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -26,9 +26,6 @@ importers: astro-compressor: specifier: ^1.2.0 version: 1.2.0 - swiper: - specifier: ^12.0.3 - version: 12.0.3 tailwindcss: specifier: ^4.1.18 version: 4.1.18 @@ -2037,10 +2034,6 @@ packages: engines: {node: '>=16'} hasBin: true - swiper@12.0.3: - resolution: {integrity: sha512-BHd6U1VPEIksrXlyXjMmRWO0onmdNPaTAFduzqR3pgjvi7KfmUCAm/0cj49u2D7B0zNjMw02TSeXfinC1hDCXg==} - engines: {node: '>= 4.7.0'} - tailwindcss@4.1.18: resolution: {integrity: sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw==} @@ -4692,8 +4685,6 @@ snapshots: picocolors: 1.1.1 sax: 1.4.3 - swiper@12.0.3: {} - tailwindcss@4.1.18: {} tapable@2.3.0: {} diff --git a/src/layouts/HomeLayout.astro b/src/layouts/HomeLayout.astro index cb0ef57..1793ed5 100644 --- a/src/layouts/HomeLayout.astro +++ b/src/layouts/HomeLayout.astro @@ -42,8 +42,6 @@ const websiteDomain = "alexcreates.fr" - - diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 93014fa..fc99318 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -42,8 +42,6 @@ const websiteDomain = "alexcreates.fr" - - diff --git a/src/pages/projects.astro b/src/pages/projects.astro index 38999a6..5a4b5f4 100644 --- a/src/pages/projects.astro +++ b/src/pages/projects.astro @@ -45,7 +45,7 @@ import Layout from '../layouts/Layout.astro'; -

I wasn't satisfied with the custom calendar apps currently available ; especially with their interfaces. So I obviously has to make my own !

+

I wasn't satisfied with the custom calendar apps currently available ; especially with their interfaces and lack of responsivity. So I decided to make my own !

It also was the perfect excuse to experiment and push Nuxt / Shadcn code to production