storybook/addons/a11y/package.json
2020-09-12 00:49:31 +08:00

71 lines
1.7 KiB
JSON

{
"name": "@storybook/addon-a11y",
"version": "6.1.0-alpha.8",
"description": "a11y addon for storybook",
"keywords": [
"a11y",
"accessibility",
"addon",
"storybook",
"valid",
"verify"
],
"homepage": "https://github.com/storybookjs/storybook#readme",
"bugs": {
"url": "https://github.com/storybookjs/storybook/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/storybookjs/storybook.git",
"directory": "addons/a11y"
},
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*",
"README.md",
"*.js",
"*.d.ts",
"ts3.5/**/*"
],
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@storybook/addons": "6.1.0-alpha.8",
"@storybook/api": "6.1.0-alpha.8",
"@storybook/channels": "6.1.0-alpha.8",
"@storybook/client-api": "6.1.0-alpha.8",
"@storybook/client-logger": "6.1.0-alpha.8",
"@storybook/components": "6.1.0-alpha.8",
"@storybook/core-events": "6.1.0-alpha.8",
"@storybook/theming": "6.1.0-alpha.8",
"axe-core": "^4.0.1",
"core-js": "^3.0.1",
"global": "^4.3.2",
"lodash": "^4.17.15",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-sizeme": "^2.5.2",
"regenerator-runtime": "^0.13.3",
"ts-dedent": "^1.1.1",
"util-deprecate": "^1.0.2"
},
"devDependencies": {
"@testing-library/react": "^10.0.4",
"@types/webpack-env": "^1.15.2"
},
"publishConfig": {
"access": "public"
},
"gitHead": "3a636538b7a15e4dcc07058d36b1dceb9b43335b",
"typesVersions": {
"<=3.5": {
"*": [
"ts3.5/*"
]
}
}
}