{ "name": "@storybook/addon-notes", "version": "3.2.0-alpha.0", "description": "Write notes for your Storybook stories.", "keywords": [ "addon", "storybook", "notes" ], "license": "MIT", "main": "dist/index.js", "repository": { "type": "git", "url": "https://github.com/storybooks/storybook.git" }, "scripts": { "prepublish": "node ../../scripts/prepublish.js", "publish-storybook": "bash .scripts/publish_storybook.sh", "storybook": "start-storybook -p 9010" }, "dependencies": { "@storybook/addons": "^3.1.6", "babel-runtime": "^6.23.0", "util-deprecate": "^1.0.2" }, "devDependencies": { "prop-types": "^15.5.10", "react": "^15.5.4" }, "peerDependencies": { "react": "*" }, "optionalDependencies": { "@types/react": "^15.0.24" } }