52 lines
1.7 KiB
JSON
52 lines
1.7 KiB
JSON
{
|
|
"name": "@nrwl/react-native",
|
|
"version": "0.0.1",
|
|
"description": "React Native brings React's declarative UI framework to iOS and Android. With React Native, you use native UI controls and have full access to the native platform.\n\nThe Nx Plugin for React Native contains generators for managing React Native applications and libraries within an Nx workspace. It provides:\n\n\n- Integration with libraries such as Jest, Detox, and Storybook.\n\n- Scaffolding for creating buildable libraries that can be published to npm.\n\n- Utilities for automatic workspace refactoring.",
|
|
"keywords": [
|
|
"Monorepo",
|
|
"React",
|
|
"Web",
|
|
"Jest",
|
|
"Native",
|
|
"CLI"
|
|
],
|
|
"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": {
|
|
"@nrwl/detox": "file:../detox",
|
|
"@nrwl/devkit": "file:../devkit",
|
|
"@nrwl/jest": "file:../jest",
|
|
"@nrwl/linter": "file:../linter",
|
|
"@nrwl/react": "file:../react",
|
|
"@nrwl/storybook": "file:../storybook",
|
|
"@nrwl/workspace": "file:../workspace",
|
|
"chalk": "^4.1.0",
|
|
"enhanced-resolve": "^5.8.3",
|
|
"fs-extra": "^10.1.0",
|
|
"ignore": "^5.0.4",
|
|
"metro-resolver": "^0.70.3",
|
|
"node-fetch": "^2.6.7",
|
|
"tsconfig-paths": "^3.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react-native": "^0.68.2"
|
|
},
|
|
"builders": "./executors.json",
|
|
"ng-update": {
|
|
"requirements": {},
|
|
"migrations": "./migrations.json"
|
|
},
|
|
"schematics": "./generators.json"
|
|
}
|