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-08-31 16:08:17 +00:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^6.2.0",
|
2022-08-31 04:10:17 +00:00
|
|
|
"@fortawesome/free-brands-svg-icons": "^6.2.0",
|
2022-08-31 12:35:23 +00:00
|
|
|
"@fortawesome/free-solid-svg-icons": "^6.2.0",
|
2022-06-20 04:08:34 +00:00
|
|
|
"@fortawesome/vue-fontawesome": "^3.0.1",
|
2021-12-29 00:33:15 +00:00
|
|
|
"buffer": "^6.0.3",
|
2022-08-29 13:32:30 +00:00
|
|
|
"dompurify": "^2.4.0",
|
2022-09-08 04:12:01 +00:00
|
|
|
"hotkeys-js": "^3.10.0",
|
2022-07-27 04:07:42 +00:00
|
|
|
"javascript-time-ago": "^2.5.7",
|
2022-07-11 04:09:42 +00:00
|
|
|
"mux.js": "^6.2.0",
|
2022-10-10 04:09:42 +00:00
|
|
|
"shaka-player": "4.2.2",
|
2021-12-29 00:33:15 +00:00
|
|
|
"stream": "^0.0.2",
|
2022-10-17 04:13:21 +00:00
|
|
|
"vue": "^3.2.41",
|
2022-08-08 04:16:19 +00:00
|
|
|
"vue-i18n": "^9.2.2",
|
2022-08-29 13:10:22 +00:00
|
|
|
"vue-router": "^4.1.5",
|
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-10-17 04:07:05 +00:00
|
|
|
"@iconify/json": "^2.1.122",
|
2022-09-28 04:07:59 +00:00
|
|
|
"@intlify/vite-plugin-vue-i18n": "^6.0.3",
|
2022-09-28 13:01:30 +00:00
|
|
|
"@unocss/preset-icons": "^0.45.25",
|
2022-09-27 04:06:18 +00:00
|
|
|
"@unocss/preset-web-fonts": "^0.45.25",
|
2022-09-30 04:15:05 +00:00
|
|
|
"@unocss/transformer-directives": "^0.45.26",
|
2022-09-27 04:06:34 +00:00
|
|
|
"@unocss/transformer-variant-group": "^0.45.25",
|
2022-05-03 04:06:35 +00:00
|
|
|
"@vitejs/plugin-legacy": "^1.8.2",
|
2022-08-15 04:08:40 +00:00
|
|
|
"@vitejs/plugin-vue": "^2.3.4",
|
2022-09-28 13:07:26 +00:00
|
|
|
"@vue/compiler-sfc": "3.2.40",
|
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",
|
2022-06-30 04:09:45 +00:00
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
2022-10-05 04:55:30 +00:00
|
|
|
"eslint-plugin-vue": "^9.6.0",
|
2022-06-17 04:07:56 +00:00
|
|
|
"prettier": "^2.7.1",
|
2022-10-10 04:10:44 +00:00
|
|
|
"unocss": "^0.45.29",
|
2022-07-11 04:09:30 +00:00
|
|
|
"vite": "^2.9.14",
|
2022-08-29 13:07:20 +00:00
|
|
|
"vite-plugin-eslint": "^1.8.1",
|
2022-09-19 04:12:39 +00:00
|
|
|
"vite-plugin-pwa": "^0.12.8"
|
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
|
|
|
}
|