storybook/addons/jest/package.json
Michael Shilman aa2a8c11f3 v3.3.0-rc.0
2017-12-23 20:20:05 -08:00

39 lines
952 B
JSON

{
"name": "@storybook/addon-jest",
"version": "3.3.0-rc.0",
"description": "React storybook addon that show component jest report",
"keywords": [
"addon",
"jest",
"react",
"report",
"results",
"storybook",
"unit-testing"
],
"homepage": "https://storybook.js.org",
"bugs": "https://github.com/storybooks/storybook",
"license": "MIT",
"author": "Renaud Tertrais <renaud.tertrais@gmail.com> (https://github.com/renaudtertrais)",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/storybooks/storybook"
},
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@storybook/components": "^3.3.0-rc.0",
"glamor": "^2.20.40",
"glamorous": "^4.11.2",
"global": "^4.3.2",
"prop-types": "^15.6.0"
},
"peerDependencies": {
"@storybook/addons": "^3.3.0-alpha.6",
"react": "*",
"react-dom": "*"
}
}