{
  "name": "@wix/editor-react-components",
  "version": "1.2387.0",
  "description": "React components for the Wix Editor",
  "license": "MIT",
  "type": "module",
  "files": [
    "dist/site"
  ],
  "exports": {
    "./*": {
      "types": "./dist/site/components/*/index.d.ts",
      "import": "./dist/site/components/*/index.js"
    },
    "./*/sdk": {
      "types": "./dist/site/components/*/sdk.d.ts",
      "import": "./dist/site/components/*/sdk.js"
    },
    "./*/manifest": {
      "types": "./dist/site/components/*/manifest.d.ts",
      "import": "./dist/site/components/*/manifest.js",
      "require": "./dist/site/components/*/manifest.js"
    },
    "./*/css": {
      "import": "./dist/site/components/*/css.css"
    },
    "./extensions": {
      "types": "./dist/site/components/extensions.d.ts",
      "import": "./dist/site/components/extensions.js"
    }
  },
  "scripts": {
    "astro": "astro",
    "build": "yarn build:lite && yarn build:janet && yarn build:package",
    "build:package": "vite build && yarn check:npm-bundle-secrets",
    "check:npm-bundle-secrets": "node scripts/check-npm-bundle-secrets.mjs",
    "lint": "yarn run -T lint:package",
    "check:lint-and-format": "yarn run -T concurrently yarn:lint yarn:format:check",
    "build:app": "astro check && wix build",
    "build:lite": "yarn validate:manifests && yarn build:app",
    "dev": "yarn validate:manifests && yarn cli-dev",
    "dev:component": "node scripts/dev-component.mjs",
    "clean": "rm -rf dist",
    "generate": "wix generate",
    "preview": "NODE_OPTIONS=\"--import $PWD/scripts/intercept.js\" wix preview",
    "release": "echo 'Do not use manual GA, use DevPortal GA only!'",
    "cli-dev": "NODE_OPTIONS=\"--import $PWD/scripts/intercept.js\" wix dev",
    "build:dependencies": "yarn workspace @wix/components-infra run build",
    "test": "yarn prepare:manifest-tests && vitest",
    "test:watch": "yarn prepare:manifest-tests && vitest watch",
    "test:manifest": "yarn prepare:manifest-tests && vitest src/**/*manifest.spec.ts",
    "test:e2e": "echo 'Package must be built before running e2e tests, running build:' && yarn build:lite && sled-playwright test --config=playwright.livesite.config.ts",
    "test:e2e:ci": "sled-playwright test --config=playwright.livesite.config.ts",
    "test:detect-flakiness": "yarn build:lite && sled-playwright detect-flakiness --config=playwright.livesite.config.ts --path e2e/livesites/tests --repeat-count 20",
    "check-a11y-coverage": "a11y-check-coverage --warn-only",
    "tsc": "npx tsc -b ./tsconfig.json --force",
    "prepare:manifest-tests": "yarn validate:manifests && yarn generate:manifest-tests",
    "build:janet": "yarn build-storybook && janet-build",
    "test:coverage": "vitest run --coverage",
    "update:snapshots": "vitest run --update src/**/*.snapshot.spec.tsx",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build",
    "generate:manifest-tests": "NODE_NO_WARNINGS=1 tsx scripts/generate-manifest-tests.ts",
    "generate-css-from-manifest": "generate-css-from-manifest",
    "validate:manifests": "NODE_NO_WARNINGS=1 tsx scripts/validate-manifests.ts",
    "fix:manifests": "NODE_NO_WARNINGS=1 tsx scripts/validate-manifests.ts --fix",
    "format:check": "yarn run -T format:package:check",
    "test:a11y": "a11y-audit-tool-plugin audit"
  },
  "peerDependencies": {
    "@wix/editor-react-types": "^1.0.74",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "dependencies": {
    "@internationalized/date": "^3.12.1",
    "@radix-ui/react-accordion": "^1.2.11",
    "@vimeo/player": "^2.20.1",
    "@vis.gl/react-google-maps": "^1.5.2",
    "@wix/ambassador-devcenter-v1-component-type-data": "^1.0.436",
    "@wix/design-system-illustrations": "^2.19.0",
    "@wix/sdk": "^1.21.13",
    "@wix/services-manager-react": "^0.1.27",
    "@wix/site-ui": "1.173.0",
    "@wix/video": "^1.85.0",
    "@wix/viewer-service-consent-policy": "^1.0.100",
    "@wix/web-bi-logger": "^2.1.26",
    "@wix/wix-ui-icons-common": "^3.173.0",
    "bidi-js": "^1.0.3",
    "classnames": "^2.5.1",
    "html-react-parser": "^5.1.18",
    "htmlparser2": "^10.0.0",
    "kampos": "^0.16.0",
    "lodash": "^4.17.21",
    "lottie-react": "^2.4.1",
    "react-use-audio-player": "^4.0.2",
    "wix-ui-icons-common": "^2.0.410",
    "xss": "^1.0.14"
  },
  "devDependencies": {
    "@astrojs/check": "^0.9.6",
    "@astrojs/cloudflare": "^12.6.13",
    "@astrojs/react": "^4.4.2",
    "@codemirror/lang-html": "^6.4.9",
    "@playwright/test": "^1.60.0",
    "@storybook/addon-docs": "^9.1.19",
    "@storybook/react-vite": "^9.1.19",
    "@testing-library/jest-dom": "^6.4.2",
    "@testing-library/react": "^14.1.2",
    "@types/react": "^18.2.42",
    "@types/react-dom": "^18.2.17",
    "@uiw/react-codemirror": "^4.24.1",
    "@vitejs/plugin-react": "^4.3.4",
    "@wix/a11y-audit-tool-plugin": "^0.366.0",
    "@wix/astro": "^2.63.0",
    "@wix/business-tools": "^1.0.225",
    "@wix/cli": "^1.1.230",
    "@wix/cli-app": "1.1.226",
    "@wix/component-protocol": "^1.245.0",
    "@wix/components-infra": "^1.0.0",
    "@wix/design-system": "^1.297.0",
    "@wix/editor": "^1.586.0",
    "@wix/editor-elements-scripts": "^1.0.0",
    "@wix/editor-elements-test-utils": "^1.0.0",
    "@wix/editor-react-types": "^1.0.74",
    "@wix/essentials": "^0.1.28",
    "@wix/fed-cli-sled": "^1.0.28",
    "@wix/image": "^1.437.0",
    "@wix/image-kit": "^1.118.0",
    "@wix/janet-build": "^1.0.10",
    "@wix/mappers-legacy-service": "^1.0.85",
    "@wix/media": "^1.0.268",
    "@wix/react-component-schema": "^1.7.0",
    "@wix/seo-service": "^1.6.0",
    "@wix/services-manager": "0.2.8",
    "@wix/sled-playwright": "^1.328.0",
    "@wix/thunderbolt-components-native": "^1.0.0",
    "@wix/unidriver-core": "^1.5.5",
    "@wix/viewer-service-anchors": "^1.0.40",
    "@wix/viewer-service-environment": "^1.0.47",
    "@wix/viewer-service-link-utils": "^1.0.62",
    "@wix/viewer-service-pages": "^1.0.9",
    "@wix/viewer-service-renderer-configuration": "^1.0.7",
    "@wix/viewer-service-sdk-state": "^1.0.28",
    "@wix/viewer-service-site-scroll-blocker": "^1.0.63",
    "@wix/viewer-service-topology": "^1.0.26",
    "@wix/viewer-service-translations": "^1.0.23",
    "@wix/viewer-service-url": "^1.0.69",
    "astro": "^5.16.6",
    "clsx": "2.0.0",
    "react-aria-components": "^1.11.0",
    "remark-gfm": "^4.0.0",
    "sass": "^1.62.0",
    "storybook": "^9.1.19",
    "tsx": "^4.19.2",
    "vite": "^6.4.2",
    "vite-plugin-dts": "^4.5.1",
    "vitest": "^3.2.4"
  },
  "wix": {
    "framework": {
      "type": "WIX_CLI",
      "appTokenKey": "editor_elements_fed_cli",
      "metaSiteId": "7817beb0-c5e8-4bfc-97a2-479a03c6ff08"
    },
    "artifact": {
      "groupId": "com.wixpress.npm",
      "artifactId": "editor-react-components",
      "targets": {
        "static": true,
        "devcenter": true
      },
      "previewUrls": [
        "https://bo.wix.com/pages/editor-react-components/"
      ]
    },
    "release": {
      "method": "DAC"
    },
    "validations": {
      "postDependenciesBuild": [
        "check:lint-and-format",
        {
          "scriptName": "test",
          "timeout": 15,
          "weight": 6
        }
      ],
      "postPublish": [
        "test:e2e:ci"
      ]
    }
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "falconPackageHash": "db341cdc0468fe85e586069795c54e7ebcd521fe260ac5f5dff79300"
}