-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.06 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
{
"name": "@radon-extension/plugin-youtubemusic",
"version": "2.3.1",
"description": "Radon Extension: YouTube Music",
"keywords": [
"radon",
"radon-extension",
"youtube",
"music"
],
"homepage": "https://github.com/RadonApp/radon-extension",
"author": "Dean Gardiner <me@dgardiner.net>",
"license": "GPL-3.0",
"main": "./src",
"bugs": {
"url": "https://github.com/RadonApp/radon-extension/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/RadonApp/radon-extension-plugin-youtubemusic"
},
"dependencies": {
"eventemitter3": "^2.0.0",
"lodash-es": "^4.17.15",
"memory-cache": "^0.2.0",
"urijs": "^1.19.2",
"wes": "^1.1.0-beta.2"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.3",
"@fuzeman/eslint-plugin-import": "^2.12.0-fuzeman.1",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^8.0.6",
"babel-plugin-istanbul": "^4.1.5",
"eslint": "^4.19.1",
"eslint-loader": "^1.9.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-jasmine": "^2.10.1",
"eslint-plugin-react": "^7.19.0",
"file-loader": "^1.1.11",
"jasmine": "^2.8.0",
"jasmine-promises": "^0.4.1",
"karma": "^2.0.2",
"karma-coverage": "^1.1.1",
"karma-html-reporter": "^0.2.7",
"karma-jasmine": "^1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "^0.0.31",
"karma-webpack": "^2.0.6",
"react": "^15.3.0",
"webpack": "^3.12.0",
"whatwg-fetch": "^2.0.4"
},
"peerDependencies": {
"@radon-extension/framework": "^2.3"
},
"scripts": {
"lint": "eslint .",
"test": "karma start --single-run --browsers PhantomJS_D2",
"test-watch": "karma start --browsers PhantomJS_D2 --auto-watch"
}
}