Skip to content
Snippets Groups Projects
package.json 2.09 KiB
Newer Older
  • Learn to ignore specific revisions
  • Daniel Göbel's avatar
    Daniel Göbel committed
    {
    
      "name": "clowm-ui",
      "version": "2.0.0",
    
    Daniel Göbel's avatar
    Daniel Göbel committed
      "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"
    
    Daniel Göbel's avatar
    Daniel Göbel committed
      },
      "dependencies": {
    
    Daniel Göbel's avatar
    Daniel Göbel committed
        "vue3-cookies": "^1.0.6"
      },
      "devDependencies": {
    
    Daniel Göbel's avatar
    Daniel Göbel committed
      }
    }