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-05-18 15:45:38 +05:30
|
|
|
"vue": "3.3.4",
|
2022-10-20 02:31:03 +05:30
|
|
|
"vue-i18n": "9.2.2",
|
2023-05-29 14:44:20 +05:30
|
|
|
"vue-router": "4.2.2",
|
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-06-07 05:14:00 +05:30
|
|
|
"@unocss/preset-icons": "0.53.1",
|
|
|
|
"@unocss/preset-web-fonts": "0.53.1",
|
|
|
|
"@unocss/transformer-directives": "0.53.1",
|
|
|
|
"@unocss/transformer-variant-group": "0.53.1",
|
2023-05-25 00:18:21 +05:30
|
|
|
"@vitejs/plugin-legacy": "4.0.4",
|
2023-05-12 17:53:06 +05:30
|
|
|
"@vitejs/plugin-vue": "4.2.3",
|
2023-05-18 15:45:38 +05:30
|
|
|
"@vue/compiler-sfc": "3.3.4",
|
2023-06-03 06:12:54 +05:30
|
|
|
"eslint": "8.42.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-26 17:11:13 +05:30
|
|
|
"eslint-plugin-vue": "9.14.1",
|
2023-04-23 14:46:12 +05:30
|
|
|
"prettier": "2.8.8",
|
2023-06-07 05:14:00 +05:30
|
|
|
"unocss": "0.53.1",
|
2023-05-26 17:11:42 +05:30
|
|
|
"vite": "4.3.9",
|
2022-10-20 02:31:03 +05:30
|
|
|
"vite-plugin-eslint": "1.8.1",
|
2023-06-03 04:30:59 +05:30
|
|
|
"vite-plugin-pwa": "0.16.3"
|
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
|
|
|
}
|