@brightlayer-ui/react-native-progress-icons
Version:
React Native progress icons for Brightlayer UI applications
86 lines (85 loc) • 2.92 kB
JSON
{
"name": "@brightlayer-ui/react-native-progress-icons",
"version": "2.0.1",
"description": "React Native progress icons for Brightlayer UI applications",
"author": "Brightlayer UI <brightlayer-ui@eaton.com> (https://github.com/brightlayer-ui)",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/etn-ccis/blui-react-native/issues"
},
"homepage": "https://github.com/etn-ccis/blui-react-native/blob/dev/packages/blui-react-native-progress-icons/README.md",
"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/buildIcons.sh",
"coverage": "jest src --coverage --watchAll=false",
"test:build": "bash scripts/testBuild.sh",
"test:functions": "jest src --maxWorkers=2",
"test": "yarn test:functions && yarn test:build",
"verify-build": "tsc --noEmit",
"publish:package": "cd dist && rm -f *.tgz && 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-progress-icons"
},
"repository": {
"type": "git",
"url": "git+https://github.com/etn-ccis/blui-react-native.git"
},
"keywords": [
"progress",
"icons",
"svg",
"brightlayer-ui",
"battery",
"heart",
"ups",
"pie"
],
"prettier": "@brightlayer-ui/prettier-config",
"dependencies": {
"color": "^5.0.0"
},
"peerDependencies": {
"react": "^19.1.0",
"react-native": "~0.80.0",
"react-native-svg": "^15.12.0"
},
"devDependencies": {
"@brightlayer-ui/eslint-config": "^4.0.0",
"@brightlayer-ui/prettier-config": "^1.0.3",
"@types/color": "^4.2.0",
"@types/faker": "^4.1.5",
"@types/jest": "^30.0.0",
"@types/node": "^24.0.2",
"@types/react": "^19.1.8",
"@types/react-native": "^0.73.0",
"@types/react-test-renderer": "^19.1.0",
"@typescript-eslint/eslint-plugin": "^8.34.0",
"@typescript-eslint/parser": "^8.34.0",
"eslint": "^9.29.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-react": "^7.37.5",
"faker": "^6.6.6",
"identity-obj-proxy": "^3.0.0",
"jest": "^30.0.0",
"prettier": "^3.5.3",
"react": "^19.1.0",
"react-native": "~0.80.0",
"react-native-svg": "^15.12.0",
"react-native-vector-icons": "^10.2.0",
"react-test-renderer": "^19.1.0",
"ts-jest": "^29.4.0",
"tsc-esm-fix": "^3.1.2",
"typescript": "^5.8.3"
}
}