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-03-23 04:07:40 +00:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^6.1.1",
|
2022-03-23 23:08:54 +00:00
|
|
|
"@fortawesome/free-brands-svg-icons": "^6.1.1",
|
2022-03-23 22:44:09 +00:00
|
|
|
"@fortawesome/free-solid-svg-icons": "^6.1.1",
|
2022-06-08 04:06:10 +00:00
|
|
|
"@fortawesome/vue-fontawesome": "^3.0.0",
|
2021-12-29 00:33:15 +00:00
|
|
|
"buffer": "^6.0.3",
|
2022-05-16 04:08:03 +00:00
|
|
|
"dompurify": "^2.3.8",
|
2022-05-23 17:49:41 +00:00
|
|
|
"hotkeys-js": "^3.9.4",
|
2022-05-25 04:08:55 +00:00
|
|
|
"javascript-time-ago": "^2.5.4",
|
2022-05-27 04:07:37 +00:00
|
|
|
"mux.js": "^6.1.0",
|
2022-06-15 04:06:17 +00:00
|
|
|
"shaka-player": "4.1.1",
|
2021-12-29 00:33:15 +00:00
|
|
|
"stream": "^0.0.2",
|
2022-06-07 04:06:58 +00:00
|
|
|
"vue": "^3.2.37",
|
2022-06-06 04:08:35 +00:00
|
|
|
"vue-i18n": "^9.2.0-beta.36",
|
2022-06-10 04:10:06 +00:00
|
|
|
"vue-router": "^4.0.16",
|
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": {
|
2022-04-06 04:07:21 +00:00
|
|
|
"@intlify/vite-plugin-vue-i18n": "^3.4.0",
|
2022-05-03 04:06:35 +00:00
|
|
|
"@vitejs/plugin-legacy": "^1.8.2",
|
2022-05-12 04:07:09 +00:00
|
|
|
"@vitejs/plugin-vue": "^2.3.3",
|
2022-06-07 08:28:48 +00:00
|
|
|
"@vue/compiler-sfc": "3.2.37",
|
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-03-03 04:06:54 +00:00
|
|
|
"eslint-config-prettier": "^8.5.0",
|
2021-10-08 18:52:51 +00:00
|
|
|
"eslint-plugin-prettier": "^4.0.0",
|
2022-06-13 04:08:03 +00:00
|
|
|
"eslint-plugin-vue": "^9.1.1",
|
2022-06-17 04:07:56 +00:00
|
|
|
"prettier": "^2.7.1",
|
2022-06-13 04:07:52 +00:00
|
|
|
"vite": "^2.9.12",
|
2022-05-19 04:06:57 +00:00
|
|
|
"vite-plugin-eslint": "^1.6.1",
|
2022-04-20 04:08:15 +00:00
|
|
|
"vite-plugin-pwa": "^0.12.0",
|
2022-04-15 06:57:00 +00:00
|
|
|
"vite-plugin-windicss": "^1.8.4"
|
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
|
|
|
}
|