@shayrn/react-native-scaler
Version:
Responsive scaling utilities for React Native CLI and Expo apps
75 lines (74 loc) • 2.11 kB
JSON
{
"name": "@shayrn/react-native-scaler",
"version": "1.2.0",
"description": "Responsive scaling utilities for React Native CLI and Expo apps",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"type": "module",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"keywords": [
"react-native",
"responsive",
"scaling",
"expo",
"typescript",
"react-native-responsive",
"react-native-font-scale",
"react-native-width-scale",
"react-native-height-scale",
"@shayrn/react-native-scaler",
"react-native-scaler"
],
"author": "Mahesh Muttinti <maheshmuttintidev@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/maheshmuttintidev/react-native-scaler.git"
},
"peerDependencies": {
"react-native": "*"
},
"devDependencies": {
"@eslint/js": "^9.29.0",
"@react-native/babel-preset": "^0.76.0",
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-typescript": "^12.1.3",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^13.2.0",
"@types/jest": "^30.0.0",
"@types/react": "^18.3.18",
"@types/react-native": "^0.73.0",
"babel-jest": "^30.0.2",
"eslint": "^9.29.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react": "^7.37.5",
"globals": "^16.2.0",
"jest": "^30.0.2",
"prettier": "^3.5.3",
"react": "^19.1.0",
"react-native": "^0.80.0",
"react-test-renderer": "^19.1.0",
"rollup": "^4.44.0",
"rollup-plugin-dts": "^6.2.1",
"rollup-plugin-terser": "^7.0.2",
"ts-jest": "^29.4.0",
"tslib": "^2.8.1",
"typescript": "^5.8.3",
"typescript-eslint": "^8.34.1"
},
"scripts": {
"build": "rollup -c",
"prepublishOnly": "yarn build",
"start": "tsc --watch",
"lint": "eslint src --ext .ts,.tsx",
"format": "prettier --write src/**/*.{ts,tsx}",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
}
}