{
  "name": "clowm-ui",
  "version": "2.0.0",
  "scripts": {
    "dev": "vite",
    "build": "run-p type-check build-only",
    "preview": "vite preview --port 4173",
    "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"
  },
  "dependencies": {
    "@aws-sdk/client-s3": "^3.290.0",
    "@aws-sdk/lib-storage": "^3.290.0",
    "@aws-sdk/s3-request-presigner": "^3.290.0",
    "@fortawesome/fontawesome-free": "^6.3.0",
    "@popperjs/core": "^2.11.6",
    "bootstrap": "^5.2.3",
    "dayjs": "^1.11.7",
    "dompurify": "^3.0.1",
    "filesize": "^10.0.6",
    "pinia": "^2.0.33",
    "semver": "^7.3.8",
    "showdown": "^2.1.0",
    "vue": "^3.2.47",
    "vue-router": "^4.1.6",
    "vue3-cookies": "^1.0.6"
  },
  "devDependencies": {
    "@esbuild-plugins/node-globals-polyfill": "^0.1.1",
    "@esbuild-plugins/node-modules-polyfill": "^0.1.4",
    "@rushstack/eslint-patch": "^1.2.0",
    "@types/bootstrap": "^5.2.6",
    "@types/dompurify": "^2.4.0",
    "@types/node": "^16.11.45",
    "@types/semver": "^7.3.13",
    "@types/showdown": "^2.0.0",
    "@vitejs/plugin-vue": "^3.2.0",
    "@vue/eslint-config-prettier": "^7.0.0",
    "@vue/eslint-config-typescript": "^11.0.2",
    "@vue/tsconfig": "^0.1.3",
    "axios": "^1.3.4",
    "eslint": "^8.28.0",
    "eslint-plugin-vue": "^9.7.0",
    "npm-run-all": "^4.1.5",
    "openapi-typescript-codegen": "^0.23.0",
    "prettier": "^2.8.4",
    "rollup-plugin-node-polyfills": "^0.2.1",
    "sass": "^1.56.1",
    "typescript": "~4.7.4",
    "vite": "^3.2.5",
    "vue-tsc": "^1.0.18"
  }
}