nx/packages/react-native/package.json
Katerina Skroumpelou 8bc99407aa
feat(storybook): ignore paths when generating stories (#11111)
* feat(storybook): ignore paths when generating stories

ISSUES CLOSED: #10211

* cleanup(storybook): add test for nested component ignore path

* feat(storybook): ensure ignore paths parsed correctly

Co-authored-by: Colum Ferry <cferry09@gmail.com>
2022-08-08 14:17:06 +01:00

53 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.71.3",
"minimatch": "3.0.5",
"node-fetch": "^2.6.7",
"tsconfig-paths": "^3.9.0"
},
"peerDependencies": {
"react-native": "^0.69.3"
},
"builders": "./executors.json",
"ng-update": {
"requirements": {},
"migrations": "./migrations.json"
},
"schematics": "./generators.json"
}