UNPKG

@storybook/addon-a11y

Version:

Test component compliance with web accessibility standards

94 lines (93 loc) 2.28 kB
{ "name": "@storybook/addon-a11y", "version": "6.4.0", "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.4.0", "@storybook/api": "6.4.0", "@storybook/channels": "6.4.0", "@storybook/client-logger": "6.4.0", "@storybook/components": "6.4.0", "@storybook/core-events": "6.4.0", "@storybook/csf": "0.0.2--canary.87bc651.0", "@storybook/theming": "6.4.0", "axe-core": "^4.2.0", "core-js": "^3.8.2", "global": "^4.4.0", "lodash": "^4.17.20", "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": "7d4d6ab38a9c4ef18968fa3964b5084d87a82b71", "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" ] } }