mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
b2894140de
Bumps [@vue/cli-plugin-babel](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-babel) from 4.5.11 to 4.5.12. - [Release notes](https://github.com/vuejs/vue-cli/releases) - [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-cli/commits/v4.5.12/packages/@vue/cli-plugin-babel) Signed-off-by: dependabot[bot] <support@github.com>
54 lines
1.4 KiB
JSON
54 lines
1.4 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-solid-svg-icons": "^5.15.3",
|
|
"@fortawesome/vue-fontawesome": "^3.0.0-2",
|
|
"core-js": "^3.9.1",
|
|
"css-loader": "^5.1.3",
|
|
"less": "3.12.2",
|
|
"less-loader": "^7.3.0",
|
|
"register-service-worker": "^1.7.1",
|
|
"shaka-player": "3.0.9",
|
|
"uikit": "3.6.18",
|
|
"vue": "^3.0.7",
|
|
"vue-router": "^4.0.5",
|
|
"xml-js": "^1.6.11"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^4.5.12",
|
|
"@vue/cli-plugin-eslint": "^4.5.11",
|
|
"@vue/cli-plugin-pwa": "^4.5.12",
|
|
"@vue/cli-service": "^4.5.11",
|
|
"@vue/compiler-sfc": "^3.0.7",
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^7.22.0",
|
|
"eslint-plugin-vue": "^7.7.0"
|
|
},
|
|
"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"
|
|
]
|
|
}
|