{
  "name": "smartly-vue-test",
  "version": "0.1.20",
  "license": "MIT",
  "author": "MoneySmart",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/moneysmartco/smartly-vue"
  },
  "keywords": [
    "smartly",
    "smartly-vue",
    "vue",
    "components"
  ],
  "homepage": "https://github.com/moneysmartco/smartly-vue#readme",
  "files": [
    "dist",
    "src/components"
  ],
  "main": "dist/smartly-vue-test.umd.min.js",
  "scripts": {
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build",
    "build:bundle": "vue-cli-service build --target lib --name smartly-vue-test ./src/index.js",
    "lint": "vue-cli-service lint",
    "start": "node server.js",
    "storybook": "start-storybook -p 9001 -c .storybook",
    "build-storybook": "build-storybook -c .storybook -o storybook-static",
    "heroku-postbuild": "npm run build-storybook"
  },
  "dependencies": {
    "express": "^4.16.4",
    "vue": "^2.6.10"
  },
  "devDependencies": {
    "@babel/core": "^7.4.3",
    "@babel/preset-env": "^7.4.3",
    "@babel/register": "^7.4.0",
    "@storybook/vue": "^5.0.10",
    "@vue/cli-plugin-babel": "^3.6.0",
    "@vue/cli-plugin-eslint": "^3.6.0",
    "@vue/cli-service": "^3.6.0",
    "@vue/eslint-config-airbnb": "^4.0.0",
    "babel-eslint": "^10.0.1",
    "babel-loader": "^8.0.5",
    "babel-preset-vue": "^2.0.2",
    "core-js": "^2.6.5",
    "css-loader": "^2.1.1",
    "eslint": "^5.16.0",
    "eslint-plugin-vue": "^5.0.0",
    "node-sass": "^4.9.0",
    "sass-loader": "^7.1.0",
    "style-loader": "^0.23.1",
    "vue-loader": "^15.7.0",
    "vue-template-compiler": "^2.6.10",
    "vue-router": "^3.0.3"
  }
}
