mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 02:41:08 +08:00
66 lines
1.6 KiB
JSON
66 lines
1.6 KiB
JSON
{
|
|
"name": "@storybook/addon-a11y",
|
|
"version": "6.0.0-alpha.11",
|
|
"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"
|
|
],
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addons": "6.0.0-alpha.11",
|
|
"@storybook/api": "6.0.0-alpha.11",
|
|
"@storybook/client-api": "6.0.0-alpha.11",
|
|
"@storybook/client-logger": "6.0.0-alpha.11",
|
|
"@storybook/components": "6.0.0-alpha.11",
|
|
"@storybook/core-events": "6.0.0-alpha.11",
|
|
"@storybook/theming": "6.0.0-alpha.11",
|
|
"axe-core": "^3.3.2",
|
|
"core-js": "^3.0.1",
|
|
"global": "^4.3.2",
|
|
"memoizerific": "^1.11.3",
|
|
"react": "^16.8.3",
|
|
"react-redux": "^7.0.2",
|
|
"react-sizeme": "^2.5.2",
|
|
"redux": "^4.0.1",
|
|
"ts-dedent": "^1.1.1",
|
|
"util-deprecate": "^1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react-redux": "^7.0.6",
|
|
"@types/webpack-env": "^1.15.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react-dom": "*",
|
|
"regenerator-runtime": "*"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "4b9d901add9452525135caae98ae5f78dd8da9ff"
|
|
}
|