storybook/addons/jest/package.json
2018-11-29 17:48:05 +08:00

45 lines
1.1 KiB
JSON

{
"name": "@storybook/addon-jest",
"version": "4.1.0-alpha.9",
"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",
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/storybooks/storybook/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
},
"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": {
"@emotion/styled": "^0.10.6",
"@storybook/addons": "4.1.0-alpha.9",
"@storybook/components": "4.1.0-alpha.9",
"global": "^4.3.2",
"prop-types": "^15.6.2",
"upath": "^1.1.0",
"util-deprecate": "^1.0.2"
},
"peerDependencies": {
"react": "*"
}
}