@nx/react-native
Version:
36 lines (35 loc) • 955 B
JSON
{
"cli": "nx",
"$id": "NxReactNativeInit",
"$schema": "https://json-schema.org/schema",
"title": "Add Nx React Native Schematics",
"description": "Add Nx React native schematics.",
"type": "object",
"properties": {
"skipFormat": {
"description": "Skip formatting files.",
"type": "boolean",
"default": false,
"x-priority": "internal"
},
"skipPackageJson": {
"description": "Do not add dependencies to `package.json`.",
"type": "boolean",
"default": false,
"x-priority": "internal"
},
"keepExistingVersions": {
"type": "boolean",
"x-priority": "internal",
"description": "Keep existing dependencies versions",
"default": false
},
"updatePackageScripts": {
"type": "boolean",
"x-priority": "internal",
"description": "Update `package.json` scripts with inferred targets",
"default": false
}
},
"required": []
}