{
  "name": "storybook-addon-playwright",
  "version": "4.21.0",
  "description": "An addon to visually test the stories in the multiple browsers within storybook environment",
  "author": "m.doaie <mdoaie@yahoo.co.uk>",
  "engines": {
    "node": ">= 12.13"
  },
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "types": "",
  "repository": {
    "type": "git",
    "url": "https://github.com/ccpu/storybook-addon-playwright.git"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "assets",
    "typings/global.d.ts",
    "register.js",
    "configs.js",
    "configs.d.ts",
    "middleware.d.ts",
    "middleware.js",
    "preset.js"
  ],
  "keywords": [
    "playwright",
    "browser",
    "e2e",
    "storybook",
    "addon",
    "cross browser testing",
    "end-to-end",
    "test",
    "testing",
    "visual",
    "visual testing",
    "screenshot",
    "storybook-addon"
  ],
  "devDependencies": {
    "@babel/core": "^7.16.0",
    "@babel/preset-env": "^7.16.4",
    "@babel/preset-react": "^7.16.0",
    "@babel/preset-typescript": "^7.16.0",
    "@storybook/addon-knobs": "^6.4.0",
    "@storybook/react": "^6.4.13",
    "@testing-library/react-hooks": "^7.0.2",
    "@tippyjs/react": "^4.2.0",
    "@types/enzyme": "^3.10.8",
    "@types/enzyme-adapter-react-16": "^1.0.6",
    "@types/express": "^4.17.9",
    "@types/glob": "^7.1.3",
    "@types/jest": "^27.0.3",
    "@types/jest-image-snapshot": "^4.3.1",
    "@types/jsonfile": "^6.0.0",
    "@types/node": "^16.4.13",
    "@types/react": "17.0.16",
    "@types/react-dom": "17.0.16",
    "@types/sharp": "^0.28.5",
    "@typescript-eslint/eslint-plugin": "^5.4.0",
    "@typescript-eslint/parser": "^5.4.0",
    "@wojtekmaj/enzyme-adapter-react-17": "^0.6.5",
    "babel-jest": "^27.3.1",
    "babel-loader": "^8.2.3",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.6",
    "eslint": "^8.3.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-jest": "^25.3.0",
    "eslint-plugin-prettier": "^3.1.4",
    "eslint-plugin-react": "^7.21.5",
    "eslint-plugin-react-hooks": "^4.2.0",
    "eslint-plugin-sort-keys-fix": "^1.1.1",
    "jest": "^27.3.1",
    "jest-cli": "^27.3.1",
    "jest-enzyme": "^7.1.2",
    "jest-fetch-mock": "^3.0.3",
    "jest-mock-console": "^1.2.3",
    "prettier": "^2.2.0",
    "react-draggable": "^4.4.3",
    "rimraf": "^3.0.2",
    "storybook-dark-mode": "^1.0.8",
    "ts-jest": "^27.0.7",
    "tslib": "2.4.0",
    "webpack": "5.74.0",
    "webpack-virtual-modules": "0.4.4"
  },
  "resolutions": {
    "@types/react": "17.0.16",
    "@types/react-dom": "17.0.16"
  },
  "scripts": {
    "start:storybook": "start-storybook -p 9002 --ci --no-manager-cache",
    "clean": "rimraf coverage dist/* tmp",
    "build": "npm run clean && tsc -p tsconfig.release.json",
    "watch": "tsc -w -p tsconfig.release.json",
    "lint": "yarn eslint . --ext .ts,.tsx",
    "test": "jest --coverage",
    "test:watch": "jest --watch",
    "prepublish": "npm run lint && npm run build"
  },
  "license": "MIT",
  "dependencies": {
    "@dom-utils/selector-path": "^1.0.3",
    "@material-ui/core": "^4.11.0",
    "@material-ui/icons": "^4.9.1",
    "@material-ui/lab": "^4.0.0-alpha.58",
    "@storybook/addons": "^6.4.13",
    "@storybook/api": "^6.4.13",
    "@storybook/client-api": "6.5.10",
    "@storybook/components": "^6.4.13",
    "@storybook/core-events": "^6.4.13",
    "@storybook/theming": "^6.4.13",
    "array-move": "^3.0.1",
    "body-parser": "^1.19.0",
    "clsx": "^1.1.1",
    "deepmerge": "^4.2.2",
    "fast-deep-equal": "^3.1.3",
    "fast-glob": "^3.2.4",
    "hash-sum": "^2.0.0",
    "ip": "^1.1.5",
    "jest-image-snapshot": "^4.5.1",
    "join-images": "^1.1.5",
    "jsonfile": "^6.1.0",
    "lodash": "^4.17.20",
    "nanoid": "^3.1.18",
    "normalize-url": "6.1.0",
    "notistack": "^1.0.1",
    "object-hash": "^2.0.3",
    "object-path-immutable": "^4.1.1",
    "p-limit": "3.1.0",
    "playwright": "~1.17.2",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-json-view": "^1.19.1",
    "react-map-interaction": "^2.0.0",
    "react-selecto": "^1.22.1",
    "react-sortable-hoc": "^1.11.0",
    "react-split-pane": "^0.1.92",
    "react-use": "^17.2.4",
    "reinspect": "^1.1.0",
    "sharp": "^0.30.4",
    "tinycolor2": "^1.4.2",
    "ts-to-json": "^1.8.3",
    "typescript": "~5.1.3",
    "webpack-sources": "^3.2.3",
    "zustand": "^4.3.6"
  },
  "storybook": {
    "displayName": "Playwright"
  }
}
