@mantine/carousel
Version:
Embla based carousel
62 lines (61 loc) • 1.41 kB
JSON
{
"name": "@mantine/carousel",
"version": "8.3.14",
"description": "Embla based carousel",
"homepage": "https://mantine.dev/x/carousel/",
"license": "MIT",
"author": "Vitaly Rtishchev <rtivital@gmail.com>",
"keywords": [
"carousel",
"components",
"frontend",
"library",
"next",
"nextjs",
"react",
"slick",
"slider",
"ui",
"ui-kit"
],
"sideEffects": [
"*.css"
],
"main": "./cjs/index.cjs",
"module": "./esm/index.mjs",
"types": "./lib/index.d.ts",
"exports": {
".": {
"import": {
"types": "./lib/index.d.mts",
"default": "./esm/index.mjs"
},
"require": {
"types": "./lib/index.d.ts",
"default": "./cjs/index.cjs"
}
},
"./styles.css": "./styles.css",
"./styles.layer.css": "./styles.layer.css"
},
"repository": {
"url": "https://github.com/mantinedev/mantine.git",
"type": "git",
"directory": "packages/@mantine/carousel"
},
"peerDependencies": {
"@mantine/core": "8.3.14",
"@mantine/hooks": "8.3.14",
"embla-carousel": ">=8.0.0",
"embla-carousel-react": ">=8.0.0",
"react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x"
},
"devDependencies": {
"@mantine-tests/core": "workspace:*",
"@mantine/core": "workspace:*",
"@mantine/hooks": "workspace:*",
"react": "19.1.1",
"react-dom": "19.1.1"
}
}