storybook/addons/jest/package.json
2019-03-26 18:39:53 +08:00

49 lines
1.2 KiB
JSON

{
"name": "@storybook/addon-jest",
"version": "5.1.0-alpha.16",
"description": "React storybook addon that show component jest report",
"keywords": [
"addon",
"jest",
"react",
"report",
"results",
"storybook",
"unit-testing"
],
"homepage": "https://github.com/storybooks/storybook/tree/master/addons/jest",
"bugs": {
"url": "https://github.com/storybooks/storybook/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git",
"directory": "addons/jest"
},
"license": "MIT",
"author": "Renaud Tertrais <renaud.tertrais@gmail.com> (https://github.com/renaudtertrais)",
"main": "dist/index.js",
"jsnext:main": "src/index.js",
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@storybook/addons": "5.1.0-alpha.16",
"@storybook/components": "5.1.0-alpha.16",
"@storybook/core-events": "5.1.0-alpha.16",
"@storybook/theming": "5.1.0-alpha.16",
"core-js": "^2.6.5",
"global": "^4.3.2",
"prop-types": "^15.7.2",
"react": "^16.8.4",
"upath": "^1.1.0",
"util-deprecate": "^1.0.2"
},
"peerDependencies": {
"react": "*"
},
"publishConfig": {
"access": "public"
}
}