{
  "name": "@tedbree/eventbree-vue",
  "description": "A collection of components for the Eventbree Design System built using Vue.js",
  "version": "0.1.22",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://bitbucket.org/@tedbree/eventbree-vue.git"
  },
  "bugs": {
    "url": "https://bitbucket.org/@tedbree/eventbree-vue/issues/new"
  },
  "homepage": "https://bitbucket.org/@tedbree/eventbree-vue/tree/master/packages/core#readme",
  "main": "dist/eventbree-vue.umd.min.js",
  "jsdelivr": "dist/eventbree-vue.umd.min.js",
  "unpkg": "dist/eventbree-vue.umd.min.js",
  "keywords": [
    "eventbree",
    "vue",
    "vuejs",
    "vue-components",
    "components",
    "component",
    "javascript",
    "css",
    "framework",
    "ui",
    "frontend",
    "responsive",
    "tedbree"
  ],
  "directories": {
    "src": "src",
    "test": "__tests__"
  },
  "publishConfig": {
    "access": "public"
  },
  "contributors": [
    {
      "name": "Ogunmoye Damilola",
      "email": "dami@tedbree.com"
    },
    {
      "name": "Samuel Osemeke",
      "email": "samuel@tedbree.com"
    }
  ],
  "files": [
    "/dist",
    "/src"
  ],
  "scripts": {
    "build": "vue-cli-service build --target lib --name eventbree-vue ./src/index.js --no-clean && npm run mix:prod",
    "build:wc": "vue-cli-service build --target wc-async ./src/components/*.vue",
    "build:docs": "vuepress build docs",
    "build:all": "npm run build && npm run build:docs",
    "dev": "concurrently --kill-others \"vue-cli-service serve\" \"npm run mix:watch\"",
    "dev:docs": "concurrently --kill-others \"vue-cli-service serve\" \"npm run mix:watch\" \"vuepress dev docs\"",
    "lint": "vue-cli-service lint",
    "mix:prod": "npm run production",
    "mix:watch": "npm run development -- --watch",
    "production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
    "development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
    "deploy": "npm run build && git add . && git commit -m 'deployed updated version' && npm version patch && git push && git push --tags && sudo npm publish --access public"
  },
  "engines": {
    "node": ">=8.x"
  },
  "sideEffects": true,
  "dependencies": {
    "@simonwep/pickr": "^1.0.0-beta",
    "@voerro/vue-tagsinput": "^1.11.2",
    "autosize": "^4.0.2",
    "crypto-js": "^3.1.9-1",
    "date-fns": "^1.30.1",
    "feather-icons": "^4.22.0",
    "nouislider": "^13.1.5",
    "vue": "^2.6.10",
    "vue-flatpickr-component": "^8.1.2",
    "vue-select": "^3.1.0",
    "vue-tel-input": "^2.3.0",
    "vue2-transitions": "^0.3.0"
  },
  "devDependencies": {
    "@vue/cli-service": "^3.6.0",
    "bootstrap": "^4.3.1",
    "concurrently": "^4.1.0",
    "cross-env": "^5.2.0",
    "glob-all": "^3.1.0",
    "laravel-mix": "^4.0.16",
    "purify-css": "^1.2.5",
    "purifycss-webpack": "^0.7.0",
    "resolve-url-loader": "2.3.1",
    "sass": "^1.20.3",
    "sass-loader": "7.*",
    "vue-plugin-load-script": "^1.2.0",
    "vue-template-compiler": "^2.6.10",
    "vuepress": "^1.0.0-alpha.48",
    "webpack-cli": "^3.3.2"
  }
}
