@nx/react-native
Version:
59 lines • 1.6 kB
JSON
{
"name": "@nx/react-native",
"version": "22.3.1",
"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.js",
"types": "index.d.ts",
"dependencies": {
"@nx/devkit": "22.3.1",
"@nx/js": "22.3.1",
"@nx/eslint": "22.3.1",
"@nx/react": "22.3.1",
"ajv": "^8.12.0",
"enhanced-resolve": "^5.8.3",
"ignore": "^5.0.4",
"picocolors": "^1.1.0",
"tinyglobby": "^0.2.12",
"tsconfig-paths": "^4.1.2",
"tslib": "^2.3.0"
},
"peerDependencies": {
"metro-config": ">= 0.82.0",
"metro-resolver": ">= 0.82.0"
},
"optionalDependencies": {
"@nx/detox": "22.3.1",
"@nx/rollup": "22.3.1"
},
"executors": "./executors.json",
"ng-update": {
"requirements": {},
"migrations": "./migrations.json"
},
"generators": "./generators.json",
"publishConfig": {
"access": "public"
},
"type": "commonjs"
}