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",
|
2022-01-01 20:12:20 +05:30
|
|
|
"preview": "vite preview",
|
2022-11-02 21:46:25 +05:30
|
|
|
"format": "prettier -w --ignore-path .gitignore **/**.{js,vue}",
|
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": {
|
2023-03-28 03:31:32 +05:30
|
|
|
"@fortawesome/fontawesome-svg-core": "6.4.0",
|
|
|
|
"@fortawesome/free-brands-svg-icons": "6.4.0",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "6.4.0",
|
2023-01-24 21:02:26 +05:30
|
|
|
"@fortawesome/vue-fontawesome": "3.0.3",
|
2022-10-20 02:31:03 +05:30
|
|
|
"buffer": "6.0.3",
|
2023-05-06 18:07:37 +05:30
|
|
|
"dompurify": "3.0.3",
|
2023-04-05 01:58:05 +05:30
|
|
|
"hotkeys-js": "3.10.2",
|
2022-11-03 05:49:07 +05:30
|
|
|
"javascript-time-ago": "2.5.9",
|
2023-02-22 10:42:59 +05:30
|
|
|
"mux.js": "6.3.0",
|
2023-04-28 02:03:44 +05:30
|
|
|
"shaka-player": "4.3.6",
|
2022-10-20 18:47:50 +05:30
|
|
|
"stream-browserify": "3.0.0",
|
2023-02-02 14:46:57 +05:30
|
|
|
"vue": "3.2.47",
|
2022-10-20 02:31:03 +05:30
|
|
|
"vue-i18n": "9.2.2",
|
2022-10-24 14:31:37 +05:30
|
|
|
"vue-router": "4.1.6",
|
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": {
|
2023-05-05 06:07:17 +05:30
|
|
|
"@iconify-json/fa6-brands": "1.1.11",
|
|
|
|
"@iconify-json/fa6-solid": "1.1.13",
|
2022-10-20 02:31:03 +05:30
|
|
|
"@intlify/vite-plugin-vue-i18n": "6.0.3",
|
2023-05-06 06:41:24 +05:30
|
|
|
"@unocss/preset-icons": "0.51.12",
|
|
|
|
"@unocss/preset-web-fonts": "0.51.12",
|
|
|
|
"@unocss/transformer-directives": "0.51.12",
|
|
|
|
"@unocss/transformer-variant-group": "0.51.12",
|
2023-04-25 20:21:11 +05:30
|
|
|
"@vitejs/plugin-legacy": "4.0.3",
|
2023-04-26 15:59:26 +05:30
|
|
|
"@vitejs/plugin-vue": "4.2.1",
|
2023-02-02 14:46:57 +05:30
|
|
|
"@vue/compiler-sfc": "3.2.47",
|
2023-05-08 08:55:14 +05:30
|
|
|
"eslint": "8.40.0",
|
2023-03-21 01:18:20 +05:30
|
|
|
"eslint-config-prettier": "8.8.0",
|
2022-10-20 02:31:03 +05:30
|
|
|
"eslint-plugin-prettier": "4.2.1",
|
2023-05-07 22:52:46 +05:30
|
|
|
"eslint-plugin-vue": "9.11.1",
|
2023-04-23 14:46:12 +05:30
|
|
|
"prettier": "2.8.8",
|
2023-05-06 06:41:24 +05:30
|
|
|
"unocss": "0.51.12",
|
2023-05-05 17:51:50 +05:30
|
|
|
"vite": "4.3.5",
|
2022-10-20 02:31:03 +05:30
|
|
|
"vite-plugin-eslint": "1.8.1",
|
2023-03-28 15:55:40 +05:30
|
|
|
"vite-plugin-pwa": "0.14.7"
|
2020-11-11 14:50:57 +05:30
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"root": true,
|
|
|
|
"env": {
|
|
|
|
"node": true
|
|
|
|
},
|
|
|
|
"extends": [
|
|
|
|
"plugin:vue/vue3-essential",
|
2021-10-09 00:22:51 +05:30
|
|
|
"plugin:prettier/recommended",
|
2020-11-11 14:50:57 +05:30
|
|
|
"eslint:recommended"
|
|
|
|
],
|
|
|
|
"rules": {}
|
|
|
|
},
|
|
|
|
"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
|
|
|
}
|