mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
dda65a78c3
Bumps [vue-router](https://github.com/vuejs/router) from 4.1.3 to 4.1.4. - [Release notes](https://github.com/vuejs/router/releases) - [Commits](https://github.com/vuejs/router/compare/v4.1.3...v4.1.4) --- updated-dependencies: - dependency-name: vue-router dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
63 lines
1.8 KiB
JSON
63 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.2",
|
|
"@fortawesome/free-brands-svg-icons": "^6.1.2",
|
|
"@fortawesome/free-solid-svg-icons": "^6.1.2",
|
|
"@fortawesome/vue-fontawesome": "^3.0.1",
|
|
"buffer": "^6.0.3",
|
|
"dompurify": "^2.3.12",
|
|
"hotkeys-js": "^3.9.4",
|
|
"javascript-time-ago": "^2.5.7",
|
|
"mux.js": "^6.2.0",
|
|
"shaka-player": "4.2.0",
|
|
"stream": "^0.0.2",
|
|
"vue": "^3.2.37",
|
|
"vue-i18n": "^9.2.2",
|
|
"vue-router": "^4.1.4",
|
|
"xml-js": "^1.6.11"
|
|
},
|
|
"devDependencies": {
|
|
"@intlify/vite-plugin-vue-i18n": "^6.0.1",
|
|
"@vitejs/plugin-legacy": "^1.8.2",
|
|
"@vitejs/plugin-vue": "^2.3.4",
|
|
"@vue/compiler-sfc": "3.2.37",
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-vue": "^9.3.0",
|
|
"prettier": "^2.7.1",
|
|
"vite": "^2.9.14",
|
|
"vite-plugin-eslint": "^1.7.0",
|
|
"vite-plugin-pwa": "^0.12.3",
|
|
"vite-plugin-windicss": "^1.8.7"
|
|
},
|
|
"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"
|
|
]
|
|
}
|