forked from streamlink/streamlink-twitch-gui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
104 lines (104 loc) · 3.17 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
104
{
"name": "streamlink-twitch-gui",
"version": "1.10.0",
"license": "MIT",
"author": "Sebastian Meyer",
"homepage": "https://github.com/streamlink/streamlink-twitch-gui",
"repository": {
"type": "git",
"url": "https://github.com/streamlink/streamlink-twitch-gui.git"
},
"private": true,
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"bootstrap": "3.3.1",
"ember-source": "3.7.1",
"ember-data": "3.9.0",
"ember-data-model-fragments": "4.0.0",
"ember-fetch": "6.5.0",
"ember-i18n": "5.2.0",
"ember-inflector": "3.0.0",
"ember-localstorage-adapter": "github:bastimeyer/ember-localstorage-adapter#update-ember-latest",
"entities": "1.1.2",
"flag-icon-css": "2.8.0",
"font-awesome": "4.7.0",
"growly": "1.3.0",
"minimist": "1.2.5",
"moment": "2.21.0",
"roboto-fontface": "0.8.0",
"semver": "5.5.0",
"snoretoast": "github:bastimeyer/snoretoast#binaries"
},
"devDependencies": {
"@babel/core": "7.2.2",
"@babel/plugin-proposal-class-properties": "7.3.0",
"@babel/plugin-proposal-decorators": "7.3.0",
"@babel/plugin-transform-block-scoping": "7.2.0",
"@babel/plugin-transform-modules-commonjs": "7.2.0",
"@babel/plugin-transform-typescript": "7.4.0",
"@ember/test-helpers": "0.7.27",
"@ember-decorators/argument": "0.8.21",
"@glimmer/syntax": "0.47.4",
"babel-eslint": "10.0.1",
"babel-loader": "8.0.5",
"babel-plugin-debug-macros": "0.2.0",
"babel-plugin-ember-modules-api-polyfill": "2.6.0",
"babel-plugin-feature-flags": "0.3.1",
"babel-plugin-filter-imports": "2.0.4",
"babel-plugin-istanbul": "6.0.0",
"babel6-plugin-strip-class-callcheck": "6.0.0",
"babel6-plugin-strip-heimdall": "6.0.1",
"chrome-remote-interface": "0.25.5",
"copy-webpack-plugin": "5.1.1",
"css-loader": "2.1.1",
"ember-compatibility-helpers": "1.0.2",
"ember-decorators": "2.5.1",
"ember-qunit": "3.5.1",
"eslint": "5.16.0",
"eslint-loader": "3.0.3",
"file-loader": "1.1.11",
"grunt": "1.2.1",
"grunt-cli": "1.3.2",
"grunt-contrib-clean": "1.1.0",
"grunt-contrib-copy": "1.0.0",
"grunt-shell": "3.0.1",
"grunt-template": "1.0.0",
"grunt-webpack": "github:webpack-contrib/grunt-webpack#ff0475e",
"html-webpack-plugin": "4.3.0",
"inject-loader": "4.0.1",
"istanbul-lib-coverage": "3.0.0",
"istanbul-lib-report": "3.0.0",
"istanbul-lib-source-maps": "4.0.0",
"istanbul-reports": "3.0.0",
"json-loader": "0.5.7",
"less": "3.0.2",
"less-loader": "4.1.0",
"load-grunt-config": "3.0.1",
"loader-utils": "1.1.0",
"lodash": "4.17.19",
"mini-css-extract-plugin": "0.4.0",
"node-fetch": "3.0.0-beta.7",
"nw-builder": "github:bastimeyer/nw-builder#4e9b2e7",
"optimize-css-assets-webpack-plugin": "5.0.3",
"qunit": "2.6.2",
"raw-loader": "0.5.1",
"sinon": "5.0.3",
"svgo": "1.2.2",
"svgo-loader": "2.1.0",
"webpack": "4.39.3",
"webpack-subresource-integrity": "1.4.1",
"yaml-loader": "0.6.0"
},
"resolutions": {
"**/optimist/minimist": "0.2.1",
"load-grunt-config/lodash": "^4.17.19",
"sinon/nise/just-extend": "^4.0.0"
},
"scripts": {
"build": "yarn run grunt release",
"test": "yarn run grunt test",
"coverage": "yarn run grunt test:coverage && xdg-open build/tmp/coverage/html-report/index.html"
}
}