{
  "name": "react-fatless-form",
  "version": "4.0.0",
  "description": "A lightweight React form package designed for simplicity that simplifies form handling and validation without unnecessary complexity or bloat.",
  "packageManager": "yarn@4.6.0",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rollup -c",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/aderahenry/react-fatless-form.git"
  },
  "keywords": [
    "react",
    "react-forms",
    "form-library",
    "lightweight",
    "sleek",
    "minimal",
    "simple",
    "fatless",
    "lean",
    "clean",
    "package",
    "form-validation",
    "form-handling",
    "form-submission",
    "form-state",
    "react-hook-forms",
    "developer-friendly",
    "low-footprint",
    "no-dependencies",
    "light-form-library",
    "unopinionated",
    "flexible",
    "lightweight",
    "hook-form",
    "modern-forms",
    "form-package",
    "field-management",
    "react-form-package",
    "react-fatless-form"
  ],
  "author": "Adera Henry <oneadera@gmail.com> (https://www.linkedin.com/in/aderahenry/)",
  "bugs": {
    "url": "https://github.com/aderahenry/react-fatless-form/issues"
  },
  "homepage": "https://github.com/aderahenry/react-fatless-form#readme",
  "workspaces": [
    "example*"
  ],
  "devDependencies": {
    "@babel/core": "^7.26.0",
    "@babel/preset-env": "^7.26.0",
    "@babel/preset-react": "^7.26.3",
    "@babel/preset-typescript": "^7.26.0",
    "@rollup/plugin-commonjs": "^28.0.2",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^16.0.0",
    "@rollup/plugin-typescript": "^12.1.2",
    "@rollup/plugin-url": "^8.0.2",
    "@svgr/rollup": "^8.1.0",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.1.0",
    "@types/babel__core": "^7",
    "@types/babel__preset-env": "^7",
    "@types/identity-obj-proxy": "^3",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.10.5",
    "@types/react": "^19.0.2",
    "@types/react-dom": "^19.0.2",
    "@types/rollup-plugin-peer-deps-external": "^2",
    "hash-css-selector": "^1.1.0",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "postcss": "^8.4.49",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "rollup": "^4.30.0",
    "rollup-plugin-dts": "^6.1.1",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-typescript2": "^0.36.0",
    "tslib": "^2.8.1",
    "typescript": "^5.7.2",
    "yup": "^1.6.1"
  },
  "peerDependencies": {
    "react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
    "yup": "^1.6.1"
  },
  "license": "MIT"
}
