mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
9d787077a9
Bumps [mux.js](https://github.com/videojs/mux.js) from 6.0.0 to 6.0.1. - [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/v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: mux.js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
62 lines
1.8 KiB
JSON
62 lines
1.8 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.36",
|
|
"@fortawesome/free-brands-svg-icons": "^5.15.4",
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.4",
|
|
"@fortawesome/vue-fontawesome": "^3.0.0-5",
|
|
"core-js": "3.20.0",
|
|
"css-loader": "^6.5.1",
|
|
"dompurify": "^2.3.4",
|
|
"hotkeys-js": "^3.8.7",
|
|
"javascript-time-ago": "^2.3.10",
|
|
"mux.js": "^6.0.1",
|
|
"register-service-worker": "^1.7.1",
|
|
"shaka-player": "3.2.1",
|
|
"uikit": "3.9.4",
|
|
"vue": "^3.2.26",
|
|
"vue-i18n": "^9.2.0-beta.23",
|
|
"vue-router": "^4.0.12",
|
|
"xml-js": "^1.6.11"
|
|
},
|
|
"devDependencies": {
|
|
"@intlify/vue-i18n-loader": "^4.1.0",
|
|
"@vue/cli-plugin-babel": "^4.5.15",
|
|
"@vue/cli-plugin-eslint": "^4.5.15",
|
|
"@vue/cli-plugin-pwa": "^4.5.15",
|
|
"@vue/cli-service": "^4.5.15",
|
|
"@vue/compiler-sfc": "3.2.26",
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-vue": "^7.20.0",
|
|
"vue-cli-plugin-i18n": "^2.3.1"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/vue3-essential",
|
|
"plugin:prettier/recommended",
|
|
"eslint:recommended"
|
|
],
|
|
"parserOptions": {
|
|
"parser": "babel-eslint"
|
|
},
|
|
"rules": {}
|
|
},
|
|
"browserslist": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version"
|
|
]
|
|
}
|