{
  "name": "@kadira/storybook-addon-comments",
  "version": "1.9.1",
  "description": "Comments addon for Storybook",
  "main": "preview.js",
  "scripts": {
    "prepublish": ". ./.scripts/prepublish.sh",
    "lint": "eslint src",
    "lintfix": "eslint src --fix",
    "testonly": "mocha --require .scripts/mocha_runner src/**/tests/**/*.js",
    "test": "npm run lint && npm run testonly",
    "test-watch": "npm run testonly -- --watch --watch-extensions js",
    "storybook": "start-storybook -p 3006",
    "storybook-local": "STORYBOOK_CLOUD_SERVER='http://localhost:3003/graphql' start-storybook -p 9010",
    "storybook-remote": "start-storybook -p 3006",
    "publish-storybook": "bash .scripts/publish_storybook.sh"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kadirahq/storybook-addon-comments.git"
  },
  "keywords": [
    "storybook"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kadirahq/storybook-addon-comments/issues"
  },
  "homepage": "https://github.com/kadirahq/storybook-addon-comments#readme",
  "devDependencies": {
    "react": "^15.3.2",
    "react-dom": "^15.3.2",
    "babel-loader": "^6.2.5",
    "babel-polyfill": "^6.13.0",
    "babel-preset-react-app": "^0.2.1",
    "babel-cli": "^6.14.0",
    "babel-core": "^6.14.0",
    "babel-plugin-transform-runtime": "^6.15.0",
    "babel-preset-es2015": "^6.14.0",
    "babel-preset-react": "^6.11.1",
    "babel-preset-stage-0": "^6.5.0",
    "eslint": "^3.6.0",
    "babel-eslint": "^6.1.2",
    "eslint-config-airbnb": "^12.0.0",
    "eslint-plugin-import": "^1.16.0",
    "eslint-plugin-jsx-a11y": "^2.2.2",
    "eslint-plugin-react": "^6.3.0",
    "mocha": "^3.0.2",
    "chai": "^3.5.0",
    "sinon": "^1.17.6",
    "enzyme": "^2.2.0",
    "react-addons-test-utils": "^15.3.2",
    "jsdom": "^9.5.0",
    "git-url-parse": "^6.0.1",
    "@kadira/storybook": "^2.24.1",
    "@kadira/storybook-addons": "^1.5.0",
    "@kadira/storybook-database-cloud": "^2.3.1",
    "@kadira/storybook-deployer": "^1.2.0",
    "@kadira/storybook-ui": "^3.4.1",
    "chokidar": "^1.6.0",
    "shelljs": "^0.7.4"
  },
  "peerDependencies": {
    "@kadira/storybook-addons": "^1.5.0",
    "react": "^0.14.7 || ^15.0.0",
    "react-dom": "^0.14.7 || ^15.0.0"
  },
  "dependencies": {
    "babel-runtime": "^6.11.6",
    "deep-equal": "^1.0.1",
    "events": "^1.1.1",
    "insert-css": "^1.0.0",
    "marked": "^0.3.6",
    "moment": "^2.15.1",
    "react-render-html": "^0.1.6",
    "react-textarea-autosize": "^4.0.5"
  },
  "engines": {
    "npm": "^3.0.0"
  }
}
