-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathpackage.json
44 lines (44 loc) · 1.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
{
"name": "@enact/core",
"version": "5.0.0-alpha.3",
"description": "Enact is an open source JavaScript framework containing everything you need to create a fast, scalable mobile or web application.",
"repository": {
"type": "git",
"url": "https://github.com/enactjs/enact.git",
"directory": "packages/core"
},
"homepage": "https://enactjs.com",
"main": "index.js",
"scripts": {
"clean": "enact clean",
"interlink": "echo \"No interlink\" && exit 0",
"lint": "enact lint --strict",
"test": "enact test",
"test-json": "enact test --json",
"test-watch": "enact test --watch",
"transpile": "enact transpile"
},
"license": "Apache-2.0",
"keywords": [
"framework",
"toolkit",
"components",
"mobile",
"webOS"
],
"enact": {
"ri": {
"baseSize": 24
}
},
"dependencies": {
"classnames": "^2.5.1",
"invariant": "^2.2.4",
"prop-types": "^15.8.1",
"ramda": "^0.30.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-is": "^18.3.1",
"warning": "^4.0.3"
}
}