This repository has been archived by the owner on Oct 9, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
103 lines (103 loc) · 2.93 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "koel-core",
"version": "v4.3.1",
"description": "The core client scripts and assets for Koel",
"main": "js/app.js",
"dependencies": {
"@phanan/vuebus": "~3.0.1",
"alertify.js": "^1.0.12",
"axios": "^0.19.2",
"blueimp-md5": "^2.3.0",
"compare-versions": "^3.5.1",
"font-awesome": "^4.7.0",
"intersection-observer": "^0.2.0",
"ismobilejs": "^0.4.0",
"local-storage": "^1.4.2",
"lodash": "^4.17.13",
"nouislider": "^14.0.2",
"nprogress": "^0.2.0",
"plyr": "1.5.x",
"pusher-js": "^4.1.0",
"select": "^1.0.6",
"sketch-js": "^1.1.3",
"slugify": "^1.0.2",
"vue": "^2.5.0",
"vue-global-events": "^1.0.2",
"vue-virtual-scroller": "^0.5.0",
"vuequery": "~2.1.1",
"youtube-player": "^3.0.4"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.9.6",
"@types/axios": "^0.14.0",
"@types/blueimp-md5": "^2.7.0",
"@types/faker": "^4.1.11",
"@types/jest": "^25.2.1",
"@types/local-storage": "^1.4.0",
"@types/lodash": "^4.14.150",
"@types/node": "^13.13.4",
"@types/nprogress": "^0.2.0",
"@types/pusher-js": "^4.2.2",
"@types/youtube-player": "^5.5.2",
"@typescript-eslint/eslint-plugin": "^2.31.0",
"@typescript-eslint/parser": "^2.31.0",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/eslint-config-typescript": "^5.0.2",
"@vue/test-utils": "^1.0.0-beta.25",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "^8.1.0",
"codecov": "^3.6.5",
"cross-env": "^3.2.3",
"crypto-random-string": "^1.0.0",
"css-loader": "^0.28.7",
"eslint": "^6.8.0",
"eslint-config-vue": "^2.0.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^22.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.2.2",
"factoria": "^3.1.3",
"faker": "^4.1.0",
"file-loader": "^1.1.6",
"flush-promises": "^1.0.2",
"jest": "~25.0",
"jest-each": "~25.0",
"jest-serializer-vue": "^2.0.2",
"node-sass": "^4.13.0",
"sass-loader": "^6.0.6",
"ts-jest": "^25.4.0",
"typescript": "^3.8.3",
"vue-jest": "^3.0.5",
"vue-loader": "^13.0.5",
"vue-template-compiler": "^2.5.0",
"vue-test-helpers": "^2.0.0",
"vue-typed-mixins": "^0.2.0",
"webpack": "^3.6.0",
"webpack-node-externals": "^1.6.0"
},
"scripts": {
"lint": "eslint js --ext=js,vue",
"test": "yarn lint && cross-env NODE_ENV=test && jest --colors",
"coverage": "yarn test && codecov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koel/core.git"
},
"keywords": [
"koel",
"music",
"streaming",
"mp3"
],
"author": "Phan An <[email protected]> (https://phanan.net)",
"license": "MIT",
"bugs": {
"url": "https://github.com/koel/core/issues"
},
"homepage": "https://koel.dev"
}