UNPKG

@brightlayer-ui/react-native-themes

Version:

React Native themes for Brightlayer UI applications

63 lines (62 loc) 2.04 kB
{ "name": "@brightlayer-ui/react-native-themes", "author": "Brightlayer UI <brightlayer-ui@eaton.com>", "license": "BSD-3-Clause", "version": "8.0.0", "description": "React Native themes for Brightlayer UI applications", "main": "./index.js", "type": "module", "publishConfig": { "main": "./index.js" }, "module": "./index.js", "types": "./index.d.ts", "exports": { ".": { "import": "./index.js", "require": "./index.js" } }, "scripts": { "build": "bash ./scripts/buildThemes.sh", "test": "bash ./scripts/buildTest.sh", "publish:package": "cd dist && set npm_config_yes=true && npx -p @brightlayer-ui/publish blui-publish", "tag:package": "cd dist && npx -p @brightlayer-ui/tag blui-tag -s -blui-react-native-themes", "generate:licenses": "npm-license-crawler -onlyDirectDependencies -json LICENSES.json" }, "repository": { "type": "git", "url": "git+https://github.com/etn-ccis/blui-react-native.git" }, "bugs": { "url": "https://github.com/etn-ccis/blui-react-native/issues" }, "homepage": "https://github.com/etn-ccis/blui-react-native/tree/master", "keywords": [ "Brightlayer UI", "themes", "Eaton", "React Native" ], "dependencies": { "@brightlayer-ui/colors": "4.0.0", "@callstack/react-theme-provider": "^3.0.9", "color": "^4.2.3", "react-native-safe-area-context": "5.4.1" }, "peerDependencies": { "react-native-paper": "^5.14.5" }, "devDependencies": { "@brightlayer-ui/prettier-config": "^1.0.3", "@types/color": "^4.2.0", "npm-license-crawler": "^0.2.1", "prettier": "^3.5.3", "react": "^19.1.0", "react-native": "~0.80.0", "react-native-paper": "^5.14.5", "tsc-esm-fix": "^3.1.2", "typescript": "^5.8.3" }, "prettier": "@brightlayer-ui/prettier-config" }