{
  "name": "@tvachon/storybook-addon-figma",
  "version": "0.2.0",
  "description": "Storybook addon for figma",
  "main": "dist/index.js",
  "scripts": {
    "prepare": "node .scripts/npm-prepublish.js",
    "storybook": "start-storybook -p 9001 -c .storybook",
    "deploy-storybook": "storybook-to-ghpages",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hharnisc/storybook-addon-figma.git"
  },
  "keywords": [
    "storybook",
    "addon",
    "figma"
  ],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hharnisc/storybook-addon-figma/issues"
  },
  "homepage": "https://github.com/hharnisc/storybook-addon-figma#readme",
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.0",
    "@babel/plugin-proposal-class-properties": "^7.2.1",
    "@babel/plugin-transform-runtime": "^7.2.0",
    "@babel/preset-env": "^7.2.0",
    "@babel/preset-react": "^7.0.0",
    "@storybook/storybook-deployer": "^2.8.1",
    "babel-loader": "^8.0.4",
    "react": "^16.6.0",
    "react-dom": "^16.6.0"
  },
  "dependencies": {
    "@storybook/addons": "^4.0.11",
    "prop-types": "^15.6.2"
  },
  "peerDependencies": {
    "react": "^0.14.7 || ^15.0.0 || ^16.0.0"
  }
}
