forked from TeamPiped/Piped
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
100 lines (100 loc) · 3.51 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "piped-material",
"version": "0.1.0",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fontsource-variable/baloo-chettan-2": "^5.0.19",
"@fontsource-variable/baloo-da-2": "^5.0.19",
"@fontsource-variable/noto-naskh-arabic": "^5.0.19",
"@fontsource/material-icons-round": "^5.0.11",
"@formatjs/intl-localematcher": "^0.5.4",
"@mdi/js": "^7.4.47",
"@mojee/file-utils": "https://Bronze8113.s3.eu-central-003.backblazeb2.com/QmYEtpbjQqWYJDbcoixZvcccXkRFKBcTuRw5aa3hb8BWt8?filename=js-file-utils.tgz",
"@mojee/noto-sans-cjk-webfont": "https://Bronze8113.s3.eu-central-003.backblazeb2.com/QmNqdNN63hFQJP3ndvsb4muR9TT2xCnvkkhn6L6bUyvc7f?filename=noto-sans-cjk-webfont.tgz",
"antar-hinted": "https://bronze8113.s3.eu-central-003.backblazeb2.com/antar-hinted-v2.tgz",
"axios": "^1.6.8",
"core-js": "^3.36.1",
"dexie": "^3.2.7",
"dompurify": "^3.1.0",
"i18n-iso-countries": "^7.11.0",
"intl-messageformat": "^10.5.11",
"intl-unofficial-duration-unit-format": "^3.1.0",
"javascript-time-ago": "https://Bronze8113.s3.eu-central-003.backblazeb2.com/QmPfsnf4YYW63ddBUVXkT9BNQyuGKMnzyFVSV2dcx3dpz1?filename=jta-2.5.9.tgz",
"lodash-es": "^4.17.21",
"marked": "^9.1.6",
"mux.js": "^6.3.0",
"node-polyfill-webpack-plugin": "^2.0.1",
"psychic-tiny-keys": "https://Bronze8113.s3.eu-central-003.backblazeb2.com/QmW5pzBfNdyUjcCpp6ZXMXVDf93pJDSAZwSEaMBAahNuTA?filename=psychic-tiny-keys-v0.0.1.tar.gz",
"quick-lru": "^7.0.0",
"register-service-worker": "^1.7.2",
"sass-loader": "^10",
"shaka-player": "https://Bronze8113.s3.eu-central-003.backblazeb2.com/QmQnjRuMYefNF8fFRcp8BQ1YomDwJoc5k7RCw9UdZxQ9WL?filename=shaka-v4-7-1.tar",
"vue": "^2.7.16",
"vue-i18n": "^8.28.2",
"vue-json-viewer": "^2.2.22",
"vue-meta": "^2.4.0",
"vue-router": "^3.6.5",
"vuetify": "^2.7.2",
"vuex": "^3.6.2",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@babel/eslint-parser": "^7.24.1",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-plugin-pwa": "~5.0.8",
"@vue/cli-plugin-router": "~5.0.8",
"@vue/cli-plugin-vuex": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/eslint-config-standard": "^8.0.1",
"buffer": "^6.0.3",
"eslint": "^8.57.0",
"eslint-config-mojee-vue": "https://Bronze8113.s3.eu-central-003.backblazeb2.com/QmTTauFj8yy8brQQ6gghe2wYCVzkT3tensqLnWDy7oieno?filename=eslint-config-mojee-vue-0.0.2.tar.gz",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^9.24.1",
"lint-staged": "^15.2.2",
"sass": "~1.74.1",
"stream-browserify": "^3.0.0",
"vue-cli-plugin-vuetify": "~2.5.8",
"vue-template-compiler": "^2.7.16",
"vuetify-loader": "^1.9.2"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended",
"eslint-config-mojee-vue"
],
"parserOptions": {
"parser": "@babel/eslint-parser"
},
"rules": {
"vue/multi-word-component-names": "off"
}
},
"browserslist": [
"> 1% in US",
"> 1% in IN",
"last 3 firefox versions"
],
"gitHooks": {
"pre-commit": "lint-staged"
},
"license": "AGPL-3.0-or-later",
"lint-staged": {
"*.{js,jsx,vue}": [
"vue-cli-service lint"
]
}
}