Removed swiper

This commit is contained in:
Alexis
2025-12-21 18:12:18 +01:00
parent a207235062
commit 9ad25431b5
5 changed files with 1 additions and 15 deletions

View File

@@ -16,7 +16,6 @@
"@vueuse/core": "^14.1.0", "@vueuse/core": "^14.1.0",
"astro": "^5.16.6", "astro": "^5.16.6",
"astro-compressor": "^1.2.0", "astro-compressor": "^1.2.0",
"swiper": "^12.0.3",
"tailwindcss": "^4.1.18", "tailwindcss": "^4.1.18",
"vue": "^3.5.26" "vue": "^3.5.26"
}, },

9
pnpm-lock.yaml generated
View File

@@ -26,9 +26,6 @@ importers:
astro-compressor: astro-compressor:
specifier: ^1.2.0 specifier: ^1.2.0
version: 1.2.0 version: 1.2.0
swiper:
specifier: ^12.0.3
version: 12.0.3
tailwindcss: tailwindcss:
specifier: ^4.1.18 specifier: ^4.1.18
version: 4.1.18 version: 4.1.18
@@ -2037,10 +2034,6 @@ packages:
engines: {node: '>=16'} engines: {node: '>=16'}
hasBin: true hasBin: true
swiper@12.0.3:
resolution: {integrity: sha512-BHd6U1VPEIksrXlyXjMmRWO0onmdNPaTAFduzqR3pgjvi7KfmUCAm/0cj49u2D7B0zNjMw02TSeXfinC1hDCXg==}
engines: {node: '>= 4.7.0'}
tailwindcss@4.1.18: tailwindcss@4.1.18:
resolution: {integrity: sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw==} resolution: {integrity: sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw==}
@@ -4692,8 +4685,6 @@ snapshots:
picocolors: 1.1.1 picocolors: 1.1.1
sax: 1.4.3 sax: 1.4.3
swiper@12.0.3: {}
tailwindcss@4.1.18: {} tailwindcss@4.1.18: {}
tapable@2.3.0: {} tapable@2.3.0: {}

View File

@@ -42,8 +42,6 @@ const websiteDomain = "alexcreates.fr"
<meta property="og:author" content={authorName} /> <meta property="og:author" content={authorName} />
<meta property="og:author:username" content={authorUsername} /> <meta property="og:author:username" content={authorUsername} />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css">
<HeadFavicon /> <HeadFavicon />
<meta name="msapplication-TileColor" content="#065f46"> <meta name="msapplication-TileColor" content="#065f46">

View File

@@ -42,8 +42,6 @@ const websiteDomain = "alexcreates.fr"
<meta property="og:author" content={authorName} /> <meta property="og:author" content={authorName} />
<meta property="og:author:username" content={authorUsername} /> <meta property="og:author:username" content={authorUsername} />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css">
<HeadFavicon /> <HeadFavicon />
<meta name="msapplication-TileColor" content="#065f46"> <meta name="msapplication-TileColor" content="#065f46">

View File

@@ -45,7 +45,7 @@ import Layout from '../layouts/Layout.astro';
</Heading> </Heading>
<Fragment slot="body"> <Fragment slot="body">
<p>I wasn't satisfied with the custom calendar apps currently available ; especially with their interfaces. So I <i>obviously</i> has to make my own !</p> <p>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 !</p>
<p>It also was the perfect excuse to experiment and push Nuxt / Shadcn code to production</p> <p>It also was the perfect excuse to experiment and push Nuxt / Shadcn code to production</p>
</Fragment> </Fragment>
</Card> </Card>