UNPKG

swiffy-slider

Version:

Swiffy slider is a touch enabled super lightweight html slider and carousel using browser scroll, css grid and scroll snap align and less than 1.5 kb javascript. Comes in css mode only version

66 lines 1.96 kB
{ "name": "swiffy-slider", "description": "Swiffy slider is a touch enabled super lightweight html slider and carousel using browser scroll, css grid and scroll snap align and less than 1.5 kb javascript. Comes in css mode only version", "version": "2.1.0", "type": "module", "exports": { ".": { "types": "./dist/js/swiffy-slider.d.ts", "default": "./dist/js/swiffy-slider.js" }, "./extensions": { "types": "./dist/js/swiffy-slider-extensions.d.ts", "default": "./dist/js/swiffy-slider-extensions.js" }, "./css": "./dist/css/swiffy-slider.css", "./src/": "./src/" }, "types": "./dist/js/swiffy-slider.d.ts", "style": "dist/css/swiffy-slider.css", "files": [ "dist/{css,js}/*.{css,js,map,d.ts}", "src/*.{css,js,d.ts}" ], "repository": { "type": "git", "url": "git+https://github.com/dynamicweb/swiffy-slider.git" }, "keywords": [ "carousel", "slider", "front-end", "vanilla", "css", "mobile", "mobile-first", "responsive", "touch", "html", "product slider", "lightbox", "web", "framework" ], "author": "Nicolai Høeg Pedersen @ Dynamicweb <np@dynamicweb.dk> (https://www.dynamicweb.com)", "contributors": [ "Dynamicweb A/S" ], "bugs": { "url": "https://github.com/dynamicweb/swiffy-slider/issues" }, "homepage": "https://swiffyslider.com", "engines": { "node": ">=18" }, "license": "MIT", "scripts": { "build": "node build.js", "watch": "node build.js --watch", "dev": "concurrently \"node build.js --watch\" \"npx serve docs -l 5501\"" }, "devDependencies": { "concurrently": "^9.0.0", "esbuild": "^0.25.0", "lightningcss-cli": "^1.29.0" } }