mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
276943aa01
Bumps [uikit](https://github.com/uikit/uikit) from 3.6.8 to 3.6.9. - [Release notes](https://github.com/uikit/uikit/releases) - [Changelog](https://github.com/uikit/uikit/blob/develop/CHANGELOG.md) - [Commits](https://github.com/uikit/uikit/compare/v3.6.8...v3.6.9) Signed-off-by: dependabot[bot] <support@github.com>
56 lines
1.5 KiB
JSON
56 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.32",
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.1",
|
|
"@fortawesome/vue-fontawesome": "^3.0.0-2",
|
|
"@silvermine/videojs-quality-selector": "^1.2.4",
|
|
"core-js": "^3.8.2",
|
|
"css-loader": "^5.0.1",
|
|
"less": "3.12.2",
|
|
"less-loader": "^7.2.1",
|
|
"register-service-worker": "^1.7.1",
|
|
"uikit": "3.6.9",
|
|
"video.js": "^7.10.2",
|
|
"videojs-contrib-quality-levels": "^2.0.9",
|
|
"videojs-hotkeys": "^0.2.27",
|
|
"vue": "^3.0.5",
|
|
"vue-router": "^4.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^4.5.10",
|
|
"@vue/cli-plugin-eslint": "^4.5.10",
|
|
"@vue/cli-plugin-pwa": "^4.5.10",
|
|
"@vue/cli-service": "^4.5.10",
|
|
"@vue/compiler-sfc": "^3.0.5",
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^7.17.0",
|
|
"eslint-plugin-vue": "^7.4.1"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/vue3-essential",
|
|
"eslint:recommended"
|
|
],
|
|
"parserOptions": {
|
|
"parser": "babel-eslint"
|
|
},
|
|
"rules": {}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead"
|
|
]
|
|
}
|