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-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": {
|
2022-11-15 19:35:14 +00:00
|
|
|
"@fortawesome/fontawesome-svg-core": "6.2.1",
|
|
|
|
"@fortawesome/free-brands-svg-icons": "6.2.1",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "6.2.1",
|
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-01-06 14:25:21 +00:00
|
|
|
"dompurify": "2.4.3",
|
2022-11-23 06:07:03 +00:00
|
|
|
"hotkeys-js": "3.10.1",
|
2022-11-03 00:19:07 +00:00
|
|
|
"javascript-time-ago": "2.5.9",
|
2022-10-19 21:01:03 +00:00
|
|
|
"mux.js": "6.2.0",
|
2023-01-31 02:15:59 +00:00
|
|
|
"shaka-player": "4.3.4",
|
2022-10-20 13:17:50 +00:00
|
|
|
"stream-browserify": "3.0.0",
|
2023-02-02 04:48:48 +00:00
|
|
|
"vue": "3.2.46",
|
2022-10-19 21:01:03 +00:00
|
|
|
"vue-i18n": "9.2.2",
|
2022-10-24 09:01:37 +00:00
|
|
|
"vue-router": "4.1.6",
|
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-01-30 11:22:53 +00:00
|
|
|
"@iconify/json": "2.2.14",
|
2022-10-19 21:01:03 +00:00
|
|
|
"@intlify/vite-plugin-vue-i18n": "6.0.3",
|
2023-02-01 09:53:47 +00:00
|
|
|
"@unocss/preset-icons": "0.49.2",
|
|
|
|
"@unocss/preset-web-fonts": "0.49.2",
|
|
|
|
"@unocss/transformer-directives": "0.49.2",
|
|
|
|
"@unocss/transformer-variant-group": "0.49.2",
|
2023-01-26 13:19:42 +00:00
|
|
|
"@vitejs/plugin-legacy": "3.0.2",
|
2022-12-09 14:27:58 +00:00
|
|
|
"@vitejs/plugin-vue": "4.0.0",
|
2023-02-02 04:48:48 +00:00
|
|
|
"@vue/compiler-sfc": "3.2.46",
|
2023-01-29 01:26:25 +00:00
|
|
|
"eslint": "8.33.0",
|
2023-01-02 19:35:25 +00:00
|
|
|
"eslint-config-prettier": "8.6.0",
|
2022-10-19 21:01:03 +00:00
|
|
|
"eslint-plugin-prettier": "4.2.1",
|
2023-01-13 00:15:26 +00:00
|
|
|
"eslint-plugin-vue": "9.9.0",
|
2023-01-14 04:20:48 +00:00
|
|
|
"prettier": "2.8.3",
|
2023-02-01 09:53:47 +00:00
|
|
|
"unocss": "0.49.2",
|
2023-01-25 23:23:50 +00:00
|
|
|
"vite": "4.0.4",
|
2022-10-19 21:01:03 +00:00
|
|
|
"vite-plugin-eslint": "1.8.1",
|
2023-01-03 13:38:12 +00:00
|
|
|
"vite-plugin-pwa": "0.14.1"
|
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
|
|
|
}
|