mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 19:41:06 +08:00
37 lines
797 B
JSON
37 lines
797 B
JSON
{
|
|
"name": "@storybook/addon-a11y",
|
|
"version": "3.2.16",
|
|
"description": "a11y addon for storybook",
|
|
"keywords": [
|
|
"a11y",
|
|
"accessibility",
|
|
"addon",
|
|
"storybook",
|
|
"valid",
|
|
"verify"
|
|
],
|
|
"homepage": "https://github.com/storybooks/storybook#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/storybooks/storybook/issues"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/storybooks/storybook.git"
|
|
},
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addons": "^3.2.16",
|
|
"@storybook/components": "^3.2.16",
|
|
"axe-core": "^2.0.7",
|
|
"prop-types": "^15.6.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-dom": "*"
|
|
}
|
|
}
|