Skip to content

Replace Carousel with Swiper #956

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jun 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Ecommerce site with Laravel 10, Vue 3 and Stripe.
- `vue-router`: Official router for Vue.js 3
- `pinia`: Intuitive, type safe, light and flexible Store for Vue using the Composition API
- `pinia-plugin-persistedstate`: Persist and rehydrate Pinia stores
- `flowbite`: Utility-first CSS framework built on top of Tailwind CSS
- `swiper`: Responsive image carousel with mobile touch support
- `@stripe/stripe-js`: Stripe.js and Elements for collecting payment information
- `@formkit/vue`: Form handling and validation for Vue 3
- `@formkit/addons`: Addons for FormKit, including support for Stripe Elements
Expand Down
16 changes: 8 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

52 changes: 27 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@
"laravel-mix": "6.0.49",
"lodash": "4.17.21",
"postcss": "8.4.24",
"prettier": "2.8.8",
"tailwindcss": "3.3.2",
"vue-loader": "17.2.2",
"prettier": "2.8.8"
"vue-loader": "17.2.2"
},
"dependencies": {
"@formkit/addons": "1.0.0-beta.9-f64c966",
"@formkit/vue": "1.0.0-beta.9-f64c966",
"@stripe/stripe-js": "1.54.1",
"flowbite": "1.6.6",
"lodash": "4.17.21",
"pinia": "2.1.4",
"pinia-plugin-persistedstate": "3.1.0",
"swiper": "^9.4.1",
"swrv": "1.0.3",
"vue": "3.3.4",
"vue-router": "4.2.2"
Expand Down
Loading