{
  "private": true,
  "scripts": {
    "dev": "npm run development",
    "development": "mix",
    "watch": "mix watch",
    "watch-poll": "mix watch -- --watch-options-poll=1000",
    "hot": "mix watch --hot",
    "prod": "npm run production",
    "production": "mix --production",
    "lint": "eslint -f checkstyle ./resources/js > ./storage/logs/checkstyle-eslint.xml || exit 0"
  },
  "devDependencies": {
    "axios": "^0.21.1",
    "bootstrap": "^4.6.0",
    "bootswatch": "^4.6.0",
    "cross-env": "^7.0",
    "eslint": "^8.10.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.22.1",
    "jquery": "^3.5.1",
    "laravel-mix": "^6.0.19",
    "lodash": "^4.17.21",
    "popper.js": "^1.16.1",
    "postcss": "^8.2.15",
    "resolve-url-loader": "^3.1.3",
    "sass": "^1.32.5",
    "sass-loader": "^8.0.0",
    "vue-template-compiler": "^2.6.12"
  },
  "dependencies": {
    "moment": "^2.29.1",
    "select2": "^4.0.8",
    "select2-bootstrap-theme": "0.1.0-beta.10"
  }
}
