react-hook-form-mantine
Version:
React hook form wrapper for Mantine components
101 lines (100 loc) • 2.79 kB
JSON
{
"name": "react-hook-form-mantine",
"version": "4.0.1",
"description": "React hook form wrapper for Mantine components",
"keywords": [
"form-validation",
"mantine",
"react-hook-form"
],
"homepage": "https://aranlucas.github.io/react-hook-form-mantine",
"license": "MIT",
"author": "Lucas Arango",
"repository": {
"type": "git",
"url": "https://github.com/aranlucas/react-hook-form-mantine.git"
},
"source": "src/index.ts",
"files": [
"dist"
],
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"build": "vite build",
"build-storybook": "storybook build",
"commitlint": "node scripts/commitlint.mjs",
"compile": "tsc --noEmit",
"coverage": "vitest run --coverage",
"format": "oxfmt --check",
"format:fix": "oxfmt --write",
"lint": "oxlint --deny-warnings",
"lint:fix": "oxlint --fix --deny-warnings",
"prepare": "husky",
"prepublishOnly": "pnpm build",
"semantic-release": "semantic-release",
"storybook": "storybook dev -p 6006",
"test": "vitest",
"watch": "vite build --watch"
},
"devDependencies": {
"@commitlint/config-conventional": "^21.2.0",
"@commitlint/format": "^21.2.0",
"@commitlint/lint": "^21.2.0",
"@commitlint/load": "^21.2.0",
"@hookform/resolvers": "^5.4.0",
"@mantine/core": "^9.4.1",
"@mantine/dates": "^9.4.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@storybook/react": "^10.4.6",
"@storybook/react-vite": "^10.4.6",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3",
"@vitest/ui": "^4.1.9",
"husky": "^9.1.7",
"jsdom": "^29.1.1",
"oxfmt": "^0.57.0",
"oxlint": "^1.72.0",
"prettier": "^3.9.4",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-hook-form": "^7.80.0",
"semantic-release": "^25.0.5",
"storybook": "^10.4.6",
"typescript": "^6.0.3",
"unplugin-dts": "^1.0.3",
"vite": "^8.1.2",
"vitest": "^4.1.9",
"zod": "^4.4.3"
},
"peerDependencies": {
"@mantine/core": "^9.0.0",
"@mantine/dates": "^9.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.43"
},
"packageManager": "pnpm@11.9.0",
"pnpm": {
"shamefullyHoist": true,
"strictPeerDependencies": false
},
"isLibrary": true
}