@enact/core
Version:
Enact is an open source JavaScript framework containing everything you need to create a fast, scalable mobile or web application.
45 lines (44 loc) • 1.08 kB
JSON
{
"name": "@enact/core",
"version": "5.3.0",
"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.31.3",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-is": "^19.1.1",
"warning": "^4.0.3"
}
}