{ "name": "@storybook/addon-storyshots", "version": "3.0.0-rc.2", "description": "StoryShots is a Jest Snapshot Testing Addon for Storybook.", "repository": { "type": "git", "url": "https://github.com/storybooks/storybook.git" }, "license": "MIT", "main": "dist/index.js", "scripts": { "prepublish": "babel ./src --out-dir ./dist", "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook" }, "devDependencies": { "babel-cli": "^6.24.1", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "react": "^15.5.4", "react-dom": "^15.5.4" }, "dependencies": { "babel-runtime": "^6.23.0", "global": "^4.3.2", "prop-types": "^15.5.8", "read-pkg-up": "^2.0.0" }, "peerDependencies": { "react": "*", "react-test-renderer": "*" } }