Piped/package.json
dependabot[bot] 2729b1959a Bump shaka-player from 4.0.0 to 4.0.1
Bumps [shaka-player](https://github.com/shaka-project/shaka-player) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/shaka-project/shaka-player/releases)
- [Changelog](https://github.com/shaka-project/shaka-player/blob/v4.0.1/CHANGELOG.md)
- [Commits](https://github.com/shaka-project/shaka-player/compare/v4.0.0...v4.0.1)

---
updated-dependencies:
- dependency-name: shaka-player
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-18 11:21:32 +01:00

64 lines
1.8 KiB
JSON

{
"name": "piped",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint --fix --color --ignore-path .gitignore --ext .js,.vue ."
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/vue-fontawesome": "^3.0.0-5",
"buffer": "^6.0.3",
"dompurify": "^2.3.8",
"hotkeys-js": "^3.9.3",
"javascript-time-ago": "^2.3.13",
"mux.js": "^6.0.1",
"shaka-player": "4.0.1",
"stream": "^0.0.2",
"vue": "^3.2.33",
"vue-i18n": "^9.2.0-beta.35",
"vue-router": "^4.0.15",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@intlify/vite-plugin-vue-i18n": "^3.4.0",
"@vitejs/plugin-legacy": "^1.8.2",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/compiler-sfc": "3.2.33",
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.6.0",
"prettier": "^2.6.2",
"vite": "^2.9.9",
"vite-plugin-eslint": "^1.6.0",
"vite-plugin-pwa": "^0.12.0",
"vite-plugin-windicss": "^1.8.4"
},
"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"
]
}