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": {
|
2022-10-20 01:42:42 +05:30
|
|
|
"@fortawesome/fontawesome-svg-core": "6.2.0",
|
|
|
|
"@fortawesome/free-brands-svg-icons": "6.2.0",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "6.2.0",
|
|
|
|
"@fortawesome/vue-fontawesome": "3.0.1",
|
2022-10-20 02:31:03 +05:30
|
|
|
"buffer": "6.0.3",
|
|
|
|
"dompurify": "2.4.0",
|
|
|
|
"hotkeys-js": "3.10.0",
|
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",
|
2022-10-31 00:38:00 +05:30
|
|
|
"shaka-player": "4.2.3",
|
2022-10-20 18:47:50 +05:30
|
|
|
"stream-browserify": "3.0.0",
|
2022-10-20 02:31:03 +05:30
|
|
|
"vue": "3.2.41",
|
|
|
|
"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": {
|
2022-11-04 14:57:28 +05:30
|
|
|
"@iconify/json": "2.1.133",
|
2022-10-20 02:31:03 +05:30
|
|
|
"@intlify/vite-plugin-vue-i18n": "6.0.3",
|
2022-11-02 17:57:51 +05:30
|
|
|
"@unocss/preset-icons": "0.46.3",
|
|
|
|
"@unocss/preset-web-fonts": "0.46.3",
|
|
|
|
"@unocss/transformer-directives": "0.46.3",
|
|
|
|
"@unocss/transformer-variant-group": "0.46.3",
|
2022-10-26 22:25:49 +05:30
|
|
|
"@vitejs/plugin-legacy": "2.3.0",
|
2022-10-27 08:28:48 +05:30
|
|
|
"@vitejs/plugin-vue": "3.2.0",
|
2022-10-17 09:53:41 +05:30
|
|
|
"@vue/compiler-sfc": "3.2.41",
|
2022-11-06 13:30:21 +05:30
|
|
|
"eslint": "8.27.0",
|
2022-10-20 02:31:03 +05:30
|
|
|
"eslint-config-prettier": "8.5.0",
|
|
|
|
"eslint-plugin-prettier": "4.2.1",
|
2022-10-31 13:59:05 +05:30
|
|
|
"eslint-plugin-vue": "9.7.0",
|
2022-10-20 02:31:03 +05:30
|
|
|
"prettier": "2.7.1",
|
2022-11-02 17:57:51 +05:30
|
|
|
"unocss": "0.46.3",
|
2022-10-31 14:33:13 +05:30
|
|
|
"vite": "3.2.2",
|
2022-10-20 02:31:03 +05:30
|
|
|
"vite-plugin-eslint": "1.8.1",
|
2022-11-04 02:50:29 +05:30
|
|
|
"vite-plugin-pwa": "0.13.2"
|
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
|
|
|
}
|