mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
f11d67ddc6
Bumps [mux.js](https://github.com/videojs/mux.js) from 5.11.2 to 5.11.3. - [Release notes](https://github.com/videojs/mux.js/releases) - [Changelog](https://github.com/videojs/mux.js/blob/main/CHANGELOG.md) - [Commits](https://github.com/videojs/mux.js/compare/v5.11.2...v5.11.3) --- updated-dependencies: - dependency-name: mux.js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
55 lines
1.5 KiB
JSON
55 lines
1.5 KiB
JSON
{
|
|
"name": "piped",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.35",
|
|
"@fortawesome/free-brands-svg-icons": "^5.15.3",
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.3",
|
|
"@fortawesome/vue-fontawesome": "^3.0.0-4",
|
|
"core-js": "^3.15.2",
|
|
"css-loader": "^5.2.6",
|
|
"dompurify": "^2.2.9",
|
|
"hotkeys-js": "^3.8.7",
|
|
"mux.js": "^5.11.3",
|
|
"register-service-worker": "^1.7.1",
|
|
"shaka-player": "3.1.1",
|
|
"uikit": "3.7.0",
|
|
"vue": "^3.1.2",
|
|
"vue-router": "^4.0.10",
|
|
"xml-js": "^1.6.11"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^4.5.13",
|
|
"@vue/cli-plugin-eslint": "^4.5.13",
|
|
"@vue/cli-plugin-pwa": "^4.5.13",
|
|
"@vue/cli-service": "^4.5.13",
|
|
"@vue/compiler-sfc": "^3.1.2",
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^7.29.0",
|
|
"eslint-plugin-vue": "^7.12.1"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/vue3-essential",
|
|
"eslint:recommended"
|
|
],
|
|
"parserOptions": {
|
|
"parser": "babel-eslint"
|
|
},
|
|
"rules": {}
|
|
},
|
|
"browserslist": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version"
|
|
]
|
|
}
|