mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-31 05:03:21 +08:00
88 lines
2.1 KiB
JSON
88 lines
2.1 KiB
JSON
{
|
|
"name": "@storybook/addon-jest",
|
|
"version": "6.3.0-alpha.22",
|
|
"description": "React storybook addon that show component jest report",
|
|
"keywords": [
|
|
"addon",
|
|
"jest",
|
|
"react",
|
|
"report",
|
|
"results",
|
|
"storybook",
|
|
"unit-testing",
|
|
"test"
|
|
],
|
|
"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"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/storybook"
|
|
},
|
|
"license": "MIT",
|
|
"author": "Renaud Tertrais <renaud.tertrais@gmail.com> (https://github.com/renaudtertrais)",
|
|
"main": "dist/cjs/index.js",
|
|
"module": "dist/esm/index.js",
|
|
"types": "dist/ts3.9/index.d.ts",
|
|
"typesVersions": {
|
|
"<3.8": {
|
|
"*": [
|
|
"dist/ts3.4/*"
|
|
]
|
|
}
|
|
},
|
|
"files": [
|
|
"dist/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts"
|
|
],
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addons": "6.3.0-alpha.22",
|
|
"@storybook/api": "6.3.0-alpha.22",
|
|
"@storybook/components": "6.3.0-alpha.22",
|
|
"@storybook/core-events": "6.3.0-alpha.22",
|
|
"@storybook/theming": "6.3.0-alpha.22",
|
|
"core-js": "^3.8.2",
|
|
"global": "^4.4.0",
|
|
"react-sizeme": "^3.0.1",
|
|
"regenerator-runtime": "^0.13.7",
|
|
"upath": "^1.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/webpack-env": "^1.16.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0",
|
|
"react-dom": "^16.8.0 || ^17.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"react": {
|
|
"optional": true
|
|
},
|
|
"react-dom": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "5c8a5090dafa0cc1d8d66067c6ed6af73806aa5c",
|
|
"storybook": {
|
|
"displayName": "Jest",
|
|
"icon": "https://pbs.twimg.com/profile_images/821713465245102080/mMtKIMax_400x400.jpg",
|
|
"unsupportedFrameworks": [
|
|
"react-native"
|
|
]
|
|
}
|
|
}
|