mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 09:42:55 +00:00
43 lines
928 B
JSON
43 lines
928 B
JSON
{
|
|
"name": "@mantine/hooks",
|
|
"version": "8.3.18",
|
|
"description": "A collection of 50+ hooks for state and UI management",
|
|
"homepage": "https://mantine.dev",
|
|
"license": "MIT",
|
|
"author": "Vitaly Rtishchev <rtivital@gmail.com>",
|
|
"keywords": [
|
|
"frontend",
|
|
"hooks",
|
|
"library",
|
|
"next",
|
|
"nextjs",
|
|
"react",
|
|
"react-hooks",
|
|
"state"
|
|
],
|
|
"sideEffects": false,
|
|
"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"
|
|
}
|
|
}
|
|
},
|
|
"repository": {
|
|
"url": "https://github.com/mantinedev/mantine.git",
|
|
"type": "git",
|
|
"directory": "packages/@mantine/hooks"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.x || ^19.x"
|
|
}
|
|
}
|