Removed swiper
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
9
pnpm-lock.yaml
generated
9
pnpm-lock.yaml
generated
@@ -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: {}
|
||||
|
||||
@@ -42,8 +42,6 @@ const websiteDomain = "alexcreates.fr"
|
||||
<meta property="og:author" content={authorName} />
|
||||
<meta property="og:author:username" content={authorUsername} />
|
||||
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css">
|
||||
|
||||
<HeadFavicon />
|
||||
|
||||
<meta name="msapplication-TileColor" content="#065f46">
|
||||
|
||||
@@ -42,8 +42,6 @@ const websiteDomain = "alexcreates.fr"
|
||||
<meta property="og:author" content={authorName} />
|
||||
<meta property="og:author:username" content={authorUsername} />
|
||||
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css">
|
||||
|
||||
<HeadFavicon />
|
||||
|
||||
<meta name="msapplication-TileColor" content="#065f46">
|
||||
|
||||
@@ -45,7 +45,7 @@ import Layout from '../layouts/Layout.astro';
|
||||
</Heading>
|
||||
|
||||
<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>
|
||||
</Fragment>
|
||||
</Card>
|
||||
|
||||
Reference in New Issue
Block a user