{
  "name": "@apollosproject/apollos-embeds",
  "description": "Apollos React embed widgets",
  "version": "0.2.45",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ApollosProject/apollos-embeds.git",
    "directory": "web-embeds"
  },
  "eslintIgnore": [
    "/node_modules",
    "/build"
  ],
  "dependencies": {
    "@algolia/autocomplete-js": "^1.9.2",
    "@algolia/autocomplete-plugin-query-suggestions": "^1.9.2",
    "@algolia/autocomplete-plugin-recent-searches": "^1.9.2",
    "@algolia/autocomplete-preset-algolia": "^1.9.2",
    "@algolia/autocomplete-theme-classic": "^1.9.2",
    "@apollo/client": "^3.7.4",
    "@apollosproject/web-shared": "*",
    "@babel/preset-react": "^7.22.5",
    "@craco/craco": "^7.0.0",
    "@segment/analytics-next": "^1.62.0",
    "@sentry/react": "^7.40.0",
    "@styled-system/theme-get": "^5.1.2",
    "@testing-library/jest-dom": "^5.11.4",
    "@testing-library/react": "^11.1.0",
    "@testing-library/user-event": "^12.1.10",
    "algoliasearch": "^4.17.0",
    "amplitude-js": "^8.21.9",
    "apollo-upload-client": "^17.0.0",
    "apollo3-cache-persist": "^0.14.1",
    "autoprefixer": "^9.8.6",
    "base-64": "^1.0.0",
    "color": "^4.2.3",
    "date-fns": "^2.29.3",
    "dompurify": "^2.4.3",
    "eslint-plugin-prettier": "^5.1.3",
    "graphql": "^16.6.0",
    "lodash": "^4.17.21",
    "moment": "^2.29.1",
    "@phosphor-icons/react": "2.0.15",
    "postcss": "^7.0.39",
    "prop-types": "^15.8.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-image-crop": "^10.0.11",
    "react-instantsearch-dom": "^6.40.0",
    "react-instantsearch-hooks-web": "^6.44.0",
    "react-multi-carousel": "^2.8.2",
    "react-player": "^2.11.2",
    "react-router-dom": "^6.7.0",
    "react-scripts": "^5.0.1",
    "react-transition-group": "4.4.5",
    "styled-components": "^5.3.6",
    "styled-system": "^5.1.5",
    "tldts": "^6.0.20",
    "uuid": "^9.0.0",
    "web-vitals": "^0.2.4"
  },
  "scripts": {
    "eject": "react-scripts eject",
    "dev": "craco start",
    "build": "node scripts/build.js",
    "test": "craco test",
    "format": "prettier --write .",
    "lint": "eslint --cache --cache-location ./node_modules/.cache/eslint ."
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "@babel/core": "^7.22.5",
    "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
    "@babel/runtime": "^7.22.5",
    "babel-plugin-module-resolver": "^5.0.0",
    "babel-plugin-styled-components": "^2.1.4",
    "eslint": "^8.45.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-config-react-app": "^7.0.1",
    "eslint-plugin-simple-import-sort": "^10.0.0",
    "prettier": "^3.0.0"
  },
  "targets": {
    "global": {
      "context": "browser"
    }
  }
}
