storybook/addons/jest/package.json
2021-01-22 12:44:00 +08:00

76 lines
1.8 KiB
JSON

{
"name": "@storybook/addon-jest",
"version": "6.2.0-alpha.17",
"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/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.2.0-alpha.17",
"@storybook/api": "6.2.0-alpha.17",
"@storybook/components": "6.2.0-alpha.17",
"@storybook/core-events": "6.2.0-alpha.17",
"@storybook/theming": "6.2.0-alpha.17",
"core-js": "^3.8.2",
"global": "^4.4.0",
"react-sizeme": "^2.6.12",
"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": "218f33702f39ae55ce04dc8f51e9ffc8a7306d9b"
}