mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 14:21:00 +00:00
42 lines
907 B
JSON
42 lines
907 B
JSON
{
|
|
"name": "@mantine/form",
|
|
"version": "8.3.18",
|
|
"description": "Mantine form management library",
|
|
"homepage": "https://mantine.dev",
|
|
"license": "MIT",
|
|
"author": "Vitaly Rtishchev <rtivital@gmail.com>",
|
|
"keywords": [
|
|
"form",
|
|
"react",
|
|
"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/form"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.x || ^19.x"
|
|
},
|
|
"dependencies": {
|
|
"fast-deep-equal": "^3.1.3",
|
|
"klona": "^2.0.6"
|
|
}
|
|
}
|