Initial Commit

This commit is contained in:
cnachtigall1991
2021-10-04 14:55:45 +02:00
parent 88881d0486
commit 27edfd0cfe
8 changed files with 55 additions and 123 deletions

View File

@@ -8,6 +8,8 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@popperjs/core": "^2.10.2",
"bootstrap": "^5.1.1",
"core-js": "^3.6.5",
"vue": "^3.0.0",
"vue-router": "^4.0.0-0",
@@ -22,6 +24,7 @@
"@vue/compiler-sfc": "^3.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^7.0.0"
"eslint-plugin-vue": "^7.0.0",
"sass-loader": "^12.1.0"
}
}