diff --git a/package.json b/package.json index 2c9320f..dc85807 100644 --- a/package.json +++ b/package.json @@ -1,40 +1,39 @@ { "name": "palava-web", - "version": "1.1.0", - "author": "palava e. V.", - "license": "MIT", - "description": "The 2020 web front-end of palava.tv", + "version": "2.0.0", + "description": "The 2023 web front-end of palava.tv", "keywords": [ "palava", "webrtc", "video chat" ], + "license": "MIT", + "author": "palava e.V.", "scripts": { - "serve": "vue-cli-service serve", "build": "vue-cli-service build", - "test:unit": "vue-cli-service test:unit", + "lint": "vue-cli-service lint", + "serve": "vue-cli-service serve", "test:e2e": "vue-cli-service test:e2e", - "lint": "vue-cli-service lint" + "test:unit": "vue-cli-service test:unit" }, "dependencies": { + "@vueuse/head": "^1.1.23", "palava-client": "^2.2.1", - "register-service-worker": "^1.7.1", - "vue": "^3.2.45", - "vue-i18n": "^9.0.0", - "vue-inline-svg": "^3.1.0", - "vue-meta": "^3.0.0-alpha.2", - "vue-router": "^4.1.6", + "register-service-worker": "^1.7.2", + "vue": "^3.3.4", + "vue-i18n": "^9.4.1", + "vue-inline-svg": "^3.1.2", + "vue-router": "^4.2.5", "yyid": "2" }, "devDependencies": { "@babel/eslint-parser": "^7.16.3", - "@vue/cli-plugin-babel": "~4.5.15", - "@vue/cli-plugin-e2e-nightwatch": "~4.5.15", - "@vue/cli-plugin-eslint": "~4.5.15", - "@vue/cli-plugin-router": "~4.5.15", - "@vue/cli-plugin-unit-mocha": "~4.5.15", - "@vue/cli-plugin-vuex": "~4.5.15", - "@vue/cli-service": "~4.5.15", + "@vue/cli-plugin-babel": "~5.0.8", + "@vue/cli-plugin-e2e-nightwatch": "~5.0.8", + "@vue/cli-plugin-eslint": "~5.0.8", + "@vue/cli-plugin-router": "~5.0.8", + "@vue/cli-plugin-unit-mocha": "~5.0.8", + "@vue/cli-service": "~5.0.8", "@vue/eslint-config-airbnb": "^6.0.0", "@vue/test-utils": "^1.3.0", "babel-eslint": "^10.1.0", diff --git a/public/index.html b/public/index.html index 8cb9e79..f475ada 100644 --- a/public/index.html +++ b/public/index.html @@ -49,6 +49,5 @@ We're sorry but palava.tv doesn't work without JavaScript enabled. Please enable it to continue.
- diff --git a/src/App.vue b/src/App.vue index 26a6ad8..9475a1e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,19 +2,16 @@ -