UNPKG

@enact/webos

Version:

webOS support library

41 lines (40 loc) 853 B
{ "name": "@enact/webos", "version": "5.1.0", "description": "webOS support library", "repository": { "type": "git", "url": "https://github.com/enactjs/enact.git", "directory": "packages/webos" }, "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": "^5.1.0", "prop-types": "^15.8.1", "react": "^19.1.0", "react-dom": "^19.1.0" } }