2020-11-06 09:06:25 +05:30
|
|
|
{
|
2020-11-11 14:50:57 +05:30
|
|
|
"name": "piped",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"serve": "vue-cli-service serve",
|
|
|
|
"build": "vue-cli-service build",
|
|
|
|
"lint": "vue-cli-service lint"
|
2020-11-06 09:06:25 +05:30
|
|
|
},
|
2020-11-11 14:50:57 +05:30
|
|
|
"dependencies": {
|
2021-03-17 12:14:11 +05:30
|
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.35",
|
2021-03-29 12:08:29 +05:30
|
|
|
"@fortawesome/free-brands-svg-icons": "^5.15.3",
|
2021-03-17 15:43:11 +05:30
|
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.3",
|
2021-05-24 12:38:57 +05:30
|
|
|
"@fortawesome/vue-fontawesome": "^3.0.0-4",
|
2021-06-07 12:35:29 +05:30
|
|
|
"core-js": "^3.14.0",
|
2021-05-25 11:34:55 +05:30
|
|
|
"css-loader": "^5.2.6",
|
2021-06-07 00:42:03 +05:30
|
|
|
"dompurify": "^2.2.9",
|
2021-06-14 12:55:00 +05:30
|
|
|
"hotkeys-js": "^3.8.7",
|
2021-06-10 02:51:35 +05:30
|
|
|
"mux.js": "^5.11.0",
|
2020-11-15 16:57:44 +05:30
|
|
|
"register-service-worker": "^1.7.1",
|
2021-04-30 12:08:27 +05:30
|
|
|
"shaka-player": "3.1.0",
|
2021-05-19 11:42:37 +05:30
|
|
|
"uikit": "3.6.22",
|
2021-06-08 11:33:22 +05:30
|
|
|
"vue": "^3.1.1",
|
2021-05-14 11:36:34 +05:30
|
|
|
"vue-router": "^4.0.8",
|
2021-02-24 15:14:33 +05:30
|
|
|
"xml-js": "^1.6.11"
|
2020-11-06 09:06:25 +05:30
|
|
|
},
|
2020-11-11 14:50:57 +05:30
|
|
|
"devDependencies": {
|
2021-05-10 14:13:50 +05:30
|
|
|
"@vue/cli-plugin-babel": "^4.5.13",
|
2021-05-10 17:01:43 +05:30
|
|
|
"@vue/cli-plugin-eslint": "^4.5.13",
|
2021-05-10 14:11:25 +05:30
|
|
|
"@vue/cli-plugin-pwa": "^4.5.13",
|
2021-05-11 11:16:08 +05:30
|
|
|
"@vue/cli-service": "^4.5.13",
|
2021-06-08 11:33:22 +05:30
|
|
|
"@vue/compiler-sfc": "^3.1.1",
|
2020-11-11 14:50:57 +05:30
|
|
|
"babel-eslint": "^10.1.0",
|
2021-06-07 12:36:14 +05:30
|
|
|
"eslint": "^7.28.0",
|
2021-06-14 12:54:32 +05:30
|
|
|
"eslint-plugin-vue": "^7.11.1"
|
2020-11-11 14:50:57 +05:30
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"root": true,
|
|
|
|
"env": {
|
|
|
|
"node": true
|
|
|
|
},
|
|
|
|
"extends": [
|
|
|
|
"plugin:vue/vue3-essential",
|
|
|
|
"eslint:recommended"
|
|
|
|
],
|
|
|
|
"parserOptions": {
|
|
|
|
"parser": "babel-eslint"
|
|
|
|
},
|
|
|
|
"rules": {}
|
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"> 1%",
|
|
|
|
"last 2 versions",
|
|
|
|
"not dead"
|
|
|
|
]
|
2020-11-15 16:57:44 +05:30
|
|
|
}
|