{
  "name": "wix-storybook-utils",
  "version": "4.0.93",
  "description": "Utilities for automated component documentation within Storybook",
  "author": {
    "name": "Wix",
    "email": "fed-infra@wix.com"
  },
  "license": "MIT",
  "files": [
    "src",
    "dist",
    "docs",
    "*.js"
  ],
  "bugs": {
    "url": "https://github.com/wix/wix-ui/issues"
  },
  "homepage": "https://github.com/wix/wix-ui#readme",
  "main": "./dist/src/index.js",
  "module": "./dist/es/src/index.js",
  "scripts": {
    "build": "yoshi build && import-path --path src",
    "test": "npm run test:unit",
    "posttest": "build-storybook -c ./.storybook/docs && npx janet deploy --ci",
    "test:unit": "jest",
    "test:visual": ":",
    "test:watch": "jest --watch",
    "storybook:visual": "start-storybook -c ./.storybook/visual -p 6007",
    "start": "start-storybook -p 6006 -c ./.storybook/docs",
    "docs:sections": "node docs/make-sections-docs.js"
  },
  "keywords": [
    "storybook",
    "utilities",
    "documentation",
    "generated",
    "automatic",
    "react"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "peerDependencies": {
    "@storybook/addons": "^5.0.0",
    "@stylable/webpack-plugin": "^4.7.4",
    "webpack": "^5.60.0"
  },
  "dependencies": {
    "@babel/generator": "^7.11.0",
    "@babel/parser": "7.16.4",
    "@babel/plugin-proposal-class-properties": "^7.4.0",
    "@babel/plugin-syntax-jsx": "^7.2.0",
    "@babel/standalone": "^7.13.14",
    "@babel/traverse": "^7.11.0",
    "@babel/types": "^7.11.0",
    "@storybook/addon-links": "^5.3.21",
    "@types/react": "^16.14.20",
    "@wix/wix-ui-icons-common": "^3.0.23",
    "classnames": "^2.2.5",
    "codemirror": "^5.60.0",
    "copy-to-clipboard": "^3.0.8",
    "css-loader": "^6.5.0",
    "downshift": "^3.1.4",
    "ejs": "^2.7.1",
    "github-markdown-css": "^2.9.0",
    "highlight.js": "9.14.2",
    "loader-utils": "^1.1.0",
    "lodash": "^4.17.15",
    "parse-prop-types": "^0.3.0",
    "prettier": "^2.0.0",
    "query-string": "^6.0.0",
    "react-autodocs-utils": "3.8.6",
    "react-codemirror2": "^7.2.1",
    "react-collapse": "^4.0.3",
    "react-element-to-jsx-string": "^14.0.2",
    "react-live": "^2.2.1",
    "react-motion": "^0.5.2",
    "react-remarkable": "^1.1.3",
    "react-syntax-highlighter": "^9.0.0",
    "react-tooltip": "4.2.13",
    "sass-loader": "^7.3.1",
    "style-loader": "^3.3.1",
    "webpack-inject-plugin": "^1.5.5"
  },
  "devDependencies": {
    "@mdx-js/loader": "^0.17.3",
    "@storybook/addon-essentials": "^6.4.9",
    "@storybook/builder-webpack5": "^6.4.9",
    "@storybook/manager-webpack5": "^6.4.9",
    "@storybook/react": "^6.4.9",
    "@stylable/core": "^4.7.4",
    "@stylable/jest": "4.7.4",
    "@stylable/runtime": "^4.7.4",
    "@stylable/webpack-plugin": "^4.7.4",
    "@stylable/cli": "4.8.1",
    "@testing-library/react": "^11.2.5",
    "@types/codemirror": "0.0.108",
    "@types/jest": "^23.3.8",
    "@types/node": "^14.17.32",
    "@types/prettier": "^2.6.0",
    "@types/react-dom": "^16.8.1",
    "@wix/yoshi": "^4.16.4",
    "enzyme": "^3.0.0",
    "enzyme-adapter-react-16": "^1.0.5",
    "identity-obj-proxy": "^3.0.0",
    "import-path": "^1.0.15",
    "node-sass": "^4.9.4",
    "prop-types": "^15.6.0",
    "raf": "^3.4.0",
    "react": "^16.14.0",
    "react-dom": "^16.14.0",
    "react-test-renderer": "^16.4.2",
    "resolve-url-loader": "^3.0.0",
    "storybook-snapper": "^1.0.67",
    "ts-jest": "^24.2.0",
    "tslint-config-prettier": "^1.18.0",
    "typedoc": "^0.15.0",
    "typescript": "^4.4.4",
    "webpack": "^5.60.0",
    "wix-storybook-config": "^1.0.2",
    "wix-ui-test-utils": "^1.0.0"
  },
  "wix": {
    "artifact": {
      "artifactId": "wix-storybook-utils",
      "groupId": "com.wixpress.infra"
    }
  },
  "falconPackageHash": "85135384314ef8759093feb182b8e0ddb27bee73160db163cb999e94"
}