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

34 lines (33 loc) 845 B
{ "version": 2, "outputCapture": "direct-nodejs", "cli": "nx", "$id": "NxReactNativeSyncDeps", "$schema": "https://json-schema.org/schema", "title": "Sync Deps for React Native", "description": "Updates `package.json` with project dependencies.", "type": "object", "properties": { "include": { "type": "array", "items": { "type": "string" }, "default": [], "description": "An array of additional npm packages to include." }, "exclude": { "type": "array", "items": { "type": "string" }, "default": [], "description": "An array of npm packages to exclude." }, "all": { "type": "boolean", "description": "Copy all dependencies and devDependencies from the workspace root package.json.", "default": false } } }