forked from staniel359/muffon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.97 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
{
"name": "muffon",
"version": "0.1.0-beta",
"description": "Desktop music streaming browser",
"author": {
"name": "Aleksey Shpakovsky",
"email": "[email protected]",
"url": "https://github.com/staniel359"
},
"scripts": {
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"build:all": "yarn build && yarn build:electron",
"build:electron": "electron-builder --dir",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps",
"release": "yarn build && yarn release:electron",
"release:electron": "electron-builder -mwl -p always",
"start": "vue-cli-service serve",
"start:electron": "NODE_ENV=development electron ."
},
"main": "electron.js",
"dependencies": {
"axios": "^0.24.0",
"camel-case": "^4.1.2",
"core-js": "^3.20.1",
"deepmerge": "^4.2.2",
"electron-store": "^8.0.1",
"fomantic-ui": "^2.8.8",
"i18n-iso-countries": "^7.2.0",
"jquery": "^3.6.0",
"jsmediatags": "^3.9.7",
"slick-carousel": "^1.8.1",
"uuid": "^8.3.2",
"vue": "^3.2.26",
"vue-i18n": "^9.1.9",
"vue-router": "^4.0.12",
"vuex": "^4.0.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.16.5",
"@intlify/vue-i18n-loader": "^4.1.0",
"@vue/cli-plugin-babel": "~5.0.0-rc.1",
"@vue/cli-plugin-eslint": "~5.0.0-rc.1",
"@vue/cli-plugin-router": "~5.0.0-rc.1",
"@vue/cli-plugin-vuex": "~5.0.0-rc.1",
"@vue/cli-service": "~5.0.0-rc.1",
"@vue/compiler-sfc": "^3.2.26",
"@vue/eslint-config-standard": "^6.1.0",
"electron": "^16.0.5",
"electron-builder": "^22.14.5",
"eslint": "^8.5.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^8.2.0",
"sass": "^1.45.1",
"sass-loader": "^12.4.0",
"vue-cli-plugin-i18n": "^2.3.1"
},
"homepage": "https://github.com/staniel359/muffon",
"license": "MIT"
}