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-17 15:43:11 +05:30
|
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.3",
|
2020-11-11 14:50:57 +05:30
|
|
|
"@fortawesome/vue-fontawesome": "^3.0.0-2",
|
2021-03-01 14:00:54 +05:30
|
|
|
"core-js": "^3.9.1",
|
2021-03-16 12:20:54 +05:30
|
|
|
"css-loader": "^5.1.3",
|
2021-01-02 01:35:44 +05:30
|
|
|
"less": "3.12.2",
|
2021-01-22 12:42:07 +05:30
|
|
|
"less-loader": "^7.3.0",
|
2020-11-15 16:57:44 +05:30
|
|
|
"register-service-worker": "^1.7.1",
|
2021-03-19 12:14:53 +05:30
|
|
|
"shaka-player": "3.0.10",
|
2021-03-15 13:44:42 +05:30
|
|
|
"uikit": "3.6.18",
|
2021-03-02 12:06:53 +05:30
|
|
|
"vue": "^3.0.7",
|
2021-03-12 12:13:49 +05:30
|
|
|
"vue-router": "^4.0.5",
|
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-03-18 16:47:00 +05:30
|
|
|
"@vue/cli-plugin-babel": "^4.5.12",
|
2021-03-18 18:17:27 +05:30
|
|
|
"@vue/cli-plugin-eslint": "^4.5.12",
|
2021-03-18 12:24:15 +05:30
|
|
|
"@vue/cli-plugin-pwa": "^4.5.12",
|
2021-03-18 16:47:21 +05:30
|
|
|
"@vue/cli-service": "^4.5.12",
|
2021-03-02 12:06:53 +05:30
|
|
|
"@vue/compiler-sfc": "^3.0.7",
|
2020-11-11 14:50:57 +05:30
|
|
|
"babel-eslint": "^10.1.0",
|
2021-03-15 13:45:24 +05:30
|
|
|
"eslint": "^7.22.0",
|
2021-03-22 13:50:40 +05:30
|
|
|
"eslint-plugin-vue": "^7.8.0"
|
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
|
|
|
}
|