{
  "name": "@apollosproject/canvas-embeds",
  "description": "Apollos React embed widgets",
  "version": "2.1.1403",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ApollosProject/apollos-admin"
  },
  "main": "./dist/index.umd.js",
  "module": "./dist/index.es.js",
  "exports": {
    ".": {
      "import": "./dist/index.es.js",
      "require": "./dist/index.umd.js"
    }
  },
  "files": [
    "widget/index.js",
    "widget/index.css"
  ],
  "dependencies": {
    "@algolia/autocomplete-core": "1.17.6",
    "@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/analytics": "workspace:^",
    "@apollosproject/canvas-ui-web": "workspace:^",
    "@apollosproject/cluster-client": "workspace:^",
    "@phosphor-icons/react": "2.1.10",
    "@sentry/react": "^7.40.0",
    "@styled-system/theme-get": "^5.1.2",
    "algoliasearch": "^4.17.0",
    "apollo-upload-client": "^17.0.0",
    "apollo3-cache-persist": "^0.14.1",
    "base-64": "^1.0.0",
    "color": "^4.2.3",
    "date-fns": "^2.29.3",
    "dompurify": "^3.4.0",
    "graphql": "^16.6.0",
    "lodash": "^4.18.1",
    "lodash-es": "^4.18.1",
    "prop-types": "^15.8.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-image-crop": "^10.0.11",
    "react-multi-carousel": "^2.8.2",
    "react-router-dom": "^6.7.0",
    "react-transition-group": "4.4.5",
    "semver": "^7.3.5",
    "styled-components": "^5.3.6",
    "styled-system": "^5.1.5",
    "tailwindcss": "^3.0.2",
    "tldts": "^6.0.20",
    "uuid": "^14.0.0",
    "web-vitals": "^0.2.4"
  },
  "scripts": {
    "prebuild": "yarn workspace @apollosproject/cluster-client build",
    "build": "yarn workspace @apollosproject/cluster-client build && dotenv -- vite build && node scripts/build.js",
    "bump": "./scripts/bump.sh",
    "bump:minor": "./scripts/bump.sh minor",
    "bump:major": "./scripts/bump.sh major",
    "prepublishOnly": "yarn build && ([ -s widget/index.js ] && [ -s widget/index.css ] || (echo \"Web embed bundle missing. Build failed.\" && exit 1))",
    "dev": "vite --host",
    "flush": "sh scripts/flush-cdn-cache.sh",
    "format": "prettier --write .",
    "lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .",
    "test": "vitest"
  },
  "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.26.0",
    "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
    "@babel/preset-react": "^7.25.7",
    "@babel/preset-typescript": "^7.25.7",
    "@babel/runtime": "^7.29.2",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.0.1",
    "@testing-library/react-hooks": "^8.0.1",
    "@testing-library/user-event": "^14.5.2",
    "@vitejs/plugin-react": "^4.3.3",
    "@vitest/coverage-v8": "^4.0.0",
    "autoprefixer": "^10.4.20",
    "babel-plugin-module-resolver": "^5.0.0",
    "babel-plugin-named-asset-import": "^0.3.8",
    "babel-plugin-styled-components": "^2.1.4",
    "babel-preset-react-app": "^10.0.1",
    "bfj": "^9.1.1",
    "browserslist": "^4.24.2",
    "cross-env": "^7.0.3",
    "dotenv": "^16.4.5",
    "dotenv-cli": "^8.0.0",
    "dotenv-expand": "^12.0.3",
    "eslint": "^9.24.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-config-react-app": "^7.0.1",
    "eslint-plugin-prettier": "^5.2.1",
    "eslint-plugin-simple-import-sort": "^12.1.1",
    "fs-extra": "^11.2.0",
    "jsdom": "^26.1.0",
    "postcss": "^8.5.10",
    "postcss-flexbugs-fixes": "^5.0.2",
    "postcss-loader": "^8.1.1",
    "postcss-normalize": "^13.0.1",
    "postcss-prefixwrap": "^1.57.0",
    "postcss-preset-env": "^10.1.1",
    "prettier": "^3.0.0",
    "prompts": "^2.4.2",
    "react-app-polyfill": "^3.0.0",
    "react-dev-utils": "^12.0.1",
    "react-refresh": "^0.14.2",
    "resolve-url-loader": "^5.0.0",
    "sass-loader": "^16.0.3",
    "ts-loader": "^9.5.1",
    "vite": "^7.3.2",
    "vitest": "^4.0.0"
  },
  "targets": {
    "global": {
      "context": "browser"
    }
  },
  "babel": {
    "presets": [
      "react-app"
    ]
  }
}
