UNPKG

@enact/sandstone

Version:

Large-screen/TV support library for Enact, containing a variety of UI components.

67 lines 2.02 kB
{ "name": "@enact/sandstone", "version": "2.9.11", "description": "Large-screen/TV support library for Enact, containing a variety of UI components.", "repository": { "type": "git", "url": "https://github.com/enactjs/sandstone.git" }, "homepage": "https://enactjs.com", "main": "index.js", "scripts": { "bootstrap": "enact bootstrap", "clean": "enact clean", "cleanall": "enact clean --all", "lint": "enact lint --strict", "sampler": "npm run --prefix samples/sampler serve", "sampler-qa": "npm run --prefix samples/sampler serve-qa", "test": "enact test", "test-ui": "start-tests tests/ui/wdio.conf.js", "test-ui-docker": "start-tests tests/ui/wdio.docker.conf.js", "test-ui-tv": "start-tests tests/ui/wdio.tv.conf.js", "test-ss": "start-tests tests/screenshot/wdio.conf.js", "test-ss-docker": "start-tests tests/screenshot/wdio.docker.conf.js", "test-ss-tv": "start-tests tests/screenshot/wdio.tv.conf.js", "test-json": "enact test --json", "test-watch": "enact test --watch", "transpile": "enact transpile", "validate-docs": "validate-docs --strict --standalone" }, "license": "Apache-2.0", "keywords": [ "framework", "toolkit", "components", "mobile", "webOS" ], "enact": { "screenTypes": "ThemeDecorator/screenTypes.json" }, "eslintConfig": { "extends": "enact-proxy/strict" }, "dependencies": { "@enact/core": "^4.9.6", "@enact/i18n": "^4.9.6", "@enact/spotlight": "^4.9.6", "@enact/ui": "^4.9.6", "@enact/webos": "^4.9.6", "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", "warning": "^4.0.3", "ilib": "^14.20.0" }, "peerDependencies": { "ilib": "^14.20.0 || ^14.20.0-webos1" }, "devDependencies": { "@enact/docs-utils": "^0.4.10", "@enact/ui-test-utils": "^1.0.9", "eslint-config-enact-proxy": "^1.0.8" } }