-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
69 lines (69 loc) · 1.95 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
{
"name": "@enact/moonstone",
"version": "4.5.6",
"description": "Large-screen/TV support library for Enact, containing a variety of UI components.",
"repository": {
"type": "git",
"url": "https://github.com/enactjs/moonstone.git"
},
"homepage": "https://enactjs.com",
"main": "index.js",
"scripts": {
"bootstrap": "enact bootstrap",
"clean": "enact clean",
"cleanall": "enact clean --all",
"lint": "enact lint --strict",
"sampler": "npm run --prefix samples/sampler serve",
"sampler-qa": "npm run --prefix samples/sampler serve-qa",
"test": "enact test",
"test-ui": "start-tests tests/ui/wdio.conf.js",
"test-ui-docker": "start-tests tests/ui/wdio.docker.conf.js",
"test-ui-tv": "start-tests tests/ui/wdio.tv.conf.js",
"test-ss": "start-tests tests/screenshot/wdio.conf.js",
"test-ss-docker": "start-tests tests/screenshot/wdio.docker.conf.js",
"test-ss-tv": "start-tests tests/screenshot/wdio.tv.conf.js",
"test-json": "enact test --json",
"test-watch": "enact test --watch",
"transpile": "enact transpile",
"validate-docs": "validate-docs --strict --standalone"
},
"license": "Apache-2.0",
"keywords": [
"framework",
"toolkit",
"components",
"mobile",
"webOS"
],
"enact": {
"ri": {
"baseSize": 24
}
},
"eslintConfig": {
"extends": "enact-proxy/strict"
},
"dependencies": {
"@enact/core": "^4.8.0",
"@enact/i18n": "^4.8.0",
"@enact/spotlight": "^4.8.0",
"@enact/ui": "^4.8.0",
"classnames": "^2.5.1",
"invariant": "^2.2.4",
"prop-types": "^15.8.1",
"ramda": "^0.29.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"warning": "^4.0.3",
"ilib": "^14.19.0"
},
"peerDependencies": {
"ilib": "^14.19.0 || ^14.19.0-webos1"
},
"devDependencies": {
"@enact/docs-utils": "^0.4.8",
"@enact/ui-test-utils": "^1.0.6",
"eslint-config-enact-proxy": "^1.0.7",
"ilib": "^14.19.0"
}
}