UNPKG

1.8 kBJSONView Raw
1{
2 "name": "@storybook/addon-a11y",
3 "version": "6.1.3",
4 "description": "a11y addon for storybook",
5 "keywords": [
6 "a11y",
7 "accessibility",
8 "addon",
9 "storybook",
10 "valid",
11 "verify"
12 ],
13 "homepage": "https://github.com/storybookjs/storybook#readme",
14 "bugs": {
15 "url": "https://github.com/storybookjs/storybook/issues"
16 },
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/storybookjs/storybook.git",
20 "directory": "addons/a11y"
21 },
22 "license": "MIT",
23 "main": "dist/index.js",
24 "types": "dist/index.d.ts",
25 "files": [
26 "dist/**/*",
27 "README.md",
28 "*.js",
29 "*.d.ts",
30 "ts3.4/**/*"
31 ],
32 "scripts": {
33 "prepare": "node ../../scripts/prepare.js"
34 },
35 "dependencies": {
36 "@storybook/addons": "6.1.3",
37 "@storybook/api": "6.1.3",
38 "@storybook/channels": "6.1.3",
39 "@storybook/client-api": "6.1.3",
40 "@storybook/client-logger": "6.1.3",
41 "@storybook/components": "6.1.3",
42 "@storybook/core-events": "6.1.3",
43 "@storybook/theming": "6.1.3",
44 "axe-core": "^4.0.1",
45 "core-js": "^3.0.1",
46 "global": "^4.3.2",
47 "lodash": "^4.17.15",
48 "react-sizeme": "^2.5.2",
49 "regenerator-runtime": "^0.13.7",
50 "ts-dedent": "^2.0.0",
51 "util-deprecate": "^1.0.2"
52 },
53 "devDependencies": {
54 "@testing-library/react": "^10.0.4",
55 "@types/webpack-env": "^1.15.3"
56 },
57 "peerDependencies": {
58 "react": "^16.8.0 || ^17.0.0",
59 "react-dom": "^16.8.0 || ^17.0.0"
60 },
61 "peerDependenciesMeta": {
62 "react": {
63 "optional": true
64 },
65 "react-dom": {
66 "optional": true
67 }
68 },
69 "publishConfig": {
70 "access": "public"
71 },
72 "gitHead": "fc7dd4f63be1df7cff830a813dda8ff97e10d30b",
73 "typesVersions": {
74 "<3.8": {
75 "*": [
76 "ts3.4/*"
77 ]
78 }
79 }
80}