{
  "name": "@googleforcreators/story-editor",
  "description": "The core Web Stories editor web application, which is platform-agnostic.",
  "private": false,
  "version": "0.1.202410011217",
  "author": {
    "name": "Google",
    "url": "https://creators.google/"
  },
  "license": "Apache-2.0",
  "keywords": [
    "web stories"
  ],
  "homepage": "https://github.com/GoogleForCreators/web-stories-wp/blob/main/packages/story-editor/README.md",
  "repository": {
    "type": "git",
    "url": "https://github.com/GoogleForCreators/web-stories-wp.git",
    "directory": "packages/story-editor"
  },
  "bugs": {
    "url": "https://github.com/googleforcreators/web-stories-wp/issues"
  },
  "engines": {
    "node": ">= 12 || >= 14 || >= 16 || >= 18 || >= 20",
    "npm": ">= 7.3"
  },
  "customExports": {
    ".": {
      "default": "./src/index.js"
    }
  },
  "main": "dist/index.js",
  "module": "dist-module/index.js",
  "types": "dist-types/index.d.ts",
  "source": "src/index.js",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@ap.cx/hues": "^2.4.0",
    "@ffmpeg/core": "^0.11.0",
    "@ffmpeg/ffmpeg": "^0.11.6",
    "@googleforcreators/animation": "*",
    "@googleforcreators/date": "*",
    "@googleforcreators/design-system": "*",
    "@googleforcreators/dom": "*",
    "@googleforcreators/element-library": "*",
    "@googleforcreators/elements": "*",
    "@googleforcreators/fonts": "*",
    "@googleforcreators/i18n": "*",
    "@googleforcreators/masks": "*",
    "@googleforcreators/media": "*",
    "@googleforcreators/migration": "*",
    "@googleforcreators/moveable": "*",
    "@googleforcreators/output": "*",
    "@googleforcreators/patterns": "*",
    "@googleforcreators/react": "*",
    "@googleforcreators/rich-text": "*",
    "@googleforcreators/stickers": "*",
    "@googleforcreators/templates": "*",
    "@googleforcreators/text-sets": "*",
    "@googleforcreators/tracking": "*",
    "@googleforcreators/transform": "*",
    "@googleforcreators/units": "*",
    "@googleforcreators/url": "*",
    "@hello-pangea/color-picker": "^3.2.2",
    "@mediapipe/selfie_segmentation": "^0.1.1675465747",
    "@pioug/colorthief": "^3.0.1",
    "@wmik/use-media-recorder": "^1.6.5-beta.0",
    "blurhash": "^2.0.5",
    "classnames": "^2.5.1",
    "flagged": "^2.0.10",
    "history": "^5.3.0",
    "html-to-image": "1.10.8",
    "immer": "^10.1.1",
    "mediainfo.js": "^0.1.9",
    "polished": "^4.3.1",
    "prop-types": "^15.8.1",
    "react-blurhash": "^0.3.0",
    "react-calendar": "^4.3.0",
    "react-photo-album": "^2.3.1",
    "react-transition-group": "^4.4.5",
    "react-virtual": "^2.10.4",
    "remove-accents": "^0.5.0",
    "sat": "^0.9.0",
    "styled-components": "^5.3.11",
    "stylis-plugin-rtl": "^1.0.0",
    "uuid": "^9.0.0"
  },
  "devDependencies": {
    "@googleforcreators/karma-fixture": "*",
    "@googleforcreators/test-utils": "*",
    "@storybook/addon-essentials": "^8.2.9",
    "@testing-library/dom": "^10.1.0",
    "@testing-library/jest-dom": "^6.4.5",
    "@testing-library/react": "^12.1.5",
    "@testing-library/react-hooks": "^8.0.1",
    "@testing-library/user-event": "^14.5.2",
    "jest": "^29.6.1",
    "jest-axe": "^8.0.0",
    "jest-matcher-deep-close-to": "^3.0.2",
    "libheif-js": "^1.17.1",
    "mockdate": "^3.0.5",
    "react": "^17.0.2",
    "react-moveable": "^0.56.0"
  }
}
