-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
55 lines (54 loc) · 1.22 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
{
"name": "kodi2webos",
"version": "1.0.0",
"description": "A first client to Kodi on LG TV webos.",
"author": "valverde.marcelo",
"main": "src/index.js",
"scripts": {
"serve": "enact serve",
"pack": "enact pack",
"pack-p": "enact pack -p",
"watch": "enact pack --watch",
"clean": "enact clean",
"lint": "enact lint .",
"license": "enact license",
"test": "enact test",
"test-watch": "enact test --watch",
"ares-p": "ares-package ./dist -o ipk"
},
"license": "UNLICENSED",
"private": true,
"repository": "",
"enact": {
"theme": "moonstone"
},
"eslintConfig": {
"extends": "enact"
},
"eslintIgnore": [
"node_modules/*",
"build/*",
"dist/*"
],
"dependencies": {
"@enact/core": "^3.2.0",
"@enact/i18n": "^3.2.0",
"@enact/moonstone": "^3.2.0",
"@enact/spotlight": "^3.2.0",
"@enact/ui": "^3.2.0",
"@enact/webos": "^3.2.0",
"ilib": "npm:ilib-webos-tv@^14.4.0-webostv1",
"prop-types": "^15.6.2",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"@material-ui/core": "^4.10.0",
"@material-ui/icons": "^4.9.1",
"axios": "^0.19.2",
"debug": "^4.1.1",
"localforage": "^1.7.4",
"react-feather": "^2.0.8",
"react-redux": "^5.0.3",
"redux": "^3.6.0",
"shortid": "^2.2.15"
}
}