{ "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" }, "peerDependencies": { "@nrwl/workspace": "*" }, "dependencies": { "@babel/core": "^7.8.4", "@babel/preset-react": "^7.8.3", "@nrwl/cypress": "*", "@nrwl/jest": "*", "@nrwl/web": "*", "@angular-devkit/schematics": "~9.0.1", "@svgr/webpack": "^5.2.0", "babel-plugin-emotion": "^10.0.29", "babel-plugin-styled-components": "^1.10.7", "confusing-browser-globals": "^1.0.9", "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" } }