mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-21 05:02:39 +08:00
57 lines
1.3 KiB
JSON
57 lines
1.3 KiB
JSON
{
|
|
"name": "@storybook/addon-jest",
|
|
"version": "5.3.0-beta.3",
|
|
"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)",
|
|
"files": [
|
|
"dist/**/*",
|
|
"docs/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts"
|
|
],
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addons": "5.3.0-beta.3",
|
|
"@storybook/api": "5.3.0-beta.3",
|
|
"@storybook/components": "5.3.0-beta.3",
|
|
"@storybook/core-events": "5.3.0-beta.3",
|
|
"@storybook/theming": "5.3.0-beta.3",
|
|
"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"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|