-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
86 lines (86 loc) · 3.13 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
{
"name": "yaradio-yamusic",
"productName": "YaMusic.app",
"version": "1.0.6",
"description": "Yandex Radio and Yandex Music desktop application, two in one :)",
"main": "background.js",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"electron:build": "vue-cli-service electron:build -mwl",
"electron:build:win": "vue-cli-service electron:build --win",
"electron:serve": "vue-cli-service electron:serve",
"electron:generate-icons": "electron-icon-builder --input=./public/icon.png --output=build --flatten",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps",
"gen:changelog": "docker run -it --rm --env-file gh-token.env -v docker:/usr/local/src/your-app ferrarimarco/github-changelog-generator -u dedpnd -p yaradio-yamusic"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dedpnd/yaradio-yamusic.git"
},
"author": "dedpnd <dedpnd@example.com>",
"license": "MIT",
"keyword": [
"electron",
"yandex music app",
"yandex radio app",
"electron music player",
"yamusic",
"yaradio",
"Яндекс Музыка",
"Яндекс Радио"
],
"bugs": {
"url": "https://github.com/dedpnd/yaradio-yamusic/issues"
},
"homepage": "https://github.com/dedpnd/yaradio-yamusic#readme",
"dependencies": {
"@mdi/font": "^3.6.95",
"core-js": "^3.6.5",
"electron-fetch": "^1.7.2",
"electron-store": "^6.0.1",
"electron-updater": "^4.3.5",
"register-service-worker": "^1.7.1",
"roboto-fontface": "*",
"vue": "^2.6.11",
"vue-router": "^3.2.0",
"vuetify": "^2.5.3",
"vuex": "^3.4.0"
},
"devDependencies": {
"@types/electron-devtools-installer": "^2.2.0",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-pwa": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^5.0.2",
"electron": "^9.4.4",
"electron-devtools-installer": "^3.1.0",
"electron-icon-builder": "^2.0.1",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^6.2.2",
"node-sass": "^4.12.0",
"prettier": "^1.19.1",
"sass": "^1.19.0",
"sass-loader": "^8.0.2",
"typescript": "~3.9.3",
"vue-cli-plugin-electron-builder": "~2.0.0-rc.5",
"vue-cli-plugin-vuetify": "~2.0.9",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.3.0"
},
"overrides": {
"vue-cli-plugin-electron-builder": {
"electron-builder": "^23.1.0"
}
}
}