storybook/addons/jest/package.json
2020-10-10 10:31:12 +08:00

66 lines
1.5 KiB
JSON

{
"name": "@storybook/addon-jest",
"version": "6.1.0-alpha.22",
"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",
"ts3.4/**/*"
],
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@storybook/addons": "6.1.0-alpha.22",
"@storybook/api": "6.1.0-alpha.22",
"@storybook/components": "6.1.0-alpha.22",
"@storybook/core-events": "6.1.0-alpha.22",
"@storybook/theming": "6.1.0-alpha.22",
"core-js": "^3.0.1",
"global": "^4.3.2",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-sizeme": "^2.5.2",
"regenerator-runtime": "^0.13.3",
"upath": "^1.1.0"
},
"devDependencies": {
"@types/webpack-env": "^1.15.2"
},
"publishConfig": {
"access": "public"
},
"gitHead": "062478198c765be53467ac3fee581e9f8a7f851f",
"typesVersions": {
"<3.8": {
"*": [
"ts3.4/*"
]
}
}
}