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-03-01 19:39:07 +05:30
|
|
|
"dompurify": "3.0.1",
|
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-03-03 04:22:46 +05:30
|
|
|
"shaka-player": "4.3.5",
|
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-04-05 15:01:07 +05:30
|
|
|
"@iconify/json": "2.2.46",
|
2022-10-20 02:31:03 +05:30
|
|
|
"@intlify/vite-plugin-vue-i18n": "6.0.3",
|
2023-03-17 09:11:38 +05:30
|
|
|
"@unocss/preset-icons": "0.50.6",
|
|
|
|
"@unocss/preset-web-fonts": "0.50.6",
|
|
|
|
"@unocss/transformer-directives": "0.50.6",
|
|
|
|
"@unocss/transformer-variant-group": "0.50.6",
|
2023-03-16 13:59:33 +05:30
|
|
|
"@vitejs/plugin-legacy": "4.0.2",
|
2023-03-16 15:46:12 +05:30
|
|
|
"@vitejs/plugin-vue": "4.1.0",
|
2023-02-02 14:46:57 +05:30
|
|
|
"@vue/compiler-sfc": "3.2.47",
|
2023-03-29 11:48:28 +05:30
|
|
|
"eslint": "8.37.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-03-23 16:42:52 +05:30
|
|
|
"eslint-plugin-vue": "9.10.0",
|
2023-03-24 14:49:07 +05:30
|
|
|
"prettier": "2.8.7",
|
2023-03-17 09:11:38 +05:30
|
|
|
"unocss": "0.50.6",
|
2023-03-20 21:11:15 +05:30
|
|
|
"vite": "4.2.1",
|
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
|
|
|
}
|