-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.88 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
{
"name": "koel-desktop-client",
"version": "0.0.0",
"author": "Fiete Börner <fieteboerner@googlemail.com>",
"description": "A light themed music desktop client using the API of koel.",
"license": "MIT",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint --no-fix",
"lint:fix": "vue-cli-service lint",
"electron:build": "vue-cli-service electron:build",
"electron:serve": "vue-cli-service electron:serve",
"postinstall": "electron-builder install-app-deps"
},
"precommit": "lint:fix",
"dependencies": {
"@mdi/font": "4.2.95",
"axios": "0.19.0",
"buefy": "0.8.3",
"js-sha256": "^0.9.0",
"lodash": "4.17.15",
"plyr": "2",
"vue": "2.6.10",
"vue-class-component": "7.1.0",
"vue-context-menu": "^2.0.6",
"vue-electron": "^1.0.6",
"vue-infinite-scroll": "^2.0.2",
"vue-property-decorator": "8.2.2",
"vue-router": "3.1.3",
"vue-scrollto": "2.15.0",
"vue-virtual-scroller": "^1.0.0-beta.4",
"vuedraggable": "2.23.0",
"vuex": "3.1.1",
"vuex-class": "0.3.2"
},
"devDependencies": {
"@types/lodash": "^4.14.138",
"@typescript-eslint/parser": "^2.1.0",
"@vue/cli-plugin-babel": "3.11.0",
"@vue/cli-plugin-eslint": "3.11.0",
"@vue/cli-plugin-typescript": "3.11.0",
"@vue/cli-service": "3.11.0",
"@vue/eslint-config-typescript": "4.0.0",
"babel-eslint": "10.0.3",
"electron": "^6.0.0",
"eslint": "6.3.0",
"eslint-plugin-vue": "5.2.3",
"pre-commit": "^1.2.2",
"sass": "^1.22.10",
"sass-loader": "8.0.0",
"typescript": "3.6.2",
"vue-cli-plugin-electron-builder": "1.4.0",
"vue-template-compiler": "2.6.10"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"main": "background.js"
}