Skip to content

Commit 6995b8f

Browse files
authored
Merge pull request #956 from w3bdesign/dev
Replace Carousel with Swiper
2 parents 92e7e2e + 4c069b9 commit 6995b8f

File tree

10 files changed

+80453
-97125
lines changed

10 files changed

+80453
-97125
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Ecommerce site with Laravel 10, Vue 3 and Stripe.
5050
- `vue-router`: Official router for Vue.js 3
5151
- `pinia`: Intuitive, type safe, light and flexible Store for Vue using the Composition API
5252
- `pinia-plugin-persistedstate`: Persist and rehydrate Pinia stores
53-
- `flowbite`: Utility-first CSS framework built on top of Tailwind CSS
53+
- `swiper`: Responsive image carousel with mobile touch support
5454
- `@stripe/stripe-js`: Stripe.js and Elements for collecting payment information
5555
- `@formkit/vue`: Form handling and validation for Vue 3
5656
- `@formkit/addons`: Addons for FormKit, including support for Stripe Elements

composer.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 27 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,18 @@
2929
"laravel-mix": "6.0.49",
3030
"lodash": "4.17.21",
3131
"postcss": "8.4.24",
32+
"prettier": "2.8.8",
3233
"tailwindcss": "3.3.2",
33-
"vue-loader": "17.2.2",
34-
"prettier": "2.8.8"
34+
"vue-loader": "17.2.2"
3535
},
3636
"dependencies": {
3737
"@formkit/addons": "1.0.0-beta.9-f64c966",
3838
"@formkit/vue": "1.0.0-beta.9-f64c966",
3939
"@stripe/stripe-js": "1.54.1",
40-
"flowbite": "1.6.6",
4140
"lodash": "4.17.21",
4241
"pinia": "2.1.4",
4342
"pinia-plugin-persistedstate": "3.1.0",
43+
"swiper": "^9.4.1",
4444
"swrv": "1.0.3",
4545
"vue": "3.3.4",
4646
"vue-router": "4.2.2"

0 commit comments

Comments
 (0)