UNPKG

@frsource/tiny-carousel-core

Version:

Core module for @frsource/tiny-carousel, based on CSS scroll snap feature 🚀

69 lines • 2.04 kB
{ "name": "@frsource/tiny-carousel-core", "amdName": "tinyCarouselCore", "version": "0.10.2", "description": "Core module for @frsource/tiny-carousel, based on CSS scroll snap feature 🚀", "source": "src/index.ts", "types": "dist/index.d.ts", "main": "dist/index.js", "umd:main": "dist/index.umd.js", "unpkg": "dist/index.umd.js", "module": "dist/index.module.js", "exports": "./dist/index.modern.js", "sass": "src/index.scss", "styles": "dist/index.css", "keywords": [ "carousel", "slider", "swiper", "tiny", "core", "efficient", "modular", "lightweight", "mobile-friendly", "css snap", "scroll snap", "snapping points", "vanillaJS", "accessibility", "css", "js" ], "author": "Jakub Freisler <jakub.freisler@frsource.org>", "license": "MIT", "bugs": { "url": "https://github.com/FRSource/tiny-carousel/issues" }, "repository": { "type": "git", "url": "git+https://github.com/FRSource/tiny-carousel.git" }, "homepage": "https://www.frsource.org/tiny-carousel/ecosystem/#core", "publishConfig": { "access": "public" }, "dependencies": { "@frsource/tiny-carousel-utils": "^0.6.0" }, "peerDependencies": { "@frsource/frs-hide-scrollbar": "^2.0.5" }, "devDependencies": { "@frsource/frs-hide-scrollbar": "^2.0.6" }, "scripts": { "lint": "concurrently pnpm:lint:*", "lint:scripts": "eslint src/. --ext .js,.jsx,.ts,.tsx", "lint:styles": "stylelint 'src/**.scss'", "fix:lint": "concurrently 'pnpm lint:scripts --fix' 'pnpm lint:styles --fix'", "test": "concurrently pnpm:test:*", "test:scripts:unit": "jest --config ../../jest.config.js 'core/src/.*\\.spec\\.test\\.ts'", "coverage": "concurrently pnpm:coverage:*", "coverage:scripts": "pnpm test:scripts:unit --coverage", "watch:test": "concurrently pnpm:watch:test:*", "watch:test:scripts:unit": "pnpm test:scripts:unit --watch", "build": "microbundle", "start": "microbundle watch" } }