You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
637 B
JSON

{
"name": "hyperpipe",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"host": "vite --host",
"build": "vite build",
"preview": "vite preview --port 5050",
"pretty": "prettier --write .",
"check": "prettier --check ."
},
"dependencies": {
"bootstrap-icons": "^1.10.5",
"dompurify": "^3.0.3",
"mux.js": "^6.3.0",
"peerjs": "^1.4.7",
"pinia": "^2.0.36",
"shaka-player": "^4.3.6",
"sortablejs": "^1.15.0",
"vue": "^3.2.38"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"prettier": "^2.8.8",
"vite": "^4.3.6",
"vite-plugin-pwa": "^0.14.7"
}
}