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

63 lines
2.0 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,
"scripts": {
2021-12-28 20:09:20 +05:30
"serve": "vite",
"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": {
"@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",
2022-10-20 02:31:03 +05:30
"buffer": "6.0.3",
"dompurify": "3.0.6",
"hotkeys-js": "3.12.0",
"javascript-time-ago": "2.5.9",
2023-11-12 06:31:43 +05:30
"linkify-html": "4.1.2",
"linkifyjs": "4.1.2",
2023-02-22 10:42:59 +05:30
"mux.js": "6.3.0",
2023-08-04 15:38:08 +05:30
"qrcode": "^1.5.3",
"shaka-player": "4.6.0",
"stream-browserify": "3.0.0",
"vue": "3.3.8",
"vue-i18n": "9.7.0",
"vue-router": "4.2.5",
2022-10-20 02:31:03 +05:30
"xml-js": "1.6.11"
2020-11-06 09:06:25 +05:30
},
2020-11-11 14:50:57 +05:30
"devDependencies": {
"@iconify-json/fa6-brands": "1.1.13",
"@iconify-json/fa6-solid": "1.1.15",
"@intlify/unplugin-vue-i18n": "1.5.0",
2023-11-14 18:46:53 +05:30
"@unocss/eslint-config": "0.57.4",
"@unocss/preset-icons": "0.57.4",
"@unocss/preset-uno": "0.57.4",
"@unocss/preset-web-fonts": "0.57.4",
"@unocss/reset": "0.57.4",
"@unocss/transformer-directives": "0.57.4",
"@unocss/transformer-variant-group": "0.57.4",
2023-11-16 20:33:30 +05:30
"@vitejs/plugin-legacy": "5.0.0",
"@vitejs/plugin-vue": "4.5.0",
"@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",
2023-11-14 18:46:53 +05:30
"unocss": "0.57.4",
2023-11-16 20:33:30 +05:30
"vite": "5.0.0",
2022-10-20 02:31:03 +05:30
"vite-plugin-eslint": "1.8.1",
"vite-plugin-pwa": "0.16.7",
"workbox-window": "7.0.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
}