storybook/addons/jest/package.json
2020-02-13 12:07:31 +08:00

62 lines
1.5 KiB
JSON

{
"name": "@storybook/addon-jest",
"version": "6.0.0-alpha.11",
"description": "React storybook addon that show component jest report",
"keywords": [
"addon",
"jest",
"react",
"report",
"results",
"storybook",
"unit-testing"
],
"homepage": "https://github.com/storybookjs/storybook/tree/master/addons/jest",
"bugs": {
"url": "https://github.com/storybookjs/storybook/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/storybookjs/storybook.git",
"directory": "addons/jest"
},
"license": "MIT",
"author": "Renaud Tertrais <renaud.tertrais@gmail.com> (https://github.com/renaudtertrais)",
"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/components": "6.0.0-alpha.11",
"@storybook/core-events": "6.0.0-alpha.11",
"@storybook/theming": "6.0.0-alpha.11",
"core-js": "^3.0.1",
"global": "^4.3.2",
"react": "^16.8.3",
"react-sizeme": "^2.5.2",
"upath": "^1.1.0",
"util-deprecate": "^1.0.2"
},
"devDependencies": {
"@types/webpack-env": "^1.15.1"
},
"peerDependencies": {
"react": "*",
"react-dom": "*",
"regenerator-runtime": "*"
},
"publishConfig": {
"access": "public"
},
"gitHead": "4b9d901add9452525135caae98ae5f78dd8da9ff"
}