mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 01:22:49 +00:00
66 lines
1.5 KiB
JSON
66 lines
1.5 KiB
JSON
{
|
|
"name": "@mantine/dates",
|
|
"version": "8.3.18",
|
|
"description": "Calendars, date and time pickers based on Mantine components",
|
|
"homepage": "https://mantine.dev/dates/getting-started/",
|
|
"license": "MIT",
|
|
"author": "Vitaly Rtishchev <rtivital@gmail.com>",
|
|
"keywords": [
|
|
"calendar",
|
|
"components",
|
|
"date",
|
|
"frontend",
|
|
"library",
|
|
"next",
|
|
"nextjs",
|
|
"picker",
|
|
"react",
|
|
"time",
|
|
"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/dates"
|
|
},
|
|
"peerDependencies": {
|
|
"@mantine/core": "8.3.18",
|
|
"@mantine/hooks": "8.3.18",
|
|
"dayjs": ">=1.0.0",
|
|
"react": "^18.x || ^19.x",
|
|
"react-dom": "^18.x || ^19.x"
|
|
},
|
|
"dependencies": {
|
|
"clsx": "^2.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@mantine-tests/core": "workspace:*",
|
|
"@mantine-tests/dates": "workspace:*",
|
|
"@mantine/core": "workspace:*",
|
|
"@mantine/hooks": "workspace:*",
|
|
"react": "19.1.1",
|
|
"react-dom": "19.1.1"
|
|
}
|
|
}
|