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",
|
|
|
|
"lint": "eslint --fix --color --ignore-path .gitignore ."
|
2020-11-06 03:36:25 +00:00
|
|
|
},
|
2020-11-11 09:20:57 +00:00
|
|
|
"dependencies": {
|
2021-08-05 04:08:08 +00:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.36",
|
2021-08-05 04:21:01 +00:00
|
|
|
"@fortawesome/free-brands-svg-icons": "^5.15.4",
|
2021-08-05 04:08:50 +00:00
|
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.4",
|
2021-10-19 04:08:36 +00:00
|
|
|
"@fortawesome/vue-fontawesome": "^3.0.0-5",
|
2021-12-29 00:33:15 +00:00
|
|
|
"buffer": "^6.0.3",
|
2021-12-08 04:07:12 +00:00
|
|
|
"dompurify": "^2.3.4",
|
2021-06-14 07:25:00 +00:00
|
|
|
"hotkeys-js": "^3.8.7",
|
2021-10-25 04:11:58 +00:00
|
|
|
"javascript-time-ago": "^2.3.10",
|
2021-12-21 04:09:05 +00:00
|
|
|
"mux.js": "^6.0.1",
|
2022-01-10 04:12:14 +00:00
|
|
|
"shaka-player": "3.3.0",
|
2021-12-29 00:33:15 +00:00
|
|
|
"stream": "^0.0.2",
|
2021-11-26 04:07:47 +00:00
|
|
|
"uikit": "3.9.4",
|
2021-12-13 04:10:13 +00:00
|
|
|
"vue": "^3.2.26",
|
2021-12-23 04:09:12 +00:00
|
|
|
"vue-i18n": "^9.2.0-beta.25",
|
2021-10-15 04:09:07 +00:00
|
|
|
"vue-router": "^4.0.12",
|
2021-02-24 09:44:33 +00:00
|
|
|
"xml-js": "^1.6.11"
|
2020-11-06 03:36:25 +00:00
|
|
|
},
|
2020-11-11 09:20:57 +00:00
|
|
|
"devDependencies": {
|
2021-12-28 14:39:20 +00:00
|
|
|
"@intlify/vite-plugin-vue-i18n": "^3.2.1",
|
|
|
|
"@vitejs/plugin-vue": "^2.0.1",
|
2021-12-13 05:15:35 +00:00
|
|
|
"@vue/compiler-sfc": "3.2.26",
|
2020-11-11 09:20:57 +00:00
|
|
|
"babel-eslint": "^10.1.0",
|
2021-08-02 04:14:47 +00:00
|
|
|
"eslint": "^7.32.0",
|
2022-01-01 14:42:20 +00:00
|
|
|
"eslint-config-prettier": "^8.3.0",
|
2021-10-08 18:52:51 +00:00
|
|
|
"eslint-plugin-prettier": "^4.0.0",
|
2021-10-31 22:35:07 +00:00
|
|
|
"eslint-plugin-vue": "^7.20.0",
|
2021-12-28 14:39:20 +00:00
|
|
|
"prettier": "^2.5.1",
|
2021-12-28 18:54:28 +00:00
|
|
|
"vite": "^2.7.9",
|
2022-01-01 14:42:20 +00:00
|
|
|
"vite-plugin-eslint": "^1.3.0",
|
2021-12-28 14:59:58 +00:00
|
|
|
"vite-plugin-pwa": "^0.11.12",
|
2021-12-28 14:39:20 +00:00
|
|
|
"vite-plugin-windicss": "^1.6.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"
|
|
|
|
],
|
|
|
|
"parserOptions": {
|
|
|
|
"parser": "babel-eslint"
|
|
|
|
},
|
|
|
|
"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
|
|
|
}
|