{ "name": "@cattr/frontend-application", "author": "team@amazingcat.net", "homepage": "https://cattr.app", "bugs": { "url": "https://git.amazingcat.net/cattr/core/app/-/issues", "email": "hi@cattr.app" }, "license": "SSPL-1.0", "private": true, "repository": { "type": "git", "url": "https://git.amazingcat.net/cattr/core/app.git" }, "scripts": { "dev": "mix", "watch": "mix watch", "hot": "mix watch --hot", "prod": "mix --production", "postinstall": "husky install", "prepare": "husky install", "lint": "eslint --ext .js,.vue -c .eslintrc.js resources/frontend/" }, "workspaces": [ "resources/frontend/vendor_modules/*/*" ], "dependencies": { "@cattr/gitlab-integration": "^2.0.4", "@cattr/redmine-integration": "^4.0.4", "@cattr/ui-kit": "^1.3.9", "@sentry/tracing": "^7.93.0", "@sentry/vue": "^7.93.0", "@svgdotjs/svg.js": "^3.2.0", "@vue/composition-api": "^1.7.2", "apidoc": "0.29.0", "axios": "^1.6.5", "axios-concurrency": "^1.0.4", "caret-pos": "^2.0.0", "chart.js": "^4.3.3", "color-convert": "^2.0.1", "cross-env": "^7.0.3", "dotenv": "^16.4.2", "echarts": "^5.4.3", "fabric": "^5.3.0", "js-md5": "^0.8.3", "laravel-echo": "^1.16.1", "lodash": "^4.17.21", "mapbox-gl": "^3.1.2", "markdown-it": "^14.1.0", "markdown-it-highlightjs": "^4.1.0", "markdown-it-sub": "^2.0.0", "markdown-it-sup": "^2.0.0", "moment": "^2.29.4", "moment-timezone": "^0.5.45", "path-browserify": "^1.0.1", "pusher-js": "^8.4.0-rc2", "semver": "^7.6.0", "v-code-diff": "^1.13.1", "validator": "^13.11.0", "vee-validate": "^3.4.15", "vue": "^2.7.16", "vue-avatar": "^2.3.3", "vue-chartjs": "^5.2.0", "vue-color": "^2.8.1", "vue-echarts": "^6.6.8", "vue-i18n": "^8.28.2", "vue-kanban": "^1.8.0", "vue-lazyload": "^1.3.5", "vue-loading-skeleton": "^1.1.9", "vue-moment": "^4.1.0", "vue-multiselect": "^2.1.8", "vue-recaptcha": "^2.0.3", "vue-router": "^3.6.5", "vue-select": "^3.20.2", "vue2-datepicker": "^3.11.1", "vue2-editor": "^2.10.3", "vuex": "^3.6.2" }, "devDependencies": { "@babel/core": "^7.23.7", "@babel/eslint-parser": "^7.23.9", "@commitlint/cli": "^18.4.4", "@commitlint/config-conventional": "^18.4.4", "autoprefixer": "^10.4.16", "chokidar": "^3.5.3", "clean-webpack-plugin": "^4.0.0", "compression-webpack-plugin": "^10.0.0", "core-js": "^3.35.0", "css-loader": "^6.9.0", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-vue": "^9.20.1", "husky": "^8.0.3", "laravel-mix": "^6.0.49", "laravel-mix-alias": "^1.0.3", "laravel-mix-bundle-analyzer": "^1.0.5", "laravel-mix-clean": "^0.1.0", "laravel-mix-compress": "^3.0.0", "laravel-mix-polyfill": "^3.0.1", "laravel-mix-serve": "^2.2.2", "laravel-mix-sri": "^1.0.7", "laravel-mix-workbox": "^0.1.4", "postcss": "^8.4.31", "prettier": "3.2.5", "resolve-url-loader": "^5.0.0", "sass": "^1.70.0", "sass-loader": "^13.3.3", "sass-resources-loader": "^2.2.5", "vue-eslint-parser": "^9.4.2", "vue-loader": "^15.11.1", "vue-template-compiler": "^2.7.16", "webpack": "^5.89.0", "workbox-webpack-plugin": "^6.6.0" }, "packageManager": "yarn@3.5.0", "engines": { "node": "^18", "yarn": "^3.4" }, "resolutions": { "webpack-bundle-analyzer": "4.8.0" } }