UNPKG

@nx/react-native

Version:

The Nx Plugin for React Native contains generators for managing React Native applications and libraries within an Nx workspace. It provides: -Integration with libraries such as Jest, Detox, and Storybook. -Scaffolding for creating buildable libraries th

55 lines 1.52 kB
{ "name": "@nx/react-native", "version": "20.7.2", "private": false, "description": "The Nx Plugin for React Native contains generators for managing React Native applications and libraries within an Nx workspace. It provides: \n\n-Integration with libraries such as Jest, Detox, and Storybook.\n-Scaffolding for creating buildable libraries that can be published to npm.\n-Utilities for automatic workspace refactoring.", "keywords": [ "Monorepo", "React", "Web", "Jest", "Native", "CLI", "Mobile" ], "homepage": "https://nx.dev", "bugs": { "url": "https://github.com/nrwl/nx/issues" }, "repository": { "type": "git", "url": "https://github.com/nrwl/nx.git", "directory": "packages/react-native" }, "license": "MIT", "author": "Victor Savkin", "main": "./index", "types": "index.d.ts", "dependencies": { "ajv": "^8.12.0", "enhanced-resolve": "^5.8.3", "glob": "7.1.4", "ignore": "^5.0.4", "metro-config": "~0.80.4", "metro-resolver": "~0.80.4", "picocolors": "^1.1.0", "tsconfig-paths": "^4.1.2", "tslib": "^2.3.0", "@nx/devkit": "20.7.2", "@nx/jest": "20.7.2", "@nx/js": "20.7.2", "@nx/eslint": "20.7.2", "@nx/react": "20.7.2", "@nx/workspace": "20.7.2" }, "executors": "./executors.json", "ng-update": { "requirements": {}, "migrations": "./migrations.json" }, "generators": "./generators.json", "publishConfig": { "access": "public" }, "type": "commonjs" }