{
  "name": "clowm-ui",
  "version": "2.0.0",
  "type": "module",
  "license": "Apache-2.0",
  "scripts": {
    "dev": "vite",
    "build": "run-p type-check build-only",
    "preview": "vite preview --port 5173",
    "build-only": "vite build",
    "type-check": "vue-tsc --noEmit",
    "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
    "generate-s3-client": "openapi --input https://clowm-staging.bi.denbi.de/api/s3proxy-service/openapi.json --output src/client/s3proxy --client axios",
    "generate-auth-client": "openapi --input https://clowm-staging.bi.denbi.de/api/auth-service/openapi.json --output src/client/auth --client axios",
    "generate-workflow-client": "openapi --input https://clowm-staging.bi.denbi.de/api/workflow-service/openapi.json --output src/client/workflow --client axios",
    "generate-resource-client": "openapi --input https://clowm-staging.bi.denbi.de/api/resource-service/openapi.json --output src/client/resource --client axios"
  },
  "dependencies": {
    "@aws-sdk/client-s3": "^3.440.0",
    "@aws-sdk/lib-storage": "^3.440.0",
    "@aws-sdk/s3-request-presigner": "^3.440.0",
    "@fortawesome/fontawesome-free": "~6.5.0",
    "@popperjs/core": "~2.11.8",
    "ajv": "~8.12.0",
    "bootstrap": "~5.3.0",
    "chart.js": "~4.4.0",
    "chartjs-plugin-zoom": "~2.0.1",
    "dayjs": "~1.11.0",
    "dompurify": "~3.0.5",
    "filesize": "~10.0.12",
    "idb-keyval": "^6.2.1",
    "pinia": "~2.1.0",
    "semver": "~7.5.0",
    "showdown": "~2.1.0",
    "sortablejs": "^1.15.2",
    "vue": "~3.4.0",
    "vue-router": "~4.2.0",
    "vue3-cookies": "~1.0.0"
  },
  "devDependencies": {
    "@esbuild-plugins/node-globals-polyfill": "~0.2.3",
    "@esbuild-plugins/node-modules-polyfill": "~0.2.2",
    "@rushstack/eslint-patch": "~1.2.0",
    "@tsconfig/node18": "^18.2.1",
    "@types/bootstrap": "~5.2.0",
    "@types/dompurify": "~3.0.0",
    "@types/node": "^18.19.5",
    "@types/semver": "~7.5.1",
    "@types/showdown": "~2.0.1",
    "@types/sortablejs": "^1.15.7",
    "@vitejs/plugin-vue": "~5.0.0",
    "@vue/eslint-config-prettier": "~8.0.0",
    "@vue/eslint-config-typescript": "~11.0.3",
    "@vue/tsconfig": "~0.5.0",
    "axios": "~1.6.0",
    "eslint": "~8.48.0",
    "eslint-plugin-vue": "~9.19.0",
    "highlight.js": "^11.9.0",
    "npm-run-all": "~4.1.5",
    "openapi-typescript-codegen": "^0.27.0",
    "prettier": "~3.2.0",
    "rollup-plugin-node-polyfills": "~0.2.1",
    "sass": "~1.66.1",
    "typescript": "~5.1.6",
    "vite": "~5.0.0",
    "vue-tsc": "~1.8.0"
  }
}