{
  "name": "browse-gedcom",
  "description": "Gedcom file browser",
  "version": "0.1.3",
  "keywords": [
    "gedcom",
    "genealogy",
    "react"
  ],
  "author": "Florian Cassayre",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git@github.com:arbre-app/browse-gedcom.git"
  },
  "dependencies": {
    "@sentry/react": "^6.0.3",
    "@testing-library/jest-dom": "^4.2.4",
    "@testing-library/react": "^9.3.2",
    "@testing-library/user-event": "^7.1.2",
    "bootstrap": "^4.5.2",
    "comlink": "^4.3.1",
    "final-form": "^4.20.1",
    "genealogy-visualizations": "^0.0.1",
    "prop-types": "^15.7.2",
    "query-string": "^6.13.8",
    "react": "^16.14.0",
    "react-bootstrap": "^1.3.0",
    "react-bootstrap-icons": "^1.3.0",
    "react-dom": "^16.13.1",
    "react-final-form": "^6.5.2",
    "react-flags-select": "^2.0.2",
    "react-helmet": "^6.1.0",
    "react-intl": "^5.10.16",
    "react-linkify": "^1.0.0-alpha",
    "react-redux": "^7.2.1",
    "react-router-bootstrap": "^0.25.0",
    "react-router-dom": "^5.2.0",
    "react-scripts": "^4.0.3",
    "read-gedcom": "^0.2.0",
    "redux": "^4.0.5",
    "redux-thunk": "^2.3.0",
    "worker-loader": "^3.0.8"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test --passWithNoTests",
    "eject": "react-scripts eject",
    "setup": "bash setup.sh",
    "favicons": "real-favicon generate favicon.json faviconData.json public"
  },
  "eslintConfig": {
    "extends": "react-app"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}
