mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 13:41:18 +08:00
45 lines
1010 B
JSON
45 lines
1010 B
JSON
{
|
|
"name": "@storybook/addon-a11y",
|
|
"version": "3.4.0-rc.3",
|
|
"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",
|
|
"jsnext:main": "src/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/storybooks/storybook.git"
|
|
},
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/components": "3.4.0-rc.3",
|
|
"axe-core": "^2.6.1",
|
|
"babel-runtime": "^6.26.0",
|
|
"glamor": "^2.20.40",
|
|
"glamorous": "^4.12.1",
|
|
"prop-types": "^15.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@storybook/react": "3.4.0-rc.3",
|
|
"faker": "^4.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@storybook/addons": "^3.3.0",
|
|
"react": "*",
|
|
"react-dom": "*"
|
|
}
|
|
}
|