mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
64 lines
1.9 KiB
JSON
64 lines
1.9 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.2.1",
|
|
"@fortawesome/free-brands-svg-icons": "6.2.1",
|
|
"@fortawesome/free-solid-svg-icons": "6.2.1",
|
|
"@fortawesome/vue-fontawesome": "3.0.2",
|
|
"buffer": "6.0.3",
|
|
"dompurify": "2.4.3",
|
|
"hotkeys-js": "3.10.1",
|
|
"javascript-time-ago": "2.5.9",
|
|
"mux.js": "6.2.0",
|
|
"shaka-player": "4.3.3",
|
|
"stream-browserify": "3.0.0",
|
|
"vue": "3.2.45",
|
|
"vue-i18n": "9.2.2",
|
|
"vue-router": "4.1.6",
|
|
"xml-js": "1.6.11"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify/json": "2.2.7",
|
|
"@intlify/vite-plugin-vue-i18n": "6.0.3",
|
|
"@unocss/preset-icons": "0.48.4",
|
|
"@unocss/preset-web-fonts": "0.48.4",
|
|
"@unocss/transformer-directives": "0.48.4",
|
|
"@unocss/transformer-variant-group": "0.48.4",
|
|
"@vitejs/plugin-legacy": "3.0.1",
|
|
"@vitejs/plugin-vue": "4.0.0",
|
|
"@vue/compiler-sfc": "3.2.45",
|
|
"eslint": "8.32.0",
|
|
"eslint-config-prettier": "8.6.0",
|
|
"eslint-plugin-prettier": "4.2.1",
|
|
"eslint-plugin-vue": "9.9.0",
|
|
"prettier": "2.8.3",
|
|
"unocss": "0.48.4",
|
|
"vite": "3.2.5",
|
|
"vite-plugin-eslint": "1.8.1",
|
|
"vite-plugin-pwa": "0.14.1"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/vue3-essential",
|
|
"plugin:prettier/recommended",
|
|
"eslint:recommended"
|
|
],
|
|
"rules": {}
|
|
},
|
|
"browserslist": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version"
|
|
]
|
|
}
|