UNPKG

@freakycoder/react-native-helpers

Version:

All helpers in one; iPhone series support, dimensions helper, hasNotch helper, normalize text helper and text helpers for React Native with very easy use

65 lines (64 loc) 2.23 kB
{ "name": "@freakycoder/react-native-helpers", "version": "2.5.1", "description": "All helpers in one; iPhone series support, dimensions helper, hasNotch helper, normalize text helper and text helpers for React Native with very easy use", "keywords": [ "ios", "width", "notch", "screen", "helper", "height", "iPhoneX", "android", "helpers", "normalize", "normalizeText", "FreakyCoder", "freakycoder", "kuray", "Kuray", "react", "react-native", "javascript", "ui-lib", "rn" ], "homepage": "https://www.freakycoder.com", "bugs": "https://github.com/WrathChaos/react-native-helpers/issues", "main": "./build/dist/index.js", "repository": "git@github.com:WrathChaos/react-native-helpers.git", "author": "Kuray (FreakyCoder) <kurayogun@gmail.com>", "license": "MIT", "devDependencies": { "@commitlint/cli": "^19.3.0", "@commitlint/config-conventional": "^19.5.0", "@types/react": "^19.0.6", "@types/react-native": "^0.73.0", "cpx": "^1.5.0", "eslint": "^9.2.0", "eslint-config-airbnb": "^19.0.4", "husky": "^9.0.11", "lint-staged": "^15.0.1", "npm-post-install": "0.0.2", "prettier": "^3.0.0", "prettier-format": "^4.0.0", "react-native-typescript-transformer": "^1.2.13", "semantic-release": "^24.1.1", "typescript": "^5.1.6" }, "scripts": { "build": "cd lib && tsc && npm run copy:assets && npm run copy:package", "prepare": "husky install", "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", "lint": "tslint -p tsconfig.json", "prettier": "cd lib && npx prettier --write . && git add .", "husky:setup": "npx husky-init && npm run husky:commitlint && npm run husky:prettier && npm run husky:lint", "husky:commitlint": "npx husky add .husky/commit-msg 'npx --no-install commitlint --edit'", "semantic-release": "semantic-release", "copy:assets": "cpx 'lib/local-assets/**' './build/dist/local-assets'", "copy:package": "cpx '../package.json' '../build/dist/'", "husky:lint": "npx husky add .husky/pre-commit 'npm run lint'", "husky:prettier": "npx husky set .husky/pre-commit 'npm run prettier'" } }