mirror of
https://github.com/TeamPiped/Piped.git
synced 2026-03-28 11:26:58 +00:00
59 lines
1.8 KiB
JSON
59 lines
1.8 KiB
JSON
{
|
|
"name": "piped",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"format": "prettier -w --ignore-path .gitignore **/**.{js,vue,json}",
|
|
"lint": "eslint --fix --color ."
|
|
},
|
|
"dependencies": {
|
|
"@vueuse/core": "^14.2.1",
|
|
"dompurify": "3.3.3",
|
|
"fast-xml-parser": "5.5.9",
|
|
"hotkeys-js": "4.0.2",
|
|
"javascript-time-ago": "2.6.4",
|
|
"linkify-html": "4.3.2",
|
|
"linkifyjs": "4.3.2",
|
|
"qrcode": "^1.5.4",
|
|
"reka-ui": "^2.9.2",
|
|
"shaka-player": "5.0.8",
|
|
"vue": "3.5.31",
|
|
"vue-i18n": "11.3.0",
|
|
"vue-router": "5.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "10.0.1",
|
|
"@iconify-json/fa6-brands": "1.2.6",
|
|
"@iconify-json/fa6-solid": "1.2.4",
|
|
"@intlify/unplugin-vue-i18n": "11.1.1",
|
|
"@tailwindcss/vite": "^4.2.2",
|
|
"@vitejs/plugin-legacy": "8.0.1",
|
|
"@vitejs/plugin-vue": "6.0.5",
|
|
"@vue/compiler-sfc": "3.5.31",
|
|
"eslint": "10.1.0",
|
|
"eslint-config-prettier": "10.1.8",
|
|
"eslint-plugin-better-tailwindcss": "^4.3.2",
|
|
"eslint-plugin-prettier": "5.5.5",
|
|
"eslint-plugin-vue": "10.8.0",
|
|
"globals": "17.4.0",
|
|
"lightningcss": "1.32.0",
|
|
"prettier": "3.8.1",
|
|
"tailwindcss": "^4.2.2",
|
|
"unplugin-icons": "^23.0.1",
|
|
"unplugin-vue-components": "^32.0.0",
|
|
"vite": "8.0.3",
|
|
"vite-plugin-eslint": "1.8.1",
|
|
"vite-plugin-pwa": "1.2.0",
|
|
"vue-eslint-parser": "10.4.0",
|
|
"workbox-window": "7.4.0"
|
|
},
|
|
"browserslist": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version"
|
|
]
|
|
}
|