Initial commit

This commit is contained in:
Torsten Schulz
2024-07-17 22:24:56 +02:00
commit 3880a265eb
126 changed files with 10959 additions and 0 deletions

21
frontend/package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "frontend",
"version": "1.0.0",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^1.7.2",
"vue": "~3.4.31",
"vue-i18n": "^10.0.0-beta.2",
"vue-router": "^4.0.13",
"vuex": "^4.1.0"
},
"devDependencies": {
"@vue/cli-service": "^5.0.8",
"sass": "^1.77.8",
"sass-loader": "^10.5.2"
}
}