2020-11-06 03:36:25 +00:00
|
|
|
{
|
2020-11-11 09:20:57 +00:00
|
|
|
"name": "piped",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2021-12-28 14:39:20 +00:00
|
|
|
"serve": "vite",
|
|
|
|
"build": "vite build",
|
2022-01-01 14:42:20 +00:00
|
|
|
"preview": "vite preview",
|
2022-11-02 16:16:25 +00:00
|
|
|
"format": "prettier -w --ignore-path .gitignore **/**.{js,vue}",
|
2022-01-01 14:53:55 +00:00
|
|
|
"lint": "eslint --fix --color --ignore-path .gitignore --ext .js,.vue ."
|
2020-11-06 03:36:25 +00:00
|
|
|
},
|
2020-11-11 09:20:57 +00:00
|
|
|
"dependencies": {
|
2023-03-27 22:01:32 +00:00
|
|
|
"@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 15:32:26 +00:00
|
|
|
"@fortawesome/vue-fontawesome": "3.0.3",
|
2022-10-19 21:01:03 +00:00
|
|
|
"buffer": "6.0.3",
|
2023-05-06 12:37:37 +00:00
|
|
|
"dompurify": "3.0.3",
|
2023-04-04 20:28:05 +00:00
|
|
|
"hotkeys-js": "3.10.2",
|
2022-11-03 00:19:07 +00:00
|
|
|
"javascript-time-ago": "2.5.9",
|
2023-02-22 05:12:59 +00:00
|
|
|
"mux.js": "6.3.0",
|
2023-04-27 20:33:44 +00:00
|
|
|
"shaka-player": "4.3.6",
|
2022-10-20 13:17:50 +00:00
|
|
|
"stream-browserify": "3.0.0",
|
2023-05-18 10:15:38 +00:00
|
|
|
"vue": "3.3.4",
|
2022-10-19 21:01:03 +00:00
|
|
|
"vue-i18n": "9.2.2",
|
2023-05-29 09:14:20 +00:00
|
|
|
"vue-router": "4.2.2",
|
2022-10-19 21:01:03 +00:00
|
|
|
"xml-js": "1.6.11"
|
2020-11-06 03:36:25 +00:00
|
|
|
},
|
2020-11-11 09:20:57 +00:00
|
|
|
"devDependencies": {
|
2023-05-05 00:37:17 +00:00
|
|
|
"@iconify-json/fa6-brands": "1.1.11",
|
|
|
|
"@iconify-json/fa6-solid": "1.1.13",
|
2022-10-19 21:01:03 +00:00
|
|
|
"@intlify/vite-plugin-vue-i18n": "6.0.3",
|
2023-05-31 16:47:59 +00:00
|
|
|
"@unocss/preset-icons": "0.52.7",
|
|
|
|
"@unocss/preset-web-fonts": "0.52.7",
|
|
|
|
"@unocss/transformer-directives": "0.52.7",
|
|
|
|
"@unocss/transformer-variant-group": "0.52.7",
|
2023-05-24 18:48:21 +00:00
|
|
|
"@vitejs/plugin-legacy": "4.0.4",
|
2023-05-12 12:23:06 +00:00
|
|
|
"@vitejs/plugin-vue": "4.2.3",
|
2023-05-18 10:15:38 +00:00
|
|
|
"@vue/compiler-sfc": "3.3.4",
|
2023-06-03 00:42:54 +00:00
|
|
|
"eslint": "8.42.0",
|
2023-03-20 19:48:20 +00:00
|
|
|
"eslint-config-prettier": "8.8.0",
|
2022-10-19 21:01:03 +00:00
|
|
|
"eslint-plugin-prettier": "4.2.1",
|
2023-05-26 11:41:13 +00:00
|
|
|
"eslint-plugin-vue": "9.14.1",
|
2023-04-23 09:16:12 +00:00
|
|
|
"prettier": "2.8.8",
|
2023-05-31 16:47:59 +00:00
|
|
|
"unocss": "0.52.7",
|
2023-05-26 11:41:42 +00:00
|
|
|
"vite": "4.3.9",
|
2022-10-19 21:01:03 +00:00
|
|
|
"vite-plugin-eslint": "1.8.1",
|
2023-06-02 23:00:59 +00:00
|
|
|
"vite-plugin-pwa": "0.16.3"
|
2020-11-11 09:20:57 +00:00
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"root": true,
|
|
|
|
"env": {
|
|
|
|
"node": true
|
|
|
|
},
|
|
|
|
"extends": [
|
|
|
|
"plugin:vue/vue3-essential",
|
2021-10-08 18:52:51 +00:00
|
|
|
"plugin:prettier/recommended",
|
2020-11-11 09:20:57 +00:00
|
|
|
"eslint:recommended"
|
|
|
|
],
|
|
|
|
"rules": {}
|
|
|
|
},
|
|
|
|
"browserslist": [
|
2021-06-14 12:45:04 +00:00
|
|
|
"last 1 chrome version",
|
|
|
|
"last 1 firefox version"
|
2020-11-11 09:20:57 +00:00
|
|
|
]
|
2020-11-15 11:27:44 +00:00
|
|
|
}
|