{
  "name": "@automattic/tour-kit",
  "version": "1.1.3",
  "description": "Tour lib for guided walkthroughs.",
  "homepage": "https://github.com/Automattic/wp-calypso",
  "license": "GPL-2.0-or-later",
  "author": "Automattic Inc.",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "calypso:src": "src/index.ts",
  "sideEffects": [
    "*.css",
    "*.scss"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Automattic/wp-calypso.git",
    "directory": "packages/tour-kit"
  },
  "publishConfig": {
    "access": "public"
  },
  "bugs": "https://github.com/Automattic/wp-calypso/issues",
  "types": "dist/types",
  "scripts": {
    "clean": "tsc --build ./tsconfig.json ./tsconfig-cjs.json --clean && rm -rf dist",
    "build": "tsc --build ./tsconfig.json ./tsconfig-cjs.json && run -T copy-assets",
    "prepack": "yarn run clean && yarn run build",
    "watch": "tsc --build ./tsconfig.json --watch",
    "storybook": "sb dev"
  },
  "dependencies": {
    "@automattic/components": "^2.1.0",
    "@automattic/viewport": "^1.1.0",
    "@automattic/viewport-react": "^1.0.0",
    "@popperjs/core": "^2.11.8",
    "@wordpress/base-styles": "^4.47.0",
    "@wordpress/components": "^27.4.0",
    "@wordpress/dom": "^3.56.0",
    "@wordpress/element": "^5.33.0",
    "@wordpress/i18n": "^4.56.0",
    "@wordpress/icons": "^9.47.0",
    "@wordpress/primitives": "^3.54.0",
    "@wordpress/react-i18n": "^3.54.0",
    "classnames": "^2.3.2",
    "debug": "^4.3.4",
    "react-popper": "^2.3.0"
  },
  "devDependencies": {
    "@automattic/calypso-color-schemes": "^3.1.3",
    "@automattic/calypso-storybook": "^1.0.0",
    "@automattic/calypso-typescript-config": "^1.0.0",
    "@storybook/cli": "^7.6.17",
    "@storybook/react": "^7.6.17",
    "typescript": "^5.3.3"
  },
  "peerDependencies": {
    "@wordpress/data": "^9.26.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "redux": "^4.2.1"
  }
}