@enact/ui
Version:
A collection of simplified unstyled cross-platform UI components for Enact
47 lines (46 loc) • 1.06 kB
JSON
{
"name": "@enact/ui",
"version": "4.9.6",
"description": "A collection of simplified unstyled cross-platform UI components for Enact",
"repository": {
"type": "git",
"url": "https://github.com/enactjs/enact.git",
"directory": "packages/ui"
},
"homepage": "https://enactjs.com",
"main": "index.js",
"scripts": {
"clean": "enact clean",
"interlink": "npm link ../core",
"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": {
"@enact/core": "^4.9.6",
"classnames": "^2.5.1",
"direction": "^1.0.4",
"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"
}
}