{
  "name": "react-final-form-arrays",
  "version": "5.0.0",
  "description": "A component for rendering and editing arrays 🏁 React Final Form",
  "main": "dist/react-final-form-arrays.cjs.js",
  "jsnext:main": "dist/react-final-form-arrays.es.js",
  "module": "dist/react-final-form-arrays.es.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "start": "nps",
    "test": "nps test",
    "precommit": "lint-staged && npm start validate"
  },
  "author": "Erik Rasmussen <rasmussenerik@gmail.com> (http://github.com/erikras)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/final-form/react-final-form-arrays.git"
  },
  "bugs": {
    "url": "https://github.com/final-form/react-final-form-arrays/issues"
  },
  "homepage": "https://github.com/final-form/react-final-form-arrays#readme",
  "devDependencies": {
    "@babel/core": "^7.27.4",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-proposal-decorators": "^7.27.1",
    "@babel/plugin-proposal-export-namespace-from": "^7.18.9",
    "@babel/plugin-proposal-function-sent": "^7.27.1",
    "@babel/plugin-proposal-json-strings": "^7.18.6",
    "@babel/plugin-proposal-numeric-separator": "^7.18.6",
    "@babel/plugin-proposal-throw-expressions": "^7.27.1",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-syntax-import-meta": "^7.10.4",
    "@babel/plugin-transform-private-methods": "^7.27.1",
    "@babel/plugin-transform-private-property-in-object": "^7.27.1",
    "@babel/plugin-transform-react-jsx-source": "^7.27.1",
    "@babel/plugin-transform-runtime": "^7.27.4",
    "@babel/preset-env": "^7.27.2",
    "@babel/preset-react": "^7.27.1",
    "@babel/preset-typescript": "^7.27.1",
    "@rollup/plugin-typescript": "^12.1.2",
    "@size-limit/preset-small-lib": "^12.0.0",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.3.0",
    "@types/jest": "^29.5.0",
    "@types/react": "^19.1.5",
    "@typescript-eslint/eslint-plugin": "^8.32.1",
    "@typescript-eslint/parser": "^8.32.1",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.1.0",
    "babel-jest": "^29.7.0",
    "doctoc": "^2.2.1",
    "eslint": "^9.27.0",
    "eslint-config-react-app": "^7.0.1",
    "eslint-plugin-babel": "^5.3.1",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-jsx-a11y": "^6.10.2",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^5.2.0",
    "fast-check": "^4.1.1",
    "final-form": "^5.0.1",
    "final-form-arrays": "^4.0.1",
    "husky": "^9.1.7",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "jest-watch-typeahead": "^2.2.2",
    "lint-staged": "^16.0.0",
    "nps": "^5.10.0",
    "nps-utils": "^1.7.0",
    "prettier": "^3.5.3",
    "prettier-eslint-cli": "^8.0.1",
    "raf": "^3.4.1",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "react-final-form": "^7.0.1",
    "rollup": "^4.41.1",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-json": "^4.0.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-uglify": "^6.0.4",
    "size-limit": "^12.0.0",
    "typescript": "^5.8.3"
  },
  "peerDependencies": {
    "final-form": "^5.0.1",
    "final-form-arrays": "^4.0.1",
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-final-form": "^7.0.1"
  },
  "jest": {
    "testEnvironment": "jsdom",
    "watchPlugins": [
      "jest-watch-typeahead/filename",
      "jest-watch-typeahead/testname"
    ]
  },
  "lint-staged": {
    "*.{js*,ts*,json,md,css}": [
      "prettier --write",
      "git add"
    ]
  },
  "dependencies": {
    "@babel/runtime": "^7.19.4"
  },
  "types": "dist/index.d.ts",
  "size-limit": [
    {
      "path": "dist/react-final-form-arrays.umd.min.js",
      "limit": "2.5kB"
    },
    {
      "path": "dist/react-final-form-arrays.es.js",
      "limit": "3kB"
    },
    {
      "path": "dist/react-final-form-arrays.cjs.js",
      "limit": "3kB"
    }
  ]
}