{
  "name": "@bee-hole/theme",
  "version": "1.22.82",
  "private": false,
  "engines": {
    "node": ">=14.17.x"
  },
  "scripts": {
    "build": "nuxt build -m",
    "build:analyze": "nuxt build -a -m",
    "dev1": "nuxt",
    "dev": "node --inspect ../../node_modules/nuxt/bin/nuxt.js",
    "generate": "nuxt generate",
    "lint": "eslint . --ext .ts,.vue",
    "lint:fix": "eslint . --ext .ts,.vue --fix",
    "precommit": "lint-staged",
    "start": "nuxt start",
    "start1": "node --inspect ../../node_modules/nuxt/bin/nuxt.js start",
    "start2": "0x ../../node_modules/nuxt/bin/nuxt.js start",
    "test": "jest",
    "test:e2e": "cypress open --config-file tests/e2e/cypress.json",
    "test:e2e:generate:report": "yarn -s mochawesome-merge \"tests/e2e/report/*.json\" > \"tests/e2e/report.json\" && yarn -s marge tests/e2e/report.json -o \"tests/e2e/report\"",
    "test:e2e:hl": "cypress run --headless --config-file tests/e2e/cypress.json",
    "update:check": "ncu",
    "update:update": "ncu -u"
  },
  "dependencies": {
    "@bee-hole/cache": "2.8.11",
    "@bee-hole/coms": "^1.22.32",
    "@glidejs/glide": "3.5.2",
    "@nuxtjs/dotenv": "^1.4.1",
    "@nuxtjs/gtm": "^2.4.0",
    "@nuxtjs/tailwindcss": "4.2.1",
    "@pinia/nuxt": "0.1.9",
    "@storefront-ui/vue": "0.13.6",
    "@vue-storefront/middleware": "~2.7.5",
    "@vue-storefront/nuxt": "~2.7.5",
    "@vue-storefront/nuxt-theme": "~2.7.5",
    "autoprefixer": "^9",
    "cookie-universal-nuxt": "^2.1.5",
    "core-js": "^3.19.0",
    "js-base64": "^3.7.5",
    "marked": "4.3.0",
    "nuxt": "2.17.3",
    "nuxt-i18n": "^6.5.0",
    "pinia": "2.0.14",
    "pinia-plugin-persist": "^1.0.0",
    "postcss": "^7",
    "redis-tag-cache": "1.2.1",
    "vee-validate": "^3.4.13",
    "vue": "2.6.14",
    "vue-scrollto": "^2.20.0",
    "vue-server-renderer": "2.6.14",
    "vue-template-compiler": "2.6.14"
  },
  "devDependencies": {
    "@nuxt/types": "^2.15.8",
    "@nuxtjs/tailwindcss": "4.2.1",
    "@vue/test-utils": "^1.2.2",
    "autoprefixer": "^9",
    "babel-jest": "^27.3.1",
    "babel-plugin-import": "^1.13.8",
    "cross-env": "^7.0.3",
    "cypress": "^8.7.0",
    "cypress-pipe": "^2.0.0",
    "cypress-tags": "^0.3.0",
    "jest": "^27.5.1",
    "mochawesome": "^6.3.1",
    "mochawesome-merge": "^4.2.0",
    "mochawesome-report-generator": "^5.2.0",
    "postcss": "^7",
    "tailwindcss": "^3.2.4",
    "ts-loader": "^8.1.0",
    "vue-jest": "^4.0.0-0"
  },
  "files": [
    ".nuxt/**/*",
    "middleware/**/*",
    "middleware-server/**/*",
    "static/**/*",
    ".env",
    "i18nConfig.js",
    "middleware.config.js",
    "nuxt.config.js",
    "themeConfig.js",
    "yarn.lock"
  ]
}