@connect-soft/mui-hook-form
Version:
177 lines • 5.82 kB
JSON
{
"name": "@connect-soft/mui-hook-form",
"version": "0.2.0",
"author": "Lukáš Černý <lukas.cerny@connect-soft.cz>",
"description": "test",
"license": "ISC",
"main": "dist/index.js",
"module": "dist/index.m.js",
"unpkg": "dist/index.umd.js",
"umd:main": "dist/index.umd.js",
"keywords": [
"react",
"hooks",
"form",
"forms",
"form-validation",
"validation",
"typescript",
"react-hooks",
"react-hooks-form"
],
"source": "src/index.ts",
"types": "dist/types/index.d.ts",
"files": [
"dist",
"dist/__tests__"
],
"engines": {
"node": ">=18.18.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/connect-soft/components/mui-hook-form.git"
},
"bugs": {
"url": "https://gitlab.com/connect-soft/components/mui-hook-form/issues"
},
"homepage": "https://gitlab.com/connect-soft/components/mui-hook-form#readme",
"dependencies": {
"@hookform/resolvers": "^5.2.1",
"@mui/system": "^7.2.0",
"classnames": "^2.5.1",
"react-colorful": "^5.6.1",
"react-hook-form": "^7.55.0",
"react-transition-group": "^4.4.5",
"rimraf": "6.1.2",
"tsc-alias": "^1.8.16",
"usehooks-ts": "^2.9.2"
},
"devDependencies": {
"@connect-soft/date-helper": "0.0.9",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^7.2.0",
"@mui/material": "^7.2.0",
"@mui/x-date-pickers": "^8.0.0",
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-typescript": "^12.1.4",
"@storybook/addon-a11y": "^9.0.18",
"@storybook/addon-docs": "^9.0.18",
"@storybook/addon-links": "^9.0.18",
"@storybook/react-vite": "^9.0.18",
"@swc/core": "^1.3.102",
"@swc/jest": "^0.2.29",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "^16.3.0",
"@types/jest": "^30.0.0",
"@types/node": "^20.0.0",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/react-transition-group": "4.4.12",
"@types/rollup-plugin-peer-deps-external": "^2",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"classnames": "^2.5.1",
"dayjs": "^1.11.19",
"eslint": "^8.56.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-hooks": "^0.4.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.2",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-local-rules": "^3.0.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^9.0.18",
"eslint-plugin-testing-library": "^6.2.0",
"jest": "^29.7.0",
"jest-canvas-mock": "^2.5.2",
"jest-environment-jsdom": "^29.7.0",
"jest-preview": "^0.3.1",
"jest-serializer-html": "^7.1.0",
"microbundle-crl": "^0.13.11",
"prettier": "^3.0.0",
"react": "18.3.1",
"react-colorful": "^5.6.1",
"react-dom": "18.3.1",
"react-transition-group": "^4.4.5",
"require-json5": "^1.3.0",
"rollup": "^4.45.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"storybook": "^9.0.18",
"ts-jest": "^29.1.1",
"ts-jest-resolver": "^2.0.1",
"ts-node": "^10.9.2",
"tsconfig": "^7.0.0",
"typescript": "^5.8.3",
"usehooks-ts": "^2.9.2",
"vite": "^5.0.0",
"vite-plugin-svgr": "^4.2.0",
"zod": "^4.0.15"
},
"peerDependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^7.2.0",
"@mui/material": "^7.2.0",
"@mui/x-date-pickers": "^6.18.0",
"dayjs": "^1.11.19",
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0",
"zod": "^4.0.15"
},
"resolutions": {
"jackspeak": "2.1.1",
"eslint-plugin-import": "^2.25.3"
},
"scripts": {
"clean": "rimraf dist",
"prebuild": "pnpm clean",
"build": "rollup --config rollup.config.cjs && tsc-alias -p tsconfig.build.json",
"prettier:fix": "prettier --config .prettierrc --write \"**/*.{js,ts,tsx,css}\"",
"lint": "pnpm lint:js",
"lint:fix": "pnpm lint:js --cache --fix && pnpm lint:css --cache --fix",
"lint:js": "eslint --ext .ts,.tsx ./src",
"format": "prettier './src/**/*.ts{,x}' --check",
"format:fix": "pnpm format --write --cache",
"type": "tsc --noEmit -p tsconfig.build.json",
"jest-preview": "jest-preview",
"test:coverage": "pnpm test -- --coverage",
"test:watch": "pnpm test -- --onlyChanged --watch",
"test": "TZ=UTC jest",
"test:type": "tsd src/__typetest__",
"postversion": "git push && git push origin v$npm_package_version",
"prepublishonly": "pnpm install && pnpm lint:fix && pnpm type && pnpm test && pnpm scripts",
"bundlewatch": "pnpm build:only && bundlewatch",
"start": "pnpm build && pnpm --dir ./example install && pnpm --dir ./example run dev",
"link": "(pnpm unlink | pnpm link) && pnpm link \"@connect-soft/react-file-upload\"",
"verify": "pnpm format && pnpm lint && pnpm type",
"reinstall": "rm -rf 'pnpm.lock' 'node_modules' && pnpm",
"release": "pnpm build && pnpm release:only",
"release:only": "pnpm publish",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
}
}