Newer
Older
"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 http://localhost:9999/api/s3proxy-service/openapi.json --output src/client/s3proxy --client axios",
"generate-auth-client": "openapi --input http://localhost:9999/api/auth-service/openapi.json --output src/client/auth --client axios",
"generate-workflow-client": "openapi --input http://localhost:9999/api/workflow-service/openapi.json --output src/client/workflow --client axios",
"generate-resource-client": "openapi --input http://localhost:9999/api/resource-service/openapi.json --output src/client/resource --client axios"
"@aws-sdk/client-s3": "<3.530.0",
"@aws-sdk/lib-storage": "<3.530.0",
"@aws-sdk/s3-request-presigner": "<3.530.0",
"@popperjs/core": "~2.11.8",
"ajv": "~8.12.0",
"chartjs-plugin-zoom": "~2.0.1",
"idb-keyval": "^6.2.1",
"vue3-cookies": "~1.0.0"
"@rushstack/eslint-patch": "~1.9.0",
"@tsconfig/node20": "^20.1.2",
"@types/bootstrap": "~5.2.0",
"@types/dompurify": "~3.0.0",
"@types/node": "^20.11.0",
"@types/semver": "~7.5.1",
"@types/showdown": "~2.0.1",
"@types/sortablejs": "^1.15.7",
"@vitejs/plugin-vue": "~5.0.0",
"@vue/tsconfig": "~0.5.0",
"eslint-plugin-vue": "~9.24.0",
"highlight.js": "^11.9.0",
"sass": "^1.66.0",
"typescript": "~5.3.0",