1
0
mirror of https://github.com/TeamPiped/Piped.git synced 2024-12-12 21:30:27 +05:30
Piped/package.json

57 lines
1.8 KiB
JSON
Raw Normal View History

2020-11-06 09:06:25 +05:30
{
2020-11-11 14:50:57 +05:30
"name": "piped",
"version": "0.1.0",
"private": true,
"type": "module",
2020-11-11 14:50:57 +05:30
"scripts": {
2023-11-16 21:02:53 +05:30
"dev": "vite",
2021-12-28 20:09:20 +05:30
"build": "vite build",
"preview": "vite preview",
"format": "prettier -w --ignore-path .gitignore **/**.{js,vue,json}",
2022-01-01 20:23:55 +05:30
"lint": "eslint --fix --color --ignore-path .gitignore --ext .js,.vue ."
2020-11-06 09:06:25 +05:30
},
2020-11-11 14:50:57 +05:30
"dependencies": {
2024-10-23 15:02:41 +05:30
"dompurify": "3.1.7",
"fast-xml-parser": "4.4.1",
"hotkeys-js": "3.13.7",
"javascript-time-ago": "2.5.11",
2023-11-22 12:10:50 +05:30
"linkify-html": "4.1.3",
"linkifyjs": "4.1.3",
2023-08-04 15:38:08 +05:30
"qrcode": "^1.5.3",
"shaka-player": "4.11.9",
"vue": "3.4.31",
"vue-i18n": "9.13.1",
"vue-router": "4.4.5"
2020-11-06 09:06:25 +05:30
},
2020-11-11 14:50:57 +05:30
"devDependencies": {
2024-10-23 17:09:17 +05:30
"@iconify-json/fa6-brands": "1.2.1",
"@iconify-json/fa6-solid": "1.2.1",
"@intlify/unplugin-vue-i18n": "4.0.0",
2024-10-23 17:11:51 +05:30
"@unocss/eslint-config": "0.63.6",
"@unocss/preset-icons": "0.63.6",
"@unocss/preset-uno": "0.63.6",
"@unocss/preset-web-fonts": "0.63.6",
"@unocss/reset": "0.63.6",
"@unocss/transformer-directives": "0.63.6",
"@unocss/transformer-variant-group": "0.63.6",
2024-07-03 17:41:38 +05:30
"@vitejs/plugin-legacy": "5.4.1",
"@vitejs/plugin-vue": "5.0.5",
"@vue/compiler-sfc": "3.4.31",
2024-10-23 15:03:04 +05:30
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-vue": "9.29.1",
"lightningcss": "1.27.0",
"prettier": "3.3.3",
2024-10-23 17:11:51 +05:30
"unocss": "0.63.6",
"vite": "5.3.6",
2022-10-20 02:31:03 +05:30
"vite-plugin-eslint": "1.8.1",
"vite-plugin-pwa": "0.20.5",
"workbox-window": "7.1.0"
2020-11-11 14:50:57 +05:30
},
"browserslist": [
2021-06-14 18:15:04 +05:30
"last 1 chrome version",
"last 1 firefox version"
2020-11-11 14:50:57 +05:30
]
2020-11-15 16:57:44 +05:30
}