{
  "name": "liform-react-final",
  "version": "1.0.0-9",
  "description": "Generate forms from json-schema to use with React and Final Form",
  "main": "./dist/index.js",
  "files": [
    "/dist"
  ],
  "scripts": {
    "build": "babel src --out-dir dist",
    "lint": "eslint src test",
    "test": "jest"
  },
  "keywords": [
    "react",
    "json-schema",
    "form",
    "final-form",
    "react-final-form"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ph-fritsche/liform-react-final.git"
  },
  "contributors": [
    "Nacho Martin",
    "Philipp Fritsche"
  ],
  "license": "MIT",
  "devDependencies": {
    "@babel/cli": "^7.12.8",
    "@babel/core": "^7.12.9",
    "@babel/preset-env": "^7.12.7",
    "@babel/preset-react": "^7.12.7",
    "@symfony/webpack-encore": "^0.31.0",
    "@testing-library/jest-dom": "^5.11.6",
    "@testing-library/react": "^11.2.2",
    "@testing-library/user-event": "12.2.2",
    "eslint": "^7.14.0",
    "eslint-plugin-jest": "^24.1.3",
    "eslint-plugin-jest-dom": "^3.3.0",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-react": "^7.21.5",
    "eslint-plugin-react-hooks": "^4.2.0",
    "eslint-plugin-testing-library": "^3.10.1",
    "final-form": "^4.20.1",
    "final-form-arrays": "^3.0.2",
    "jest": "^26.6.3",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "react-final-form": "^6.5.2",
    "react-final-form-arrays": "^3.1.3",
    "react-test-renderer": "^17.0.1"
  },
  "dependencies": {
    "liform-util": "^0.2.1"
  },
  "peerDependencies": {
    "final-form": "^4.20",
    "final-form-arrays": "^3.0",
    "react": "^17",
    "react-final-form": "^6.5",
    "react-final-form-arrays": "^3.1"
  }
}
