This commit is contained in:
N-Pex 2025-06-12 12:01:12 +02:00
parent 41d3b7c183
commit f18cda6bcb
2 changed files with 9 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "keanuapp-weblite", "name": "keanuapp-weblite",
"version": "0.1.50", "version": "0.1.51",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",

View file

@ -1,6 +1,6 @@
{ {
"name": "keanuapp-weblite", "name": "keanuapp-weblite",
"version": "0.1.49", "version": "0.1.50",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
@ -9,6 +9,7 @@
"create-sticker-config": "node ./create_sticker_config.js $1" "create-sticker-config": "node ./create_sticker_config.js $1"
}, },
"dependencies": { "dependencies": {
"@guardianproject/proofmode": "^0.3.2",
"@matrix-org/olm": "^3.2.12", "@matrix-org/olm": "^3.2.12",
"@vitejs/plugin-vue": "^5.2.3", "@vitejs/plugin-vue": "^5.2.3",
"aes-js": "^3.1.2", "aes-js": "^3.1.2",
@ -27,7 +28,7 @@
"linkify-html": "^4.1.0", "linkify-html": "^4.1.0",
"linkifyjs": "^4.1.0", "linkifyjs": "^4.1.0",
"material-design-icons-iconfont": "^6.7.0", "material-design-icons-iconfont": "^6.7.0",
"matrix-js-sdk": "^37.5.0", "matrix-js-sdk": "^37.6.0",
"md-gum-polyfill": "^1.0.0", "md-gum-polyfill": "^1.0.0",
"path-browserify": "^1.0.1", "path-browserify": "^1.0.1",
"pretty-bytes": "^5.6.0", "pretty-bytes": "^5.6.0",
@ -37,6 +38,7 @@
"recordrtc": "^5.6.2", "recordrtc": "^5.6.2",
"roboto-fontface": "*", "roboto-fontface": "*",
"stream-browserify": "^3.0.0", "stream-browserify": "^3.0.0",
"threads": "^1.7.0",
"tiny-emitter": "^2.1.0", "tiny-emitter": "^2.1.0",
"util": "^0.12.5", "util": "^0.12.5",
"vue": "^3.5.13", "vue": "^3.5.13",
@ -53,6 +55,7 @@
}, },
"devDependencies": { "devDependencies": {
"@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-commonjs": "^28.0.3",
"@types/aes-js": "^3.1.4",
"@types/jszip": "^3.4.0", "@types/jszip": "^3.4.0",
"@vitejs/plugin-vue-jsx": "^4.1.2", "@vitejs/plugin-vue-jsx": "^4.1.2",
"@vue/compiler-sfc": "^3.5.13", "@vue/compiler-sfc": "^3.5.13",
@ -63,10 +66,13 @@
"rollup-plugin-polyfill-node": "^0.13.0", "rollup-plugin-polyfill-node": "^0.13.0",
"sass": "^1.86.0", "sass": "^1.86.0",
"sass-loader": "^10", "sass-loader": "^10",
"typescript": "^5.8.3",
"unplugin-vue-components": "^28.4.1", "unplugin-vue-components": "^28.4.1",
"vite": "^6.2.2", "vite": "^6.2.2",
"vite-plugin-static-copy": "^2.3.0", "vite-plugin-static-copy": "^2.3.0",
"vite-plugin-top-level-await": "^1.5.0",
"vite-plugin-vuetify": "^2.1.1", "vite-plugin-vuetify": "^2.1.1",
"vite-plugin-wasm": "^3.4.1",
"vue-cli-plugin-vuetify": "^2.5.8" "vue-cli-plugin-vuetify": "^2.5.8"
}, },
"eslintConfig": { "eslintConfig": {