/
ai_sampletext
/
DiplomWork
Обзор
Документация
Войти
/
ai_sampletext
/
DiplomWork
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
node_modules/embla-carousel/esm/package.json
52 строки
1 KB
boolyshareyo
Initial commit
08 июн 2026, 16:00
08 июн 2026, 16:00
6216a29
Код
Авторство
О чём код?
{ "name": "embla-carousel", "version": "8.6.0", "author": "David Jerleke", "description": "A lightweight carousel library with fluid motion and great swipe precision", "repository": { "type": "git", "url": "git+https://github.com/davidjerleke/embla-carousel" }, "bugs": { "url": "https://github.com/davidjerleke/embla-carousel/issues" }, "homepage": "https://www.embla-carousel.com", "license": "MIT", "keywords": [ "slider", "carousel", "slideshow", "gallery", "lightweight", "touch", "javascript", "typescript", "react", "vue", "svelte", "solid" ], "types": "index.d.ts", "sideEffects": false, "files": [ "embla-carousel*", "components/**/*", "index.d.ts" ], "devDependencies": { "@types/jest": "^29.5.6", "@typescript-eslint/eslint-plugin": "^6.9.0", "@typescript-eslint/parser": "^6.9.0", "eslint": "^8.52.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^4.0.0", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", "prettier": "2.8.8", "rollup": "^4.22.4", "ts-jest": "^29.1.1", "typescript": "^5.2.2" }, "module": "embla-carousel.esm.js", "type": "module" }