{
  "private": true,
  "version": "2.3.5",
  "description": "Glenlore Map | Aurora : This web application both showcases the location of the Glenlore Trails experience, as well as triggering an SOS for people caught in trouble. This version has the Google Maps points drawn from the database, making them easier to maintain",
  "scripts": {
    "sail up": "./vendor/bin/sail up",
    "sail down": "./vendor/bin/sail down",
    "sail migrate": "./vendor/bin/sail artisan migrate:fresh --seed",
    "dev": "npm run tailwind & npm run development",
    "development": "mix",
    "watch": "mix watch",
    "prod": "npm run tailwind && npm run production",
    "production": "mix --production",
    "serve": "npx serve",
    "tailwind": "npx tailwindcss -i ./resources/css/core.css -o ./public/css/core.css",
    "tailwatch": "npx tailwindcss -i ./resources/css/core.css -o ./public/css/core.css --watch"
  },
  "presets": [
    "@babel/preset-env"
  ],
  "dependencies": {
    "@babel/core": "^7.13.16",
    "@babel/preset-env": "^7.13.15",
    "@babel/preset-react": "~7.18.6",
    "@googlemaps/markerclusterer": "^2.0.13",
    "firebase": "^9.13.0",
    "firebase-admin": "^11.2.0",
    "firebase-tools": "^9.18.0",
    "laravel-echo": "^1.14.0",
    "laravel-mix-workbox": "^0.1.4",
    "pusher-js": "^7.4.0",
    "vue": "^3.2.41"
  },
  "devDependencies": {
    "axios": "^0.27.2",
    "cross-env": "^7.0",
    "laravel-mix": "^6.0.6",
    "laravel-mix-workbox": "^0.1.4",
    "mix-tailwindcss": "^1.3.0",
    "nth-check": "^2.1.1",
    "postcss-import": "^14.1.0",
    "resolve-url-loader": "^5.0.0",
    "sass": "^1.52.2",
    "sass-loader": "^12.6.0",
    "tailwindcss": "^3.0.23",
    "vue-loader": "^16.8.3",
    "workbox-webpack-plugin": "^6.5.4"
  },
  "optionalDependencies": {
    "fsevents": "^2.3.2"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}
