mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
62 lines
2 KiB
JSON
62 lines
2 KiB
JSON
{
|
|
"name": "piped",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"format": "prettier -w --ignore-path .gitignore **/**.{js,vue,json}",
|
|
"lint": "eslint --fix --color --ignore-path .gitignore --ext .js,.vue ."
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "6.4.2",
|
|
"@fortawesome/free-brands-svg-icons": "6.4.2",
|
|
"@fortawesome/free-solid-svg-icons": "6.4.2",
|
|
"@fortawesome/vue-fontawesome": "3.0.5",
|
|
"buffer": "6.0.3",
|
|
"dompurify": "3.0.6",
|
|
"hotkeys-js": "3.12.0",
|
|
"javascript-time-ago": "2.5.9",
|
|
"linkify-html": "4.1.2",
|
|
"linkifyjs": "4.1.2",
|
|
"mux.js": "6.3.0",
|
|
"qrcode": "^1.5.3",
|
|
"shaka-player": "4.5.0",
|
|
"stream-browserify": "3.0.0",
|
|
"vue": "3.3.8",
|
|
"vue-i18n": "9.6.5",
|
|
"vue-router": "4.2.5",
|
|
"xml-js": "1.6.11"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/fa6-brands": "1.1.13",
|
|
"@iconify-json/fa6-solid": "1.1.15",
|
|
"@intlify/unplugin-vue-i18n": "1.5.0",
|
|
"@unocss/eslint-config": "0.57.3",
|
|
"@unocss/preset-icons": "0.57.3",
|
|
"@unocss/preset-uno": "0.57.3",
|
|
"@unocss/preset-web-fonts": "0.57.3",
|
|
"@unocss/reset": "0.57.3",
|
|
"@unocss/transformer-directives": "0.57.3",
|
|
"@unocss/transformer-variant-group": "0.57.3",
|
|
"@vitejs/plugin-legacy": "4.1.1",
|
|
"@vitejs/plugin-vue": "4.4.1",
|
|
"@vue/compiler-sfc": "3.3.8",
|
|
"eslint": "8.53.0",
|
|
"eslint-config-prettier": "9.0.0",
|
|
"eslint-plugin-prettier": "5.0.1",
|
|
"eslint-plugin-vue": "9.18.1",
|
|
"lightningcss": "1.22.1",
|
|
"prettier": "3.1.0",
|
|
"unocss": "0.57.3",
|
|
"vite": "4.5.0",
|
|
"vite-plugin-eslint": "1.8.1",
|
|
"vite-plugin-pwa": "0.16.7",
|
|
"workbox-window": "7.0.0"
|
|
},
|
|
"browserslist": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version"
|
|
]
|
|
}
|