-
- Downloads
Reorganize folder structure and add necessary dependencies
* AWS S3 client * Bootstrap * Bootstrap icons * OpenAPI code generator
Showing
- ProxyAPI-UI/src/views/AboutView.vue 0 additions, 0 deletionsProxyAPI-UI/src/views/AboutView.vue
- ProxyAPI-UI/src/views/HomeView.vue 0 additions, 0 deletionsProxyAPI-UI/src/views/HomeView.vue
- ProxyAPI-UI/tsconfig.config.json 0 additions, 0 deletionsProxyAPI-UI/tsconfig.config.json
- ProxyAPI-UI/tsconfig.json 0 additions, 0 deletionsProxyAPI-UI/tsconfig.json
- ProxyAPI-UI/vite.config.ts 0 additions, 0 deletionsProxyAPI-UI/vite.config.ts
- package-lock.json 5825 additions, 2438 deletionspackage-lock.json
- package.json 5 additions, 1 deletionpackage.json
File moved
File moved
File moved
File moved
File moved
This diff is collapsed.
... | ... | @@ -10,6 +10,9 @@ |
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore" | ||
}, | ||
"dependencies": { | ||
"@aws-sdk/client-s3": "^3.131.0", | ||
"bootstrap": "^5.1.3", | ||
"bootstrap-icons": "^1.9.1", | ||
"pinia": "^2.0.16", | ||
"vue": "^3.2.37", | ||
"vue-router": "^4.1.2", | ||
... | ... | @@ -28,6 +31,7 @@ |
"prettier": "^2.5.1", | ||
"typescript": "~4.7.4", | ||
"vite": "^3.0.1", | ||
"vue-tsc": "^0.38.8" | ||
"vue-tsc": "^0.38.8", | ||
"openapi-typescript-codegen": "^0.23.0" | ||
} | ||
} |
Please register or sign in to comment