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": {
|
|
|
|
"serve": "vue-cli-service serve",
|
|
|
|
"build": "vue-cli-service build",
|
|
|
|
"lint": "vue-cli-service lint"
|
2020-11-06 03:36:25 +00:00
|
|
|
},
|
2020-11-11 09:20:57 +00:00
|
|
|
"dependencies": {
|
2021-01-14 09:09:15 +00:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.34",
|
2021-01-14 07:19:45 +00:00
|
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.2",
|
2020-11-11 09:20:57 +00:00
|
|
|
"@fortawesome/vue-fontawesome": "^3.0.0-2",
|
|
|
|
"@silvermine/videojs-quality-selector": "^1.2.4",
|
2021-01-20 06:50:56 +00:00
|
|
|
"core-js": "^3.8.3",
|
2021-02-09 06:56:11 +00:00
|
|
|
"css-loader": "^5.0.2",
|
2021-01-01 20:05:44 +00:00
|
|
|
"less": "3.12.2",
|
2021-01-22 07:12:07 +00:00
|
|
|
"less-loader": "^7.3.0",
|
2020-11-15 11:27:44 +00:00
|
|
|
"register-service-worker": "^1.7.1",
|
2021-02-08 07:55:32 +00:00
|
|
|
"uikit": "3.6.16",
|
2021-02-05 07:04:18 +00:00
|
|
|
"video.js": "^7.11.4",
|
2020-11-11 09:20:57 +00:00
|
|
|
"videojs-contrib-quality-levels": "^2.0.9",
|
|
|
|
"videojs-hotkeys": "^0.2.27",
|
2021-01-02 14:17:04 +00:00
|
|
|
"vue": "^3.0.5",
|
2021-01-12 07:16:05 +00:00
|
|
|
"vue-router": "^4.0.3"
|
2020-11-06 03:36:25 +00:00
|
|
|
},
|
2020-11-11 09:20:57 +00:00
|
|
|
"devDependencies": {
|
2021-01-25 14:12:29 +00:00
|
|
|
"@vue/cli-plugin-babel": "^4.5.11",
|
2021-01-25 08:08:32 +00:00
|
|
|
"@vue/cli-plugin-eslint": "^4.5.11",
|
2021-01-25 14:12:37 +00:00
|
|
|
"@vue/cli-plugin-pwa": "^4.5.11",
|
2021-01-25 08:07:51 +00:00
|
|
|
"@vue/cli-service": "^4.5.11",
|
2021-01-02 14:17:04 +00:00
|
|
|
"@vue/compiler-sfc": "^3.0.5",
|
2020-11-11 09:20:57 +00:00
|
|
|
"babel-eslint": "^10.1.0",
|
2021-02-01 08:28:31 +00:00
|
|
|
"eslint": "^7.19.0",
|
2021-02-15 07:49:23 +00:00
|
|
|
"eslint-plugin-vue": "^7.6.0"
|
2020-11-11 09:20:57 +00:00
|
|
|
},
|
|
|
|
"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 11:27:44 +00:00
|
|
|
}
|