-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
67 lines (67 loc) · 1.92 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": "flbmusic",
"version": "1.2.1",
"private": true,
"description": "A Beautiful and Feature Rich Music Player",
"repository": {
"type": "git",
"url": "git+https://github.com/FLB-Music/FLB-Music-Player.git"
},
"author": {
"name": "Just Patrick",
"email": "pntxall100@gmail.com"
},
"main": "background.js",
"scripts": {
"start": "vue-cli-service electron:serve",
"build": "vue-cli-service electron:build",
"push-update": "vue-cli-service electron:build -- -p always",
"deploy-steps": "git commit -am v1.2.1 && git tag v1.2.1 && git push --tags"
},
"dependencies": {
"animate.css": "4.1.1",
"axios": "0.21.1",
"color-thief-browser": "2.0.2",
"core-js": "3.15.2",
"css-color-converter": "2.0.0",
"dotenv": "^10.0.0",
"electron": "^13.5.1",
"electron-updater": "4.3.9",
"g-i-s": "^2.1.6",
"genius-lyrics-api": "3.0.6",
"glob": "7.1.7",
"is-online": "^9.0.1",
"json5": "2.2.0",
"lodash": "4.17.21",
"music-metadata": "7.11.4",
"node-downloader-helper": "1.0.18",
"node-id3": "0.2.3",
"node-vibrant": "3.2.1-alpha.1",
"phosphor-vue": "1.3.1",
"scule": "0.2.1",
"vue": "2.6.14",
"vue-router": "3.5.2",
"vue-virtual-scroll-list": "2.3.2",
"vue-virtual-scroller": "1.0.10",
"vuedraggable": "2.24.3",
"vuex": "3.6.2"
},
"devDependencies": {
"@types/electron-devtools-installer": "2.2.0",
"@vue/cli-plugin-babel": "4.5.13",
"@vue/cli-plugin-router": "4.5.13",
"@vue/cli-plugin-typescript": "4.5.13",
"@vue/cli-plugin-vuex": "4.5.13",
"@vue/cli-service": "4.5.13",
"electron-devtools-installer": "3.2.0",
"husky": "7.0.0",
"prettier": "2.3.2",
"sass": "1.35.1",
"sass-loader": "10.2.0",
"typescript": "4.3.5",
"vue-cli-plugin-electron-builder": "2.1.1",
"vue-eslint-parser": "7.7.2",
"vue-template-compiler": "2.6.14",
"webpackbar": "5.0.0-3"
}
}