- Added a few basic keybindings
- Closes #142
This commit is contained in:
Shiny Nematoda 2023-09-22 12:32:41 +00:00
parent 212a0e6dd6
commit b023b67e04
10 changed files with 502 additions and 325 deletions

View file

@ -10,12 +10,12 @@
"lint": "prettier --check ."
},
"dependencies": {
"bootstrap-icons": "^1.10.5",
"bootstrap-icons": "^1.11.1",
"dompurify": "^3.0.5",
"mux.js": "^6.3.0",
"peerjs": "^1.4.7",
"peerjs": "^1.5.0",
"pinia": "^2.1.6",
"shaka-player": "^4.4.0",
"shaka-player": "^4.4.2",
"sortablejs": "^1.15.0",
"vue": "^3.2.38"
},
@ -23,6 +23,6 @@
"@vitejs/plugin-vue": "^4.3.4",
"prettier": "^3.0.3",
"vite": "^4.4.9",
"vite-plugin-pwa": "^0.16.4"
"vite-plugin-pwa": "^0.16.5"
}
}