UNPKG

@enact/ui

Version:

A collection of simplified unstyled cross-platform UI components for Enact

48 lines (47 loc) 1.09 kB
{ "name": "@enact/ui", "version": "5.4.0", "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 ../i18n", "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": "^5.4.0", "@enact/i18n": "^5.4.0", "classnames": "^2.5.1", "ilib": "^14.21.2", "invariant": "^2.2.4", "prop-types": "^15.8.1", "ramda": "^0.31.3", "react": "^19.2.0", "react-dom": "^19.2.0", "react-is": "^19.2.0", "warning": "^4.0.3" } }