forked from kikoeru-project/kikoeru-quasar
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
55 lines (55 loc) · 1.31 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
{
"name": "kikoeru-quasar",
"version": "0.6.2",
"description": "A self-hosted web media player for listening to your DLsite voice works.",
"homepage": "https://github.com/kikoeru-project/kikoeru-quasar",
"productName": "Kikoeru",
"cordovaId": "org.cordova.quasar.kikoeru",
"capacitorId": "",
"author": "Watanuki-Kimihiro",
"contributors": [
"yodhcn",
"umonaca <mw2010a@gmail.com>"
],
"repository": {
"type": "git",
"url": "git@github.com:kikoeru-project/kikoeru-quasar.git"
},
"license": "GPL-3.0-only",
"keywords": [
"kikoeru"
],
"scripts": {
"test": "node_modules/.bin/eslint ."
},
"dependencies": {
"@quasar/extras": "^1.10.4",
"axios": "^0.21.1",
"lrc-file-parser": "^1.0.7",
"plyr": "=3.6.7",
"quasar": "^1.15.12",
"vue-plyr": "=6.0.4",
"vue-slider-component": "^3.2.11",
"vue-socket.io": "^3.0.10",
"vuedraggable": "^2.24.3"
},
"devDependencies": {
"@quasar/app": "^1.9.6",
"eslint": "^7.25.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-vue": "^7.9.0"
},
"engines": {
"node": ">= 10.18.1",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
},
"browserslist": [
"last 1 version, not dead, ie >= 11"
],
"eslintIgnore": [
"dist/*",
"src/router/index.js"
]
}