mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 01:22:49 +00:00
65 lines
1.5 KiB
JSON
65 lines
1.5 KiB
JSON
{
|
|
"name": "@mantine/core",
|
|
"version": "8.3.18",
|
|
"description": "React components library focused on usability, accessibility and developer experience",
|
|
"homepage": "https://mantine.dev/",
|
|
"license": "MIT",
|
|
"author": "Vitaly Rtishchev <rtivital@gmail.com>",
|
|
"keywords": [
|
|
"components",
|
|
"design",
|
|
"frontend",
|
|
"library",
|
|
"next",
|
|
"nextjs",
|
|
"react",
|
|
"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",
|
|
"./styles/*": "./styles/*"
|
|
},
|
|
"repository": {
|
|
"url": "https://github.com/mantinedev/mantine.git",
|
|
"type": "git",
|
|
"directory": "packages/@mantine/core"
|
|
},
|
|
"peerDependencies": {
|
|
"@mantine/hooks": "8.3.18",
|
|
"react": "^18.x || ^19.x",
|
|
"react-dom": "^18.x || ^19.x"
|
|
},
|
|
"dependencies": {
|
|
"@floating-ui/react": "^0.27.16",
|
|
"clsx": "^2.1.1",
|
|
"react-number-format": "^5.4.4",
|
|
"react-remove-scroll": "^2.7.1",
|
|
"react-textarea-autosize": "8.5.9",
|
|
"type-fest": "^4.41.0"
|
|
},
|
|
"devDependencies": {
|
|
"@mantine-tests/core": "workspace:*",
|
|
"@mantine/hooks": "workspace:*",
|
|
"react": "19.1.1",
|
|
"react-dom": "19.1.1"
|
|
}
|
|
}
|