Merge pull request #459 from nunocoracao/feature-shortcode-slider

 shortcode carousel
This commit is contained in:
Nuno Coração
2023-01-18 21:22:43 +00:00
committed by GitHub
11 changed files with 3544 additions and 35 deletions

View File

@@ -46,6 +46,7 @@
"prettier-plugin-tailwindcss": "^0.2.1",
"rimraf": "^4.1.1",
"tailwindcss": "^3.2.4",
"tw-elements": "^1.0.0-alpha13",
"typeit": "^8.7.1",
"vendor-copy": "^3.0.1"
},
@@ -90,6 +91,10 @@
{
"from": "node_modules/packery/dist/packery.pkgd.min.js",
"to": "assets/lib/packery/packery.pkgd.min.js"
},
{
"from": "node_modules/tw-elements/dist/js/index.min.js",
"to": "assets/lib/tw-elements/index.min.js"
}
],
"dependencies": {