Barely working

This commit is contained in:
2021-12-30 01:30:40 +03:00
parent e6d6dc4ca3
commit f9f2efcad0
24 changed files with 1237 additions and 160 deletions

View File

@@ -1,6 +1,7 @@
{
"name": "watch2gether-front",
"version": "0.1.0",
"author": "Anatoly Kopyl",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
@@ -8,12 +9,15 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.24.0",
"core-js": "^3.6.5",
"reset-css": "^5.0.1",
"vue": "^3.0.0",
"vue-router": "^4.0.0-0",
"vuex": "^4.0.0-0"
},
"devDependencies": {
"@types/koa": "^2.13.4",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@vue/cli-plugin-babel": "~4.5.0",
@@ -24,10 +28,10 @@
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-airbnb": "^5.0.2",
"@vue/eslint-config-typescript": "^7.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-vue": "^7.0.0",
"eslint-plugin-vue": "^7.0.0-beta.4",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"typescript": "~4.1.5"