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-10-19 20:12:42 +00:00
|
|
|
"@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-19 21:01:03 +00:00
|
|
|
"buffer": "6.0.3",
|
|
|
|
"dompurify": "2.4.0",
|
|
|
|
"hotkeys-js": "3.10.0",
|
|
|
|
"javascript-time-ago": "2.5.7",
|
|
|
|
"mux.js": "6.2.0",
|
2022-10-30 19:08:00 +00:00
|
|
|
"shaka-player": "4.2.3",
|
2022-10-20 13:17:50 +00:00
|
|
|
"stream-browserify": "3.0.0",
|
2022-10-19 21:01:03 +00:00
|
|
|
"vue": "3.2.41",
|
|
|
|
"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": {
|
2022-10-31 08:28:40 +00:00
|
|
|
"@iconify/json": "2.1.131",
|
2022-10-19 21:01:03 +00:00
|
|
|
"@intlify/vite-plugin-vue-i18n": "6.0.3",
|
2022-10-31 21:03:41 +00:00
|
|
|
"@unocss/preset-icons": "0.46.2",
|
|
|
|
"@unocss/preset-web-fonts": "0.46.2",
|
|
|
|
"@unocss/transformer-directives": "0.46.2",
|
|
|
|
"@unocss/transformer-variant-group": "0.46.2",
|
2022-10-26 16:55:49 +00:00
|
|
|
"@vitejs/plugin-legacy": "2.3.0",
|
2022-10-27 02:58:48 +00:00
|
|
|
"@vitejs/plugin-vue": "3.2.0",
|
2022-10-17 04:23:41 +00:00
|
|
|
"@vue/compiler-sfc": "3.2.41",
|
2022-10-21 22:02:56 +00:00
|
|
|
"eslint": "8.26.0",
|
2022-10-19 21:01:03 +00:00
|
|
|
"eslint-config-prettier": "8.5.0",
|
|
|
|
"eslint-plugin-prettier": "4.2.1",
|
2022-10-31 08:29:05 +00:00
|
|
|
"eslint-plugin-vue": "9.7.0",
|
2022-10-19 21:01:03 +00:00
|
|
|
"prettier": "2.7.1",
|
2022-10-31 21:03:41 +00:00
|
|
|
"unocss": "0.46.2",
|
2022-10-31 09:03:13 +00:00
|
|
|
"vite": "3.2.2",
|
2022-10-19 21:01:03 +00:00
|
|
|
"vite-plugin-eslint": "1.8.1",
|
2022-10-19 21:41:26 +00:00
|
|
|
"vite-plugin-pwa": "0.13.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
|
|
|
}
|