{ "name": "@nrwl/react", "version": "0.0.1", "description": "React Plugin for Nx", "repository": { "type": "git", "url": "git+https://github.com/nrwl/nx.git" }, "keywords": [ "Monorepo", "React", "Web", "Jest", "Cypress", "CLI" ], "main": "index.js", "types": "index.d.ts", "author": "Victor Savkin", "license": "MIT", "bugs": { "url": "https://github.com/nrwl/nx/issues" }, "homepage": "https://nx.dev", "schematics": "./collection.json", "ng-update": { "requirements": {}, "migrations": "./migrations.json" }, "dependencies": { "@angular-devkit/core": "~11.0.1", "@babel/core": "7.9.6", "@babel/preset-react": "7.9.4", "@nrwl/cypress": "*", "@nrwl/devkit": "*", "@nrwl/jest": "*", "@nrwl/web": "*", "@angular-devkit/schematics": "~11.0.1", "@svgr/webpack": "^5.4.0", "eslint-plugin-import": "^2.20.1", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.18.3", "eslint-plugin-react-hooks": "^2.4.0", "url-loader": "^3.0.0" } }