storybook/addons/storyshots/package.json

36 lines
934 B
JSON

{
"name": "@storybook/addon-storyshots",
"version": "3.2.15",
"description": "StoryShots is a Jest Snapshot Testing Addon for Storybook.",
"license": "MIT",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
},
"scripts": {
"build-storybook": "build-storybook",
"prepare": "babel ./src --out-dir ./dist",
"storybook": "start-storybook -p 6006"
},
"dependencies": {
"babel-runtime": "^6.26.0",
"global": "^4.3.2",
"prop-types": "^15.6.0",
"read-pkg-up": "^3.0.0"
},
"devDependencies": {
"@storybook/addons": "^3.2.15",
"@storybook/channels": "^3.2.15",
"@storybook/react": "^3.2.15"
},
"peerDependencies": {
"@storybook/addons": "^3.2.15",
"@storybook/channels": "^3.2.15",
"@storybook/react": "^3.2.15",
"babel-core": "^6.26.0",
"react": "*",
"react-test-renderer": "*"
}
}