@gfazioli/mantine-clock
Version:
React Clock components and hooks for Mantine with timezone support, countdown timers, customization options, and real-time updates.
47 lines (46 loc) • 1.34 kB
JSON
{
"name": "@gfazioli/mantine-clock",
"version": "2.1.9",
"description": "React Clock components and hooks for Mantine with timezone support, countdown timers, customization options, and real-time updates.",
"homepage": "https://gfazioli.github.io/mantine-clock/",
"packageManager": "yarn@4.0.1",
"license": "MIT",
"author": "Giovambattista Fazioli <giovambattista.fazioli@gmail.com>",
"keywords": [
"animation",
"branding",
"clock",
"extension",
"mantine",
"react",
"react-component",
"scroll",
"typescript"
],
"main": "./dist/cjs/index.cjs",
"module": "./dist/esm/index.mjs",
"types": "./dist/types/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/types/index.d.mts",
"default": "./dist/esm/index.mjs"
},
"require": {
"types": "./dist/types/index.d.ts",
"default": "./dist/cjs/index.cjs"
}
},
"./styles.css": "./dist/styles.css",
"./styles.layer.css": "./dist/styles.layer.css"
},
"repository": "https://github.com/gfazioli/mantine-clock.git",
"peerDependencies": {
"@mantine/core": ">=7.0.0",
"@mantine/hooks": ">=7.0.0",
"dayjs": "^1.11.13",
"react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x"
},
"bugs": "https://github.com/gfazioli/mantine-clock/issues"
}