UNPKG

@connect-soft/mui-hook-form

Version:
177 lines 5.75 kB
{ "name": "@connect-soft/mui-hook-form", "version": "0.1.7", "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__" ], "scripts": { "clean": "rimraf dist", "prebuild": "yarn clean", "build": "rollup --config rollup.config.cjs", "prettier:fix": "prettier --config .prettierrc --write \"**/*.{js,ts,tsx,css}\"", "lint": "yarn lint:js", "lint:fix": "yarn lint:js --cache --fix && yarn lint:css --cache --fix", "lint:js": "eslint --ext .ts,.tsx ./src", "format": "prettier './src/**/*.ts{,x}' --check", "format:fix": "yarn format --write --cache", "type": "tsc --noEmit -p tsconfig.build.json", "jest-preview": "jest-preview", "test:coverage": "yarn test -- --coverage", "test:watch": "yarn test -- --onlyChanged --watch", "test": "TZ=UTC jest", "test:type": "tsd src/__typetest__", "postversion": "git push && git push origin v$npm_package_version", "prepublishonly": "yarn install && yarn lint:fix && yarn type && yarn test && yarn scripts", "bundlewatch": "yarn build:only && bundlewatch", "start": "yarn build && pnpm --dir ./example install && pnpm --dir ./example run dev", "link": "(yarn unlink | yarn link) && yarn link \"@connect-soft/react-file-upload\"", "verify": "yarn format && yarn lint && yarn type", "reinstall": "rm -rf 'yarn.lock' 'node_modules' && yarn", "release": "yarn build && yarn release:only", "release:only": "yarn publish", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build" }, "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": { "@connect-soft/date-helper": "^0.0.6", "@mui/system": "^7.2.0", "@mui/x-date-pickers": "^6.18.7", "classnames": "^2.5.1", "react-colorful": "^5.6.1", "react-hook-form": "^7.49.3", "react-transition-group": "^4.4.5", "usehooks-ts": "^2.9.2" }, "devDependencies": { "@connect-soft/date-helper": "^0.0.6", "@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.7", "@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/addon-styling": "^1.3.7", "@storybook/react-vite": "^9.0.18", "@swc/core": "^1.3.102", "@swc/jest": "^0.2.29", "@testing-library/dom": "^10.4.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/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.10", "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-hook-form": "^7.49.3", "react-transition-group": "^4.4.5", "require-json5": "^1.3.0", "rollup": "^4.45.1", "rollup-plugin-dts": "^6.2.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" }, "peerDependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@mui/icons-material": "^7.2.0", "@mui/material": "^7.2.0", "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0" }, "resolutions": { "jackspeak": "2.1.1", "eslint-plugin-import": "^2.25.3" }, "workspaces": [ "example-test" ], "packageManager": "yarn@4.9.2" }