{
  "name": "@hotwax/dxp-components",
  "version": "1.25.1",
  "description": "",
  "type": "module",
  "main": "lib/index.cjs",
  "module": "lib/index.js",
  "exports": {
    ".": "./lib/index.js",
    "./style.css": "./lib/style.css"
  },
  "browser": {
    "./styles.css": "./lib/style.css"
  },
  "types": "lib/index.d.ts",
  "files": [
    "lib"
  ],
  "scripts": {
    "dev": "vite",
    "build": "vue-tsc --noEmit && vite build",
    "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
  },
  "author": "HotWax Commerce",
  "license": "Apache-2.0",
  "dependencies": {
    "@hotwax/oms-api": "^1.26.0",
    "@ionic/core": "^7.6.0",
    "@ionic/vue": "^7.6.0",
    "@shopify/app-bridge": "^3.7.10",
    "@shopify/app-bridge-utils": "^3.5.1",
    "firebase": "^10.3.1",
    "luxon": "^3.3.0",
    "pinia": "2.0.36",
    "pinia-plugin-persistedstate": "^3.1.0",
    "register-service-worker": "^1.7.2",
    "vue": "^3.3.4",
    "vue-i18n": "^9.2.2",
    "vue-markdown-render": "^2.2.1",
    "vee-validate": "4.9.0",
    "yup": "^1.6.1"
  },
  "devDependencies": {
    "@babel/types": "^7.22.11",
    "@types/luxon": "^3.3.0",
    "@types/node": "^20.5.7",
    "@vitejs/plugin-vue": "^4.3.4",
    "@vue/eslint-config-prettier": "^8.0.0",
    "@vue/eslint-config-typescript": "^11.0.3",
    "@vue/tsconfig": "^0.1.3",
    "eslint": "^8.48.0",
    "eslint-plugin-vue": "^9.17.0",
    "rollup-plugin-typescript2": "^0.35.0",
    "typescript": "~4.7.4",
    "vite": "^4.4.9",
    "vue-tsc": "^1.8.8"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hotwax/dxp-components"
  }
}
