{
  "name": "wbu-design-system",
  "version": "33.10.0-gus-rc.0",
  "description": "WhereBy.Design is the nascent design system for WhereBy.Us",
  "author": "WhereBy.Us",
  "maintainers": [
    "Michael Schofield <michael@whereby.us>, Ernie Hsiung <ernie@whereby.us>"
  ],
  "main": "dist/system/system.js",
  "files": [
    "dist/system/*",
    "dist/assets/*",
    "dist/services/*",
    "dist/store/*"
  ],
  "homepage": "https://wherebyus.github.io/whereby.design",
  "private": false,
  "license": "MIT",
  "scripts": {
    "build": "npm-run-all theo node:build",
    "build:app": "npm run build",
    "build:system": "npm-run-all theo node:build:system",
    "build:docs": "npm-run-all theo styleguide:build",
    "commit": "npx git-cz",
    "dev": "webpack-dev-server --inline --config ./build/webpack.dev.conf.js",
    "lint": "eslint '**/*.{js,vue}' --cache",
    "lint:fix": "eslint '**/*.{js,vue}' --cache --fix",
    "node:build": "node ./build/build.js",
    "node:build:system": "node ./build/build-system.js",
    "release:patch": "npm run build:system && npx release-it patch",
    "release:major": "npm run build:system && npx release-it major",
    "release:minor": "npm run build:system && npx release-it minor",
    "release:pre": "npm run build:system && npx release-it minor --preRelease=rc",
    "release:rc": "npm run build:system && npx release-it --preRelease=rc --npm.tag=next",
    "start": "npm-run-all --parallel styleguide theo:onchange theo dev",
    "styleguide": "vue-styleguidist server --open --config ./config/docs.config.js",
    "styleguide:build": "vue-styleguidist build --config ./config/docs.config.js",
    "theo": "theo ./src/tokens/tokens.yml --transform web --format map.scss,scss,raw.json,json --dest ./src/assets/tokens",
    "theo:onchange": "onchange \"./src/tokens/*.yml\" -- npm run theo",
    "test": "npm-run-all theo unit",
    "unit": "jest --config ./test/unit/jest.conf.js --coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wherebyus/whereby.design.git"
  },
  "keywords": [
    "design system",
    "vue.js",
    "vue",
    "design",
    "system"
  ],
  "babel": {
    "presets": [
      "@babel/preset-env"
    ],
    "plugins": [
      "@babel/plugin-syntax-dynamic-import",
      "@babel/plugin-proposal-class-properties",
      "@babel/plugin-proposal-object-rest-spread",
      "@babel/plugin-transform-runtime"
    ],
    "env": {
      "test": {
        "presets": [
          "@babel/preset-env"
        ],
        "plugins": [
          "@babel/plugin-syntax-dynamic-import",
          "@babel/plugin-proposal-class-properties",
          "@babel/plugin-proposal-object-rest-spread"
        ]
      }
    }
  },
  "eslintConfig": {
    "extends": [
      "eslint:recommended",
      "airbnb",
      "plugin:vue/essential"
    ],
    "env": {
      "browser": true,
      "node": true
    },
    "parserOptions": {
      "sourceType": "module",
      "ecmaVersion": 8,
      "ecmaFeatures": {
        "jsx": true
      }
    },
    "rules": {
      "max-len": [
        2,
        500,
        4,
        {
          "ignoreUrls": true
        }
      ],
      "vue/no-parsing-error": "off",
      "vue/valid-v-model": "off",
      "vue/valid-v-bind": "off",
      "vue/valid-v-if": "off",
      "vue/valid-v-for": "off",
      "vue/valid-v-on": "off"
    }
  },
  "dependencies": {
    "@fullcalendar/core": "^5.3",
    "@fullcalendar/daygrid": "^5.3.2",
    "@fullcalendar/list": "^5.5.0",
    "@fullcalendar/vue": "^5.2",
    "@johmun/vue-tags-input": "^2.1.0",
    "@kenkou/vue-stripe-elements": "^2.0.0",
    "@stripe/stripe-js": "^1.9.0",
    "axios": "^0.21.1",
    "axios-jsonp": "^1.0.4",
    "bootstrap": "^4.5.2",
    "chart.js": "^2.9.4",
    "compact-timezone-list": "^1.0.6",
    "conventional-changelog": "^2.0.3",
    "dayjs": "^1.8.35",
    "dompurify": "^2.2.2",
    "flatpickr": "^4.6.6",
    "font-picker-vue": "^1.0.3",
    "gridjs": "^1.17.0",
    "jsonwebtoken": "^8.5.1",
    "jspdf": "^2.3.1",
    "lodash": "^4.17.20",
    "mini-css-extract-plugin": "^0.4.4",
    "node-sass": "^4.14.1",
    "number-abbreviate": "^2.0.0",
    "parchment": "^2.0.0-dev.2",
    "postcss-loader": "^3.0.0",
    "postcss-safe-parser": "^4.0.2",
    "prismjs": "^1.21.0",
    "qs": "^6.9.2",
    "quill": "^1.3.7",
    "quill-paste-smart": "^1.2.1",
    "sanitize-html": "^2.3.2",
    "striptags": "^3.1.1",
    "tailwindcss": "^2.2.11",
    "tiny-cookie": "^2.3.2",
    "tinycolor2": "^1.4.1",
    "v-emoji-picker": "^2.2.0",
    "v-idle": "^0.2.0",
    "v-tooltip": "^2.1.3",
    "vee-validate": "^2.2.15",
    "vue": "^2.6.12",
    "vue-affix": "^0.5.2",
    "vue-chartjs": "^3.5.1",
    "vue-clickaway": "^2.2.2",
    "vue-clipboard2": "^0.3.1",
    "vue-component-media-queries": "^1.0.0",
    "vue-content-loader": "^0.2.3",
    "vue-cookie": "^1.1.4",
    "vue-flatpickr-component": "^8.1.6",
    "vue-lodash": "^2.1.2",
    "vue-meta": "^1.6.0",
    "vue-multiselect": "^2.1.6",
    "vue-nav-tabs": "^0.5.7",
    "vue-prism-editor": "^1.2.2",
    "vue-quill": "^1.5.1",
    "vue-range-component": "xwpongithub/vue-range-slider",
    "vue-router": "^3.4.3",
    "vue-swatches": "^2.1.0",
    "vue-tabs-component": "^1.5.0",
    "vue-toastification": "^1.7.11",
    "vue2-editor": "^2.10.2",
    "vuedraggable": "^2.24.3",
    "vuejs-datepicker": "^1.6.2",
    "vuejs-paginate": "^2.1.0",
    "vuex": "^3.5.1",
    "webfontloader": "^1.6.28"
  },
  "devDependencies": {
    "@babel/cli": "^7.11.6",
    "@babel/core": "^7.11.6",
    "@babel/plugin-proposal-class-properties": "^7.10.4",
    "@babel/plugin-proposal-object-rest-spread": "^7.11.0",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-transform-runtime": "^7.11.5",
    "@babel/preset-env": "^7.11.5",
    "@babel/register": "^7.11.5",
    "@commitlint/cli": "^7.6.1",
    "@commitlint/config-conventional": "^7.6.0",
    "@vue/test-utils": "^1.0.5",
    "autoprefixer": "^9.8.6",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.1.0",
    "babel-jest": "^24.9.0",
    "babel-loader": "^8.1.0",
    "babel-plugin-dynamic-import-node": "^1.2.0",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
    "babel-plugin-transform-runtime": "^6.22.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-stage-2": "^6.22.0",
    "babel-register": "^6.22.0",
    "chalk": "^2.4.2",
    "codemirror": "^5.57.0",
    "compression-webpack-plugin": "^2.0.0",
    "conventional-changelog-cli": "^2.1.0",
    "copy-webpack-plugin": "^4.6.0",
    "css-loader": "^1.0.1",
    "cz-conventional-changelog": "^2.1.0",
    "eslint": "^5.16.0",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-plugin-compat": "^2.7.0",
    "eslint-plugin-es5": "^1.5.0",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-jsx-a11y": "^6.3.1",
    "eslint-plugin-react": "^7.20.6",
    "eslint-plugin-vue": "^4.7.1",
    "eslint-plugin-vuejs-accessibility": "^0.6.1",
    "file-loader": "^2.0.0",
    "friendly-errors-webpack-plugin": "^1.7.0",
    "html-loader": "^0.5.5",
    "html-webpack-plugin": "^3.2.0",
    "http-proxy-middleware": "^0.19.2",
    "husky": "^2.7.0",
    "jest": "^24.9.0",
    "jest-serializer-vue": "^2.0.2",
    "node-notifier": "^8.0.1",
    "npm-run-all": "^4.1.3",
    "onchange": "^5.1.0",
    "optimize-css-assets-webpack-plugin": "^5.0.4",
    "ora": "^3.4.0",
    "portfinder": "^1.0.28",
    "postcss-import": "^12.0.1",
    "postcss-url": "^7.3.2",
    "prettier": "^1.19.1",
    "pretty-quick": "^1.11.1",
    "release-it": "^7.6.3",
    "rimraf": "^2.7.1",
    "sass-loader": "^7.3.1",
    "sass-resources-loader": "^1.3.5",
    "semver": "^5.7.1",
    "shelljs": "^0.8.4",
    "style-loader": "^0.23.1",
    "theo": "^8.1.5",
    "uglifyjs-webpack-plugin": "^1.3.0",
    "url-loader": "^1.1.2",
    "vue-jest": "^2.6.0",
    "vue-loader": "^15.9.3",
    "vue-style-loader": "^4.1.2",
    "vue-styleguidist": "^3.26.2",
    "vue-template-compiler": "^2.6.12",
    "webpack": "^4.44.1",
    "webpack-bundle-analyzer": "^3.8.0",
    "webpack-cli": "^3.3.12",
    "webpack-dev-server": "^3.11.0",
    "webpack-merge": "^4.2.2",
    "webpack-merge-and-include-globally": "^2.1.25"
  },
  "engines": {
    "node": ">= 8.6.0",
    "npm": ">= 3.0.0"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not Explorer > 0",
    "IE 11",
    "not ExplorerMobile > 0",
    "not BlackBerry > 0",
    "not OperaMini all",
    "not OperaMobile > 0"
  ],
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  }
}
