{
  "name": "ipw-client",
  "version": "0.0.2",
  "description": "IPW client application",
  "author": "Craig van Tonder",
  "private": true,
  "license": "UNLICENSED",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/WeboonTechnologySolution/ipw.co.za.com.git"
  },
  "bugs": {
    "url": "https://github.com/WeboonTechnologySolution/ipw.co.za.com/issues"
  },
  "homepage": "https://github.com/WeboonTechnologySolution/ipw.co.za.com#readme",
  "engines": {
    "node": "^18.0.0"
  },
  "scripts": {
    "start": "nuxi dev",
    "build:dev": "ENV=development nuxi generate",
    "build:staging": "ENV=staging NUXT_API_LOCATION='https://staging.ipw.co.za' nuxi generate",
    "build:production": "ENV=production NUXT_API_LOCATION='https://ipw.co.za' nuxi generate",
    "preview": "nuxi preview",
    "postinstall": "nuxi prepare"
  },
  "dependencies": {
    "@pinia/nuxt": "^0.5.1",
    "bootstrap": "^5.3.6",
    "cookie": "^0.5.0",
    "email-regex": "^5.0.0",
    "google-libphonenumber": "^3.2.33",
    "jquery": "^3.7.1",
    "js-cookie": "^3.0.5",
    "jwt-decode": "^3.1.2",
    "owasp-password-strength-test": "^1.3.0",
    "unhead": "^1.7.0",
    "vue-multiselect": "^3.0.0-beta.2"
  },
  "devDependencies": {
    "@nuxtjs/i18n": "^8.0.0-rc.4",
    "nuxt": "^3.17.4",
    "sass": "^1.89.0"
  }
}
