fbredius/storybook

View on GitHub
addons/a11y/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@storybook/addon-a11y",
  "version": "6.5.0-alpha.46",
  "description": "Test component compliance with web accessibility standards",
  "keywords": [
    "a11y",
    "accessibility",
    "addon",
    "storybook",
    "valid",
    "verify",
    "test"
  ],
  "homepage": "https://github.com/storybookjs/storybook/tree/main/addons/a11y",
  "bugs": {
    "url": "https://github.com/storybookjs/storybook/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/storybookjs/storybook.git",
    "directory": "addons/a11y"
  },
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/storybook"
  },
  "license": "MIT",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/ts3.9/index.d.ts",
  "typesVersions": {
    "<3.8": {
      "dist/ts3.9/*": [
        "dist/ts3.4/*"
      ]
    }
  },
  "files": [
    "dist/**/*",
    "README.md",
    "*.js",
    "*.d.ts"
  ],
  "scripts": {
    "prepare": "node ../../scripts/prepare.js"
  },
  "dependencies": {
    "@storybook/addons": "6.5.0-alpha.46",
    "@storybook/api": "6.5.0-alpha.46",
    "@storybook/channels": "6.5.0-alpha.46",
    "@storybook/client-logger": "6.5.0-alpha.46",
    "@storybook/components": "6.5.0-alpha.46",
    "@storybook/core-events": "6.5.0-alpha.46",
    "@storybook/csf": "0.0.2--canary.87bc651.0",
    "@storybook/theming": "6.5.0-alpha.46",
    "axe-core": "^4.2.0",
    "core-js": "^3.8.2",
    "global": "^4.4.0",
    "lodash": "^4.17.21",
    "react-sizeme": "^3.0.1",
    "regenerator-runtime": "^0.13.7",
    "ts-dedent": "^2.0.0",
    "util-deprecate": "^1.0.2"
  },
  "devDependencies": {
    "@testing-library/react": "^11.2.2",
    "@types/webpack-env": "^1.16.0"
  },
  "peerDependencies": {
    "react": "^16.8.0 || ^17.0.0",
    "react-dom": "^16.8.0 || ^17.0.0"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    },
    "react-dom": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "a64dc8426d21a70970728878c3bba0ac0a377a48",
  "sbmodern": "dist/modern/index.js",
  "storybook": {
    "displayName": "Accessibility",
    "icon": "https://user-images.githubusercontent.com/263385/101991665-47042f80-3c7c-11eb-8f00-64b5a18f498a.png",
    "unsupportedFrameworks": [
      "react-native"
    ]
  }
}