mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
7daccb5e52
Bumps [@intlify/vite-plugin-vue-i18n](https://github.com/intlify/bundle-tools/tree/HEAD/packages/vite-plugin-vue-i18n) from 3.4.0 to 5.0.0. - [Release notes](https://github.com/intlify/bundle-tools/releases) - [Changelog](https://github.com/intlify/bundle-tools/blob/main/packages/vite-plugin-vue-i18n/CHANGELOG.md) - [Commits](https://github.com/intlify/bundle-tools/commits/vue-i18n-loader@5.0.0/packages/vite-plugin-vue-i18n) --- updated-dependencies: - dependency-name: "@intlify/vite-plugin-vue-i18n" dependency-type: direct:development update-type: version-update:semver-major ... 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.1",
|
|
"@fortawesome/free-brands-svg-icons": "^6.1.1",
|
|
"@fortawesome/free-solid-svg-icons": "^6.1.1",
|
|
"@fortawesome/vue-fontawesome": "^3.0.1",
|
|
"buffer": "^6.0.3",
|
|
"dompurify": "^2.3.10",
|
|
"hotkeys-js": "^3.9.4",
|
|
"javascript-time-ago": "^2.5.6",
|
|
"mux.js": "^6.2.0",
|
|
"shaka-player": "4.1.2",
|
|
"stream": "^0.0.2",
|
|
"vue": "^3.2.37",
|
|
"vue-i18n": "^9.2.0-beta.40",
|
|
"vue-router": "^4.1.2",
|
|
"xml-js": "^1.6.11"
|
|
},
|
|
"devDependencies": {
|
|
"@intlify/vite-plugin-vue-i18n": "^5.0.0",
|
|
"@vitejs/plugin-legacy": "^1.8.2",
|
|
"@vitejs/plugin-vue": "^2.3.3",
|
|
"@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.2.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"
|
|
]
|
|
}
|