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",
|
2021-03-01 08:30:54 +00:00
|
|
|
"core-js": "^3.9.1",
|
2021-03-11 06:47:08 +00:00
|
|
|
"css-loader": "^5.1.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-24 09:41:18 +00:00
|
|
|
"shaka-player": "3.0.8",
|
2021-03-15 08:14:42 +00:00
|
|
|
"uikit": "3.6.18",
|
2021-03-02 06:36:53 +00:00
|
|
|
"vue": "^3.0.7",
|
2021-03-12 06:43:49 +00:00
|
|
|
"vue-router": "^4.0.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": {
|
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-03-02 06:36:53 +00:00
|
|
|
"@vue/compiler-sfc": "^3.0.7",
|
2020-11-11 09:20:57 +00:00
|
|
|
"babel-eslint": "^10.1.0",
|
2021-03-15 08:15:24 +00:00
|
|
|
"eslint": "^7.22.0",
|
2021-03-03 06:38:42 +00:00
|
|
|
"eslint-plugin-vue": "^7.7.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
|
|
|
}
|