{
  "name": "@genpact/genome.mfe.my-profile-app",
  "version": "1.0.0-alpha.1",
  "license": "UNLICENSED",
  "files": [
    "dist/**/*"
  ],
  "scripts": {
    "serve": "cross-env TAILWIND_MODE=watch vue-cli-service serve",
    "serve:standalone": "cross-env TAILWIND_MODE=watch STANDALONE_SINGLE_SPA=true vue-cli-service serve --standalone",
    "build": "cross-env vue-cli-service build",
    "commit": "commit",
    "release:poc": "standard-version --release-as patch --prerelease alpha",
    "release:dev": "standard-version --prerelease beta",
    "release:uat": "standard-version --prerelease rc",
    "release:prod": "standard-version",
    "test:unit": "vue-cli-service test:unit",
    "lint": "vue-cli-service lint",
    "preinstall": "npx only-allow pnpm",
    "postinstall": "husky install"
  },
  "dependencies": {
    "@fortawesome/fontawesome-free": "^5.15.3",
    "@vue/composition-api": "^1.0.5",
    "axios": "^0.25.0",
    "classlist.js": "^1.1.20150312",
    "core-js": "^3.15.2",
    "dayjs": "^1.10.6",
    "mobile-device-detect": "^0.4.3",
    "pnpm": "^6.12.1",
    "progress-bar": "^0.1.1",
    "regenerator-runtime": "^0.13.9",
    "single-spa-vue": "^2.4.1",
    "vue": "^2.6.14",
    "vue-progressbar": "^0.7.5",
    "vue-property-decorator": "^9.1.2",
    "vue-router": "^3.5.2",
    "vue-select": "^3.11.2",
    "vuex": "^3.6.2"
  },
  "devDependencies": {
    "@commitlint/cli": "^12.1.4",
    "@commitlint/config-conventional": "^12.1.4",
    "@commitlint/prompt-cli": "^12.1.4",
    "@types/jest": "^26.0.23",
    "@types/vue-select": "^3.11.2",
    "@types/webpack-env": "^1.16.2",
    "@typescript-eslint/eslint-plugin": "^4.28.1",
    "@typescript-eslint/parser": "^4.28.1",
    "@vue/cli-plugin-babel": "~4.5.13",
    "@vue/cli-plugin-eslint": "~4.5.13",
    "@vue/cli-plugin-router": "~4.5.13",
    "@vue/cli-plugin-typescript": "~4.5.13",
    "@vue/cli-plugin-unit-jest": "~4.5.13",
    "@vue/cli-plugin-vuex": "~4.5.13",
    "@vue/cli-service": "~4.5.13",
    "@vue/eslint-config-airbnb": "^5.3.0",
    "@vue/eslint-config-prettier": "^6.0.0",
    "@vue/eslint-config-typescript": "^7.0.0",
    "@vue/test-utils": "^1.2.1",
    "autoprefixer": "^9",
    "cross-env": "^7.0.3",
    "eslint": "^7.29.0",
    "eslint-plugin-prettier": "^3.4.0",
    "eslint-plugin-vue": "^7.12.1",
    "husky": "^7.0.0",
    "lint-staged": "^11.0.0",
    "postcss": "^7",
    "prettier": "^2.3.2",
    "standard-version": "^9.3.0",
    "tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.4",
    "typescript": "~4.3.5",
    "vue-cli-plugin-single-spa": "~2.2.0",
    "vue-template-compiler": "^2.6.14"
  },
  "lint-staged": {
    "*.{js,jsx,vue,ts,tsx}": "vue-cli-service lint"
  }
}
