Skip to content
Snippets Groups Projects
Verified Commit 38277e9f authored by Daniel Göbel's avatar Daniel Göbel
Browse files

Reorganize folder structure and add necessary dependencies

 * AWS S3 client
 * Bootstrap
 * Bootstrap icons
 * OpenAPI code generator
parent 9a6ea826
No related branches found
No related tags found
1 merge request!22Version 1.0.0
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"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment