{
  "name": "@tendermint/ui",
  "productName": "Tendermint UI",
  "description": "Tendermint UI contains components for front end projects.",
  "version": "0.5.0",
  "license": "Apache-2.0",
  "main": "src/index.js",
  "author": "Tendermint, Inc <hello@tendermint.com>",
  "repository": "https://github.com/tendermint/ui",
  "scripts": {
    "storybook": "start-storybook -p 9999",
    "now-build": "build-storybook -c .storybook -o .storybook-dist",
    "postversion": "git push && git push --tags"
  },
  "devDependencies": {
    "@babel/core": "^7.6.0",
    "@storybook/addon-actions": "^5.2.1",
    "@storybook/addon-links": "5.1.11",
    "@storybook/vue": "^5.2.1",
    "babel-loader": "^8.0.6",
    "babel-preset-vue": "^2.0.2",
    "markdown-it": "^10.0.0",
    "vue-loader": "^15.7.1",
    "vue-template-compiler": "^2.6.10"
  },
  "dependencies": {
    "vue": "^2.6.10"
  }
}
