UNPKG

dragon-lightbox

Version:

A lightweight, responsive and accessible lightbox library made in typescript

53 lines (52 loc) 1.36 kB
{ "name": "dragon-lightbox", "version": "1.4.1", "type": "module", "description": "A lightweight, responsive and accessible lightbox library made in typescript", "main": "dist/dragon-lightbox.js", "targets": { "main": false }, "scripts": { "dev": "npm run clear && vite", "vite:build": "tsc && npm run clear && vite build", "clear": "rimraf dist && rimraf docs/dragon-lightbox.min.js", "css:clear": "node scripts/cssCleaner.js", "build": "npm run clear && npm run vite:build && npm run css:clear", "preview": "vite preview --outDir docs" }, "browserslist": [ "defaults", "not IE 11", "maintained node versions" ], "keywords": [ "lightbox", "responsive", "accesible", "lightbox-gallery", "iframe", "video-gallery", "image-gallery", "swipe" ], "author": "cmgdragon", "license": "MIT", "devDependencies": { "rimraf": "3.0.2", "terser": "^5.27.0", "typescript": "^5.3.3", "vite": "^5.0.12" }, "directories": { "doc": "docs" }, "repository": { "type": "git", "url": "git+https://github.com/cmgdragon/dragon-lightbox.git" }, "bugs": { "url": "https://github.com/cmgdragon/dragon-lightbox/issues" }, "homepage": "https://github.com/cmgdragon/dragon-lightbox#readme" }