forked from enactjs/agate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.28 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
{
"name": "@enact/agate",
"version": "1.0.0-alpha.15",
"description": "A theme library for Enact, containing a variety of UI components.",
"repository": "https://github.com/enactjs/agate",
"main": "index.js",
"scripts": {
"bootstrap": "npm link && enact link && cd samples && cd sampler && npm run bootstrap",
"clean": "enact clean",
"lint": "enact lint --strict",
"sampler": "npm run --prefix samples/sampler serve",
"test": "enact test",
"test-watch": "enact test --watch",
"transpile": "enact transpile"
},
"license": "Apache-2.0",
"keywords": [
"framework",
"toolkit",
"components",
"mobile",
"webOS"
],
"enact": {
"template": "html-template.ejs"
},
"eslintConfig": {
"extends": "enact/strict",
"root": true
},
"dependencies": {
"@enact/core": "^3.2.0",
"@enact/i18n": "^3.2.0",
"@enact/spotlight": "^3.2.0",
"@enact/ui": "^3.2.0",
"classnames": "^2.2.6",
"color-convert": "^1.9.3",
"deep-freeze": "0.0.1",
"eases": "^1.0.8",
"immer": "^3.2.0",
"prop-types": "^15.6.2",
"ramda": "^0.25.0",
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
"peerDependencies": {
"ilib": "^14.4.0 || ^14.4.0-webostv1"
},
"devDependencies": {
"ilib": "^14.4.0"
}
}