Skip to content

Commit

Permalink
axolotl-web: clanup and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nanu-c committed Oct 24, 2023
1 parent 8057f1c commit 05bc67e
Show file tree
Hide file tree
Showing 12 changed files with 5,338 additions and 4,222 deletions.
5,445 changes: 3,218 additions & 2,227 deletions axolotl-web/package-lock.json

Large diffs are not rendered by default.

55 changes: 24 additions & 31 deletions axolotl-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "axolotl-web",
"version": "0.1.2",
"version": "2.0.0",
"private": true,
"description": "This is the frontend half of the axolotl project. Axolotl is a complete cross-platform Signal client.",
"author": {
Expand All @@ -21,51 +21,44 @@
},
"main": "src/main.js",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@jmd01/mic-recorder-to-mp3": "^2.2.3",
"@popperjs/core": "^2.11.6",
"bootstrap": "^5.2.0",
"core-js": "^3.27.2",
"bootstrap": "^5.3.2",
"core-js": "^3.33.1",
"file-saver": "^2.0.5",
"linkify-html": "^4.0.2",
"linkifyjs": "^4.0.2",
"moment": "^2.29.4",
"qrcode": "1.5.1",
"vue": "^3.2.41",
"vue": "^3.3.6",
"vue-native-websocket-vue3": "^3.1.7",
"vue-router": "^4.1.3",
"vue-router": "^4.2.5",
"vue3-gettext": "^2.4.0",
"vue3-tel-input": "^1.0.4",
"vuex": "^4.0.2",
"webrtc-adapter": "^8.2.0"
"webrtc-adapter": "^8.2.3"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/compiler-sfc": "^3.2.41",
"@vitejs/plugin-vue": "^4.4.0",
"@vue/compiler-sfc": "^3.3.6",
"@vue/eslint-config-airbnb": "^7.0.0",
"@vue/test-utils": "^2.0.7",
"autoprefixer": "^10.4.13",
"browserslist": "^4.21.3",
"chai": "^4.3.6",
"depcheck": "^1.4.3",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier-vue": "^4.2.0",
"eslint-plugin-vue": "^9.9.0",
"jsdom": "^21.1.0",
"prettier": "^2.8.3",
"vite": "^4.0.4",
"vitest": "^0.32.0"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
"@vue/test-utils": "^2.4.1",
"browserslist": "^4.22.1",
"chai": "^4.3.10",
"depcheck": "^1.4.7",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-prettier-vue": "^5.0.0",
"eslint-plugin-vue": "^9.18.0",
"prettier": "^3.0.3",
"sass": "^1.69.4",
"vite": "^4.5.0",
"vitest": "^0.34.6"
},
"browserslist": [
"> 1%",
Expand Down
Loading

0 comments on commit 05bc67e

Please sign in to comment.