Docker support #2, Fixes #4, dynamic imports

This commit is contained in:
Shiny Nematoda 2022-07-29 19:21:59 +00:00
parent 2838030839
commit 7273fcabc8
No known key found for this signature in database
GPG key ID: 6506D50F5613A42D
10 changed files with 696 additions and 246 deletions

View file

@ -10,13 +10,16 @@
"check": "prettier --check ."
},
"dependencies": {
"buffer": "^6.0.3",
"hls.js": "^1.1.5",
"peerjs": "^1.4.6",
"pinia": "^2.0.16",
"vue": "^3.2.31"
"vue": "^3.2.31",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.2.2",
"@vitejs/plugin-vue": "^3.0.1",
"prettier": "^2.6.2",
"vite": "^2.8.4"
"vite": "^3.0.3"
}
}