Hyperpipe/package.json
Shiny Nematoda 9bff19e0c7 changes:
- removed mux.js (see https://github.com/shaka-project/shaka-player/issues/5912#issuecomment-1819153525)
- bump shaka to 4.6.1
- display MediaError code
2023-11-25 07:12:50 +00:00

27 lines
611 B
JSON

{
"name": "hyperpipe",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"host": "vite --host",
"build": "vite build",
"preview": "vite preview --port 5050",
"format": "prettier --write .",
"lint": "prettier --check ."
},
"dependencies": {
"bootstrap-icons": "^1.11.2",
"dompurify": "^3.0.6",
"peerjs": "^1.5.1",
"pinia": "^2.1.7",
"shaka-player": "^4.6.1",
"sortablejs": "^1.15.0",
"vue": "^3.2.38"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.0",
"prettier": "^3.1.0",
"vite": "^5.0.2",
"vite-plugin-pwa": "^0.17.0"
}
}