{
  "name": "ebt-vue3",
  "version": "2.62.19",
  "description": "Vue3 Library for SuttaCentral Voice EBT-Sites",
  "author": "Karl Lew",
  "scripts": {
    "serve": "vite preview",
    "build:dist": "scripts/build-dist.sh",
    "build:docker": "scripts/build-docker.sh",
    "build:html": "scripts/app-html.sh",
    "build:messages": "node scripts/build-messages.mjs > src/auto/messages.mjs",
    "dev": "vite",
    "dev:host": "vite --host",
    "eslint": "eslint . --ext .js,.mjs,.vue",
    "eslint:fix": "eslint . --ext .js,.mjs,.vue --fix",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "type-check": "vue-tsc --noEmit",
    "gh-pages": "scripts/gh-pages.sh",
    "git:commit": "scripts/git-commit.sh",
    "preview": "vite preview",
    "push-action": "scripts/push-action",
    "schedule-action": "scripts/schedule-action",
    "update:vuetify": "scripts/update-vuetify",
    "test": "vitest --config test/vitest.config.mjs run ",
    "test:test": "vitest --config test/vitest.config.mjs watch ",
    "version": "scripts/version.sh",
    "vite": "vite",
    "vite:build": "vite build",
    "lint": "npm run eslint && npm run format:check",
    "lint:fix": "npm run eslint:fix && npm run format"
  },
  "main": "src/index.mjs",
  "module": "index.mjs",
  "dependencies": {
    "@mdi/font": "7.0.96",
    "@sc-voice/ms-dpd": "^2.54.0",
    "compression": "^1.7.4",
    "idb-keyval": "^6.2.0",
    "log-instance": "^1.9.0",
    "merkle-json": "^2.15.0",
    "pinia": "^2.0.16",
    "roboto-fontface": "*",
    "scv-esm": "^1.140.141",
    "serve-favicon": "^2.5.0",
    "tmp": "^0.2.6",
    "uuid": "^14.0.0",
    "vue": "^3.4.21",
    "vue-i18n": "^9.10.2",
    "vue-router": "^4.1.5",
    "vuetify": "^3.5.11",
    "webfontloader": "^1.0.0"
  },
  "devDependencies": {
    "@babel/eslint-parser": "^8.0.1",
    "@eslint/js": "^9.16.0",
    "@sc-voice/vitest": "^4.1.7",
    "@vitejs/plugin-vue": "^6.0.7",
    "@vitest/ui": "^4.1.5",
    "@vue/tsconfig": "^0.5.1",
    "eslint": "^10.8.0",
    "eslint-plugin-vue": "^10.10.0",
    "execa": "^6.1.0",
    "fake-indexeddb": "^4.0.0",
    "globals": "^15.12.0",
    "json": "^11.0.0",
    "markdown-it": "^14.1.1",
    "markdown-it-footnote": "^3.0.3",
    "memo-again": "^0.13.0",
    "mock-local-storage": "^1.0.4",
    "node-fetch": "^3.2.10",
    "prettier": "^3.3.3",
    "scv-bilara": "^3.180.0",
    "should": "^13.2.3",
    "supertest": "^7.0.0",
    "typescript": "^5.9.3",
    "vite": "^8.0.16",
    "vite-plugin-vuetify": "^2.0.3",
    "vue-tsc": "^3.3.8"
  },
  "bin": {},
  "directories": {
    "test": "test"
  },
  "homepage": "https://github.com/sc-voice/ebt-vue3",
  "keywords": [
    "SuttaCentral",
    "EBT-Site",
    "translation",
    "Voice"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/sc-voice/ebt-vue3"
  }
}
