cattr-app/frontend-application

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@cattr/frontend",
  "description": "Frontend application for Cattr",
  "homepage": "https://cattr.app",
  "license": "SEE LICENSE IN LICENSE",
  "scripts": {
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build",
    "lint": "vue-cli-service lint",
    "compile": "vue-cli-service modules:compile",
    "clean": "git clean -fX output/*",
    "postinstall": "husky install",
    "prepack": "pinst --disable",
    "postpack": "pinst --enable"
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "main": "app/core/index.js",
  "workspaces": [
    "app/compiler",
    "app/vendor_modules/*/*"
  ],
  "dependencies": {
    "@cattr/gitlab-integration": "*",
    "@cattr/redmine-integration": "*",
    "@cattr/ui-kit": "^1.3.7",
    "@cattr/vue-cli-plugin-compiler": "workspace:*",
    "@sentry/tracing": "^6.19.7",
    "@sentry/vue": "^6.19.7",
    "autoprefixer": "^9.8.8",
    "axios": "^0.27.2",
    "axios-concurrency": "^1.0.4",
    "caret-pos": "^2.0.0",
    "color-convert": "^2.0.1",
    "core-js": "^3.26.1",
    "cross-env": "^6.0.3",
    "dotenv": "^8.6.0",
    "fabric": "^3.6.6",
    "js-md5": "^0.7.3",
    "lodash": "^4.17.21",
    "mapbox-gl": "^2.11.1",
    "mini-css-extract-plugin": "^1.6.2",
    "moment": "^2.29.4",
    "moment-timezone": "^0.5.40",
    "postcss": "^7.0.39",
    "semver": "^7.3.8",
    "validator": "^13.7.0",
    "vee-validate": "^3.4.14",
    "vue": "^2.7.14",
    "vue-avatar": "^2.3.3",
    "vue-color": "^2.8.1",
    "vue-dialog-loading": "^0.5.3",
    "vue-i18n": "^8.28.2",
    "vue-kanban": "^1.8.0",
    "vue-lazyload": "^1.3.4",
    "vue-loading-skeleton": "^1.1.9",
    "vue-moment": "^4.1.0",
    "vue-multiselect": "^2.1.6",
    "vue-recaptcha": "^1.3.0",
    "vue-router": "^3.6.5",
    "vue-select": "^3.20.0",
    "vue2-datepicker": "^3.11.1",
    "vue2-editor": "^2.10.3",
    "vuex": "^3.6.2",
    "webpack": "^4.46.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.3.0",
    "@commitlint/config-conventional": "^17.3.0",
    "@vue/cli-plugin-babel": "^4.5.19",
    "@vue/cli-plugin-eslint": "^4.5.19",
    "@vue/cli-plugin-router": "^4.5.19",
    "@vue/cli-plugin-vuex": "^4.5.19",
    "@vue/cli-service": "^4.5.19",
    "babel-eslint": "^10.1.0",
    "eslint": "^5.16.0",
    "eslint-plugin-prettier": "^3.4.1",
    "eslint-plugin-vue": "^5.2.3",
    "husky": "^8.0.2",
    "pinst": "^3.0.0",
    "prettier": "2.8.1",
    "resolve-url-loader": "^3.1.5",
    "sass": "^1.56.2",
    "sass-loader": "^8.0.2",
    "vue-template-compiler": "^2.7.14",
    "webpack-bundle-analyzer": "^3.9.0"
  },
  "packageManager": "yarn@3.2.0"
}