Hyperpipe/package.json
Shiny Nematoda fd246644c1 fix: uamp failing when input is null
+ update deps
2024-06-13 19:13:14 +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.3",
"dompurify": "^3.1.5",
"peerjs": "^1.5.4",
"pinia": "^2.1.7",
"shaka-player": "^4.9.4",
"sortablejs": "^1.15.2",
"vue": "^3.2.38"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.5",
"prettier": "^3.3.2",
"vite": "^5.3.0",
"vite-plugin-pwa": "^0.20.0"
}
}