UNPKG

2.31 kBJSONView Raw
1{
2 "name": "@storybook/addon-a11y",
3 "version": "6.5.14",
4 "description": "Test component compliance with web accessibility standards",
5 "keywords": [
6 "a11y",
7 "accessibility",
8 "addon",
9 "storybook",
10 "valid",
11 "verify",
12 "test"
13 ],
14 "homepage": "https://github.com/storybookjs/storybook/tree/main/addons/a11y",
15 "bugs": {
16 "url": "https://github.com/storybookjs/storybook/issues"
17 },
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/storybookjs/storybook.git",
21 "directory": "addons/a11y"
22 },
23 "funding": {
24 "type": "opencollective",
25 "url": "https://opencollective.com/storybook"
26 },
27 "license": "MIT",
28 "main": "dist/cjs/index.js",
29 "module": "dist/esm/index.js",
30 "types": "dist/ts3.9/index.d.ts",
31 "typesVersions": {
32 "<3.8": {
33 "dist/ts3.9/*": [
34 "dist/ts3.4/*"
35 ]
36 }
37 },
38 "files": [
39 "dist/**/*",
40 "README.md",
41 "*.js",
42 "*.d.ts"
43 ],
44 "scripts": {
45 "prepare": "node ../../scripts/prepare.js"
46 },
47 "dependencies": {
48 "@storybook/addons": "6.5.14",
49 "@storybook/api": "6.5.14",
50 "@storybook/channels": "6.5.14",
51 "@storybook/client-logger": "6.5.14",
52 "@storybook/components": "6.5.14",
53 "@storybook/core-events": "6.5.14",
54 "@storybook/csf": "0.0.2--canary.4566f4d.1",
55 "@storybook/theming": "6.5.14",
56 "axe-core": "^4.2.0",
57 "core-js": "^3.8.2",
58 "global": "^4.4.0",
59 "lodash": "^4.17.21",
60 "react-sizeme": "^3.0.1",
61 "regenerator-runtime": "^0.13.7",
62 "ts-dedent": "^2.0.0",
63 "util-deprecate": "^1.0.2"
64 },
65 "devDependencies": {
66 "@testing-library/react": "^11.2.2",
67 "@types/webpack-env": "^1.16.0"
68 },
69 "peerDependencies": {
70 "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
71 "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
72 },
73 "peerDependenciesMeta": {
74 "react": {
75 "optional": true
76 },
77 "react-dom": {
78 "optional": true
79 }
80 },
81 "publishConfig": {
82 "access": "public"
83 },
84 "gitHead": "cf65eb7ff6f58341ecd8010a24ee88d2974a7df5",
85 "sbmodern": "dist/modern/index.js",
86 "storybook": {
87 "displayName": "Accessibility",
88 "icon": "https://user-images.githubusercontent.com/263385/101991665-47042f80-3c7c-11eb-8f00-64b5a18f498a.png",
89 "unsupportedFrameworks": [
90 "react-native"
91 ]
92 }
93}