{
  "name": "clowm-ui",
  "version": "2.0.0",
  "type": "module",
  "license": "Apache-2.0",
  "scripts": {
    "dev": "vite",
    "preview": "vite preview --port 5173",
    "build": "vite build",
    "type-check": "vue-tsc --noEmit",
    "lint": "eslint --fix .",
    "generate-clowm-client": "openapi-ts"
  },
  "dependencies": {
    "@aws-sdk/client-s3": "^3.637.0",
    "@aws-sdk/lib-storage": "^3.637.0",
    "@aws-sdk/s3-request-presigner": "^3.637.0",
    "@fortawesome/fontawesome-free": "~6.7.0",
    "@hey-api/client-axios": "^0.2.7",
    "@popperjs/core": "~2.11.8",
    "ajv": "~8.17.0",
    "bootstrap": "~5.3.0",
    "chart.js": "~4.4.0",
    "chartjs-plugin-zoom": "~2.1.0",
    "dayjs": "~1.11.0",
    "dompurify": "~3.2.0",
    "filesize": "~10.1.0",
    "idb-keyval": "^6.2.1",
    "pinia": "~2.2.0",
    "qs": "^6.13.0",
    "semver": "~7.6.0",
    "showdown": "~2.1.0",
    "sortablejs": "^1.15.2",
    "vue": "~3.5.0",
    "vue-matomo": "^4.2.0",
    "vue-router": "~4.4.0",
    "vue3-cookies": "~1.0.0"
  },
  "devDependencies": {
    "@eslint/compat": "^1.2.0",
    "@hey-api/openapi-ts": "^0.56.0",
    "@rushstack/eslint-patch": "~1.10.0",
    "@tsconfig/node22": "^22.0.0",
    "@types/bootstrap": "~5.2.0",
    "@types/dompurify": "~3.0.0",
    "@types/node": "^22.9.0",
    "@types/qs": "^6.9.16",
    "@types/semver": "~7.5.1",
    "@types/showdown": "~2.0.1",
    "@types/sortablejs": "^1.15.7",
    "@vitejs/plugin-vue": "~5.2.0",
    "@vue/eslint-config-prettier": "~10.1.0",
    "@vue/eslint-config-typescript": "~14.1.0",
    "@vue/tsconfig": "~0.6.0",
    "eslint": "~9.12.0",
    "eslint-plugin-vue": "~9.31.0",
    "highlight.js": "^11.9.0",
    "prettier": "~3.3.0",
    "sass": "^1.66.0",
    "typescript": "~5.5.0",
    "vite": "~5.4.0",
    "vite-plugin-node-polyfills": "^0.22.0",
    "vue-tsc": "~2.1.0"
  }
}