storybook/addons/a11y/package.json
Norbert de Langen 4ef1523947
ADD icons to lib/components and REMOVE react-icons dependency
apparently with this new release, the single icon we were using was removed.
2018-08-05 00:10:37 +02:00

43 lines
1.0 KiB
JSON

{
"name": "@storybook/addon-a11y",
"version": "4.0.0-alpha.15",
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/storybooks/storybook.git"
},
"license": "MIT",
"main": "dist/index.js",
"jsnext:main": "src/index.js",
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@storybook/addons": "4.0.0-alpha.15",
"@storybook/client-logger": "4.0.0-alpha.15",
"@storybook/components": "4.0.0-alpha.15",
"@storybook/core-events": "4.0.0-alpha.15",
"axe-core": "^3.0.3",
"babel-runtime": "^6.26.0",
"global": "^4.3.2",
"prop-types": "^15.6.2",
"react-emotion": "^9.2.6"
},
"peerDependencies": {
"react": "*",
"react-dom": "*"
}
}