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-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-02-08 03:17:26 +05:30
|
|
|
"@fortawesome/fontawesome-svg-core": "6.3.0",
|
|
|
|
"@fortawesome/free-brands-svg-icons": "6.3.0",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "6.3.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-01-06 19:55:21 +05:30
|
|
|
"dompurify": "2.4.3",
|
2022-11-23 11:37:03 +05:30
|
|
|
"hotkeys-js": "3.10.1",
|
2022-11-03 05:49:07 +05:30
|
|
|
"javascript-time-ago": "2.5.9",
|
2022-10-20 02:31:03 +05:30
|
|
|
"mux.js": "6.2.0",
|
2023-01-31 07:45:59 +05:30
|
|
|
"shaka-player": "4.3.4",
|
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-02-08 17:16:58 +05:30
|
|
|
"@iconify/json": "2.2.19",
|
2022-10-20 02:31:03 +05:30
|
|
|
"@intlify/vite-plugin-vue-i18n": "6.0.3",
|
2023-02-02 20:54:38 +05:30
|
|
|
"@unocss/preset-icons": "0.49.4",
|
|
|
|
"@unocss/preset-web-fonts": "0.49.4",
|
|
|
|
"@unocss/transformer-directives": "0.49.4",
|
|
|
|
"@unocss/transformer-variant-group": "0.49.4",
|
2023-02-02 19:06:59 +05:30
|
|
|
"@vitejs/plugin-legacy": "4.0.1",
|
2022-12-09 19:57:58 +05:30
|
|
|
"@vitejs/plugin-vue": "4.0.0",
|
2023-02-02 14:46:57 +05:30
|
|
|
"@vue/compiler-sfc": "3.2.47",
|
2023-01-29 06:56:25 +05:30
|
|
|
"eslint": "8.33.0",
|
2023-01-03 01:05:25 +05:30
|
|
|
"eslint-config-prettier": "8.6.0",
|
2022-10-20 02:31:03 +05:30
|
|
|
"eslint-plugin-prettier": "4.2.1",
|
2023-01-13 05:45:26 +05:30
|
|
|
"eslint-plugin-vue": "9.9.0",
|
2023-02-08 11:55:36 +05:30
|
|
|
"prettier": "2.8.4",
|
2023-02-02 20:54:38 +05:30
|
|
|
"unocss": "0.49.4",
|
2023-02-02 20:51:08 +05:30
|
|
|
"vite": "4.1.1",
|
2022-10-20 02:31:03 +05:30
|
|
|
"vite-plugin-eslint": "1.8.1",
|
2023-02-08 21:51:43 +05:30
|
|
|
"vite-plugin-pwa": "0.14.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
|
|
|
}
|