Adding new Dockerfile

This commit is contained in:
Benjamin
2024-11-22 09:23:43 +01:00
parent 198c5ccd5c
commit a10982edf7
2 changed files with 17 additions and 16 deletions

View File

@@ -12,13 +12,11 @@
"license": "ISC",
"dependencies": {
"@vue/cli-plugin-typescript": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"apexcharts": "^4.0.0",
"axios": "^1.7.7",
"vue": "^3.5.13",
"vue-class-component": "^7.2.6"
"vue": "^3.5.13"
},
"devDependencies": {
"vue-cli-service": "^5.0.10"
"@vue/cli-service": "^5.0.8"
}
}