diff --git a/index.html b/index.html index f874a7a403..45e06d6e8c 100644 --- a/index.html +++ b/index.html @@ -21,11 +21,7 @@
-
-
-
-
diff --git a/package.json b/package.json index 45cfa71110..0a969e8fff 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "prepare": "husky install" }, "dependencies": { + "@fontsource/iosevka": "^4.5.2", "@fontsource/montserrat": "^4.5.1", "@fontsource/roboto": "^4.5.1", "@fontsource/roboto-mono": "^4.5.0", @@ -24,19 +25,26 @@ "@fortawesome/free-brands-svg-icons": "^5.6.3", "@fortawesome/free-solid-svg-icons": "^5.6.3", "@fortawesome/vue-fontawesome": "^2", + "@vue/composition-api": "^1.4.4", "autoprefixer": "^10.4.2", "axios": "^0.21", + "feather-icons": "4", "howler": "^2.1.3", "keypress.js": "^2.1.5", "lodash": "4.17.21", + "pinia": "^2.0.11", "v-tooltip": "^2.0.3", "vue": "2.6", + "vue-feather": "v1", "vue-i18n": "^8.10.0", "vue-js-toggle-button": "^1.3.2", "vue-router": "^3.5.3", "vue-select": "^3", "vue2-slideout-panel": "^2.2.3", - "vuex": "^3.0.1" + "vuex": "^3.0.1", + "xterm": "^4.16.0", + "xterm-addon-fit": "^0.5.0", + "xterm-addon-web-links": "^0.5.0" }, "devDependencies": { "@cypress/vite-dev-server": "^2.2.2", @@ -46,7 +54,7 @@ "@vitejs/plugin-vue": "^2.0.1", "@vue/cli-plugin-babel": "^4.5.15", "@vue/eslint-config-prettier": "^6.0.0", - "@vue/test-utils": "^1.0.0-beta.20", + "@vue/test-utils": "^2.0.0-rc.18", "ajv": "^8.6.2", "babel-core": "7.0.0-bridge.0", "csv-parse": "^4.8.2", @@ -68,8 +76,10 @@ "tar": "^6.1.9", "vite": "2.9.9", "vite-plugin-vue2": "^1.9.2", + "vite-plugin-windicss": "^1.6.3", "vue-loader": "^15.7.0", - "vue-template-compiler": "^2.6.14" + "vue-template-compiler": "^2.6.14", + "windicss": "^3.4.3" }, "resolutions": { "glob-parent": "^5.1.2", diff --git a/src/App.vue b/src/App.vue index 95f0daa95c..b2e73c0bca 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,20 +1,18 @@