{
  "name": "wp-justwatch-partners",
  "version": "1.0.3",
  "description": "Real-time Video-On-Demand availability for up to 250,000 movies and 60,000 TV shows in over 100 countries.",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "test": "TEST_ENV=node vitest --browser.enabled=false",
    "test:unit": "wp-scripts test-unit-js --config jest.config.mjs",
    "test:browser": "npx vitest --workspace=vitest.workspace.ts --browser.enabled",
    "test:headless": "npx vitest --browser.headless",
    "build": "vite build",
    "watch": "vite",
    "storybook": "storybook dev -p 6006",
    "storybook:build": "storybook build",
    "storybook:test": "test-storybook",
    "storybook:clear": "rm -rf node_modules/.cache/storybook",
    "mock:run": "npx vite-node src/mocks/server.ts",
    "mock:gen": "npx vite build src/mocks/server.ts",
    "lint": "eslint 'src/**/*.{ts,tsx}'",
    "lint:fix": "eslint 'src/**/*.{ts,tsx}' --fix",
    "vite:clean": "rm -rf node_modules/.vite"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@wordpress/block-editor": "^14.14.0",
    "@wordpress/blocks": "^14.8.0",
    "@wordpress/components": "^29.5.0",
    "@wordpress/data": "^10.19.0",
    "@wordpress/edit-post": "^8.19.0",
    "@wordpress/element": "^6.19.0",
    "@wordpress/hooks": "^4.19.0",
    "@wordpress/i18n": "^5.19.0",
    "@wordpress/icons": "^10.19.0",
    "@wordpress/plugins": "^7.19.0",
    "@wordpress/shortcode": "^4.19.0",
    "@wordpress/url": "^4.19.0",
    "bottleneck": "^2.19.5",
    "browser-locale": "^1.0.3",
    "camelcase-keys": "^9.1.3",
    "goober": "^2.1.16",
    "lodash": "^4.17.21",
    "p-queue": "^8.1.0",
    "snakecase-keys": "^8.0.1"
  },
  "devDependencies": {
    "@babel/plugin-transform-react-jsx": "^7.25.9",
    "@chromatic-com/storybook": "^3.2.5",
    "@eslint/eslintrc": "^3.3.0",
    "@eslint/js": "^9.21.0",
    "@icon/dashicons": "0.9.0-alpha.4",
    "@mswjs/http-middleware": "^0.10.3",
    "@smoosee/vite-plugin-sass": "^1.0.3",
    "@storybook/addon-essentials": "^8.6.3",
    "@storybook/addon-interactions": "^8.6.3",
    "@storybook/addon-onboarding": "^8.6.3",
    "@storybook/addon-themes": "^8.6.3",
    "@storybook/blocks": "^8.6.3",
    "@storybook/components": "^8.6.3",
    "@storybook/core-events": "^8.6.3",
    "@storybook/icons": "^1.3.2",
    "@storybook/manager-api": "^8.6.3",
    "@storybook/preview-api": "^8.6.3",
    "@storybook/react": "^8.6.3",
    "@storybook/react-vite": "^8.6.3",
    "@storybook/test": "^8.6.3",
    "@storybook/test-runner": "^0.22.0",
    "@storybook/theming": "^8.6.3",
    "@swc/core": "^1.11.6",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.2.0",
    "@testing-library/user-event": "^14.6.1",
    "@types/lodash": "^4.17.16",
    "@types/node": "^22.13.9",
    "@types/react": "^18.3.18",
    "@types/react-dom": "^19.0.4",
    "@types/tinymce": "^4.6.9",
    "@types/wordpress__block-editor": "^11.5.16",
    "@types/wordpress__blocks": "^12.5.17",
    "@types/wordpress__edit-post": "^8.4.2",
    "@typescript-eslint/eslint-plugin": "^8.26.0",
    "@typescript-eslint/parser": "^8.26.0",
    "@vitejs/plugin-react": "^4.3.4",
    "@vitest/browser": "^3.0.7",
    "@vitest/coverage-v8": "3.0.7",
    "@vitest/eslint-plugin": "^1.1.36",
    "@wordpress/jest-preset-default": "^12.19.0",
    "@wordpress/scripts": "^30.12.0",
    "change-case": "^5.4.4",
    "dotenv": "^16.4.7",
    "eslint": "^9.21.0",
    "eslint-define-config": "^2.1.0",
    "eslint-plugin-browser": "^0.0.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-react": "^7.37.4",
    "eslint-plugin-vitest": "^0.5.4",
    "express": "^4.21.2",
    "fuse.js": "^7.1.0",
    "get-user-locale": "^2.3.2",
    "globals": "^16.0.0",
    "intl-locale": "^0.1.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "jest-fixed-jsdom": "^0.0.9",
    "msw": "^2.7.3",
    "playwright": "^1.50.1",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "sass": "^1.85.1",
    "storybook": "^8.6.3",
    "ts-jest": "^29.2.6",
    "ts-node": "^10.9.2",
    "ts-node-esm": "^0.0.6",
    "typescript": "^5.8.2",
    "typescript-eslint": "^8.26.0",
    "vite": "^6.2.0",
    "vite-jest": "^0.1.4",
    "vite-node": "^3.0.7",
    "vite-plugin-externals": "^0.6.2",
    "vite-plugin-replace": "^0.1.1",
    "vite-plugin-transform-imports": "^1.0.0",
    "vite-react-jsx": "^1.1.2",
    "vitest": "^3.0.7",
    "vitest-browser-react": "^0.1.1"
  },
  "msw": {
    "workerDirectory": [
      "public"
    ]
  }
}
