{
  "name": "frontend",
  "version": "0.0.0",
  "private": true,
  "scripts": {
    "dev": "cross-env VUE_APP_MODE=ipetbooking vue-cli-service serve src/main.js --port 8301",
    "dev:dingbeauty": "cross-env VUE_APP_MODE=dingbeauty vue-cli-service serve src/main.dingbeauty.js --port 8302",
    "dev:e2e": "cross-env VUE_APP_TEST=e2e vue-cli-service test:e2e --mode=development",
    "build": "rm -rf ../public/ipetbooking-landing/{js,css,img} && cross-env VUE_APP_MODE=ipetbooking vue-cli-service build src/main.js --no-clean",
    "build:dingbeauty": "rm -rf ../public/dingbeauty-landing/{js,css,img} && cross-env VUE_APP_MODE=dingbeauty vue-cli-service build src/main.dingbeauty.js --no-clean",
    "build:norm": "vue-cli-service build --no-clean",
    "build:ci": "yarn build --report",
    "lint:scss": "stylelint \"**/*.scss\" --fix",
    "lint:vue": "stylelint \"**/*.vue\" --fix",
    "lint:eslint": "eslint --fix",
    "lint:stylelint": "stylelint --fix",
    "lint:markdownlint": "markdownlint",
    "lint:prettier": "prettier --write --loglevel warn",
    "lint:all:eslint": "yarn lint:eslint --ext .js,.vue .",
    "lint:all:stylelint": "yarn lint:stylelint \"src/**/*.{vue,scss}\"",
    "lint:all:markdownlint": "yarn lint:markdownlint \"docs/*.md\" \"*.md\"",
    "lint:all:prettier": "yarn lint:prettier \"**/*.{js,json,css,scss,vue,html,md}\"",
    "lint": "run-s lint:all:*",
    "test:unit": "cross-env VUE_APP_TEST=unit vue-cli-service test:unit",
    "test:unit:file": "yarn test:unit --bail --findRelatedTests",
    "test:unit:watch": "yarn test:unit --watch --notify --notifyMode change",
    "test:unit:ci": "yarn test:unit --coverage --ci",
    "test:e2e": "cross-env VUE_APP_TEST=e2e vue-cli-service test:e2e --headless",
    "test": "run-s test:unit test:e2e",
    "test:ci": "run-s test:unit:ci test:e2e",
    "new": "hygen new",
    "docs": "vuepress dev"
  },
  "gitHooks": {
    "pre-commit": "cross-env PRE_COMMIT=true lint-staged"
  },
  "dependencies": {
    "@babel/runtime": "^7.13.17",
    "@fortawesome/fontawesome-pro-light": "^5.0.13",
    "@fortawesome/fontawesome-svg-core": "1.2.17",
    "@fortawesome/free-brands-svg-icons": "^5.9.0",
    "@fortawesome/free-solid-svg-icons": "5.8.1",
    "@fortawesome/pro-light-svg-icons": "^5.9.0",
    "@fortawesome/pro-regular-svg-icons": "^5.9.0",
    "@fortawesome/vue-fontawesome": "0.1.6",
    "animate": "^1.0.0",
    "axios": "0.18.0",
    "babel-polyfill": "^6.26.0",
    "bootstrap": "^4.5.3",
    "clipboard": "^2.0.4",
    "color": "^3.1.3",
    "date-fns": "^2.0.0-alpha.34",
    "element-ui": "^2.13.2",
    "jquery": "^3.6.0",
    "js-cookie": "^2.2.1",
    "lodash": "4.17.11",
    "normalize.css": "8.0.1",
    "nprogress": "0.2.0",
    "slick-carousel": "^1.8.1",
    "vee-validate": "^3.4.9",
    "vue": "2.6.10",
    "vue-analytics": "^5.17.2",
    "vue-awesome-swiper": "^3.1.3",
    "vue-content-loading": "^1.6.0",
    "vue-fb-customer-chat": "^0.2.0",
    "vue-gtag": "^1.16.1",
    "vue-i18n": "^8.14.1",
    "vue-meta": "1.6.0",
    "vue-router": "3.0.6",
    "vue-slick": "^1.1.16",
    "vuex": "3.1.0",
    "wowjs": "^1.1.3"
  },
  "devDependencies": {
    "@vue/cli-plugin-babel": "3.7.x",
    "@vue/cli-plugin-e2e-cypress": "3.7.x",
    "@vue/cli-plugin-eslint": "3.7.x",
    "@vue/cli-plugin-unit-jest": "3.7.x",
    "@vue/cli-service": "^3.11.0",
    "@vue/eslint-config-prettier": "4.0.x",
    "@vue/eslint-config-standard": "4.0.x",
    "@vue/test-utils": "1.0.0-beta.29",
    "@vuepress/plugin-google-analytics": "^1.0.0-rc.1",
    "babel-core": "7.0.0-bridge.0",
    "babel-eslint": "10.0.x",
    "babel-jest": "23.6.x",
    "cross-env": "5.2.x",
    "eslint": "5.16.x",
    "eslint-plugin-vue": "^7.5.0",
    "eslint-plugin-vuejs-accessibility": "^0.6.1",
    "express": "4.16.x",
    "hard-source-webpack-plugin": "^0.13.1",
    "hygen": "2.1.2",
    "imagemin-lint-staged": "0.4.x",
    "lint-staged": "8.1.x",
    "markdownlint-cli": "0.15.x",
    "npm-run-all": "4.1.x",
    "sass": "1.19.x",
    "sass-loader": "7.1.x",
    "stylelint": "10.0.x",
    "stylelint-config-css-modules": "1.4.x",
    "stylelint-config-prettier": "5.0.x",
    "stylelint-config-recess-order": "2.0.x",
    "stylelint-config-standard": "18.3.x",
    "stylelint-scss": "3.6.x",
    "vue-template-compiler": "2.6.10",
    "vuepress": "0.14.x"
  },
  "engines": {
    "node": ">=10.13.3",
    "yarn": ">=1.0.0"
  }
}
