UNPKG

@eslam-elmeniawy/react-native-common-components

Version:

Common `ReactNative` components packed in library for usage in projects.

188 lines (187 loc) 4.84 kB
{ "name": "@eslam-elmeniawy/react-native-common-components", "version": "1.5.2", "description": "Common `ReactNative` components packed in library for usage in projects.", "source": "./src/index.ts", "main": "./lib/module/index.js", "types": "./lib/typescript/src/index.d.ts", "exports": { ".": { "types": "./lib/typescript/src/index.d.ts", "default": "./lib/module/index.js" }, "./package.json": "./package.json" }, "files": [ "src", "lib", "android", "ios", "cpp", "*.podspec", "react-native.config.js", "!ios/build", "!android/build", "!android/gradle", "!android/gradlew", "!android/gradlew.bat", "!android/local.properties", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__", "!**/.*" ], "scripts": { "example": "yarn workspace @eslam-elmeniawy/react-native-common-components-example", "test": "jest", "typecheck": "tsc", "lint": "eslint \"**/*.{js,ts,tsx}\"", "clean": "del-cli lib", "prepare": "bob build", "release": "release-it" }, "keywords": [ "react-native", "ios", "android", "common", "components", "common-components", "eslam", "elmeniawy", "eslam-elmeniawy" ], "repository": { "type": "git", "url": "git+https://github.com/EslamElMeniawy/react-native-common-components.git" }, "author": "Eslam ElMeniawy <eslam.elmeniawy@gmail.com> (https://github.com/EslamElMeniawy)", "license": "MIT", "bugs": { "url": "https://github.com/EslamElMeniawy/react-native-common-components/issues" }, "homepage": "https://github.com/EslamElMeniawy/react-native-common-components#readme", "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "devDependencies": { "@commitlint/config-conventional": "^19.8.0", "@eslint/compat": "^1.2.8", "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.24.0", "@evilmartians/lefthook": "^1.11.8", "@react-native-community/cli": "15.0.1", "@react-native-community/cli-platform-android": "15.0.1", "@react-native-community/cli-platform-ios": "15.0.1", "@react-native/eslint-config": "^0.79.0", "@release-it/conventional-changelog": "^10.0.0", "@types/jest": "^29.5.14", "@types/lodash": "^4.17.16", "@types/react": "^19.1.0", "@types/react-native-vector-icons": "^6.4.18", "@types/tinycolor2": "^1.4.6", "commitlint": "^19.8.0", "del-cli": "^6.0.0", "eslint": "^9.24.0", "eslint-config-prettier": "^10.1.1", "eslint-plugin-prettier": "^5.2.6", "jest": "^29.7.0", "prettier": "^3.5.3", "react": "18.3.1", "react-native": "0.76.9", "react-native-builder-bob": "^0.40.4", "react-native-paper": "^5.13.1", "react-native-safe-area-context": "^5.3.0", "react-native-vector-icons": "^10.2.0", "reactotron-react-native": "^5.1.12", "release-it": "^18.1.2", "typescript": "^5.2.2" }, "peerDependencies": { "react": "*", "react-native": "*", "react-native-paper": "*", "react-native-safe-area-context": "*", "react-native-vector-icons": "*" }, "workspaces": [ "example" ], "packageManager": "yarn@3.6.1", "jest": { "preset": "react-native", "modulePathIgnorePatterns": [ "<rootDir>/example/node_modules", "<rootDir>/lib/" ] }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "release-it": { "git": { "commitMessage": "chore: release ${version}", "tagName": "v${version}" }, "npm": { "publish": true }, "github": { "release": true }, "plugins": { "@release-it/conventional-changelog": { "preset": { "name": "angular" } } } }, "prettier": { "quoteProps": "consistent", "singleQuote": true, "tabWidth": 2, "trailingComma": "es5", "useTabs": false }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ [ "module", { "esm": true } ], [ "typescript", { "project": "tsconfig.build.json" } ] ] }, "create-react-native-library": { "languages": "js", "type": "library", "version": "0.49.6" }, "dependencies": { "lodash": "^4.17.21", "tinycolor2": "^1.6.0" }, "optionalDependencies": { "@d11/react-native-fast-image": "^8.9.2", "@klarna/react-native-vector-drawable": "^0.5.1", "@react-native-firebase/app": "^21.13.0", "@react-native-firebase/crashlytics": "^21.13.0", "react-native-keyboard-controller": "^1.17.0", "react-native-progress": "^5.0.1", "react-native-svg": "^15.11.2", "react-native-vector-image": "^0.4.5" } }