UNPKG

formsy-semantic-ui-react

Version:

Formsy-React wrappers for Semantic-Ui-React's form Components

87 lines (86 loc) 2.19 kB
{ "name": "formsy-semantic-ui-react", "version": "2.4.2", "description": "Formsy-React wrappers for Semantic-Ui-React's form Components", "keywords": [ "form", "form-validation", "formsy", "formsy-react", "react", "react-component", "semantic-ui", "semantic-ui-react" ], "bugs": { "url": "https://github.com/zabute/formsy-semantic-ui-react/issues" }, "license": "MIT", "author": { "name": "Ardamis Yeshak", "email": "arde987@gmail.com", "url": "https://github.com/zabute" }, "repository": { "type": "git", "url": "https://github.com/zabute/formsy-semantic-ui-react" }, "files": [ "dist" ], "type": "module", "main": "dist/index.cjs", "module": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "build": "rslib build", "lint": "oxlint", "prepare": "rslib build", "release": "bumpp --all", "start": "rslib watch", "test": "jest --passWithNoTests", "version": "auto-changelog -p && git add CHANGELOG.md" }, "dependencies": { "formsy-react": "^2.3.2", "hoist-non-react-statics": "^3.3.2", "semantic-ui-react": "^2.1.5" }, "devDependencies": { "@rsbuild/plugin-react": "^2.0.0", "@rsbuild/plugin-type-check": "^1.3.4", "@rslib/core": "^0.20.3", "@swc/core": "^1.15.32", "@swc/jest": "^0.2.39", "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "16.3.2", "@testing-library/user-event": "^14.6.1", "@types/hoist-non-react-statics": "^3.3.1", "@types/jest": "^30.0.0", "@types/react": "^18.3.28", "@types/react-dom": "^18.3.7", "auto-changelog": "^2.4.0", "bumpp": "^11.1.0", "husky": "^4.2.5", "jest": "^30.3.0", "jest-environment-jsdom": "^30.3.0", "oxfmt": "^0.47.0", "oxlint": "^1.62.0", "react": "^18.3.1", "react-dom": "^18.3.1", "tslib": "^2.8.1", "typescript": "^5.7.3" }, "peerDependencies": { "react": ">=16 || >=17 || >=18 || >=19" }, "husky": { "hooks": { "pre-commit": "yarn oxfmt --write && yarn oxlint" } }, "engines": { "node": ">=22" } }