58 lines
1.8 KiB
JSON
58 lines
1.8 KiB
JSON
{
|
|
"name": "@nrwl/react",
|
|
"version": "0.0.1",
|
|
"description": "The React plugin contains executors and generators for managing React applications and libraries within an Nx workspace. It provides:\n\n\n- Integration with libraries such as Jest, Cypress, and Storybook.\n\n- Generators for applications, libraries, components, hooks, and more.\n\n- Library build support for publishing packages to npm or other registries.\n\n- Utilities for automatic workspace refactoring.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nrwl/nx.git",
|
|
"directory": "packages/react"
|
|
},
|
|
"keywords": [
|
|
"Monorepo",
|
|
"React",
|
|
"Web",
|
|
"Jest",
|
|
"Cypress",
|
|
"CLI"
|
|
],
|
|
"main": "./index.js",
|
|
"typings": "./index.d.ts",
|
|
"author": "Victor Savkin",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/nrwl/nx/issues"
|
|
},
|
|
"homepage": "https://nx.dev",
|
|
"builders": "./executors.json",
|
|
"schematics": "./generators.json",
|
|
"ng-update": {
|
|
"requirements": {},
|
|
"migrations": "./migrations.json"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.15.0",
|
|
"@babel/preset-react": "^7.14.5",
|
|
"@nrwl/cypress": "file:../cypress",
|
|
"@nrwl/devkit": "file:../devkit",
|
|
"@nrwl/jest": "file:../jest",
|
|
"@nrwl/js": "file:../js",
|
|
"@nrwl/linter": "file:../linter",
|
|
"@nrwl/storybook": "file:../storybook",
|
|
"@nrwl/web": "file:../web",
|
|
"@nrwl/workspace": "file:../workspace",
|
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.1",
|
|
"@storybook/node-logger": "6.1.20",
|
|
"@svgr/webpack": "^6.1.2",
|
|
"chalk": "4.1.0",
|
|
"eslint-plugin-import": "^2.25.2",
|
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
"eslint-plugin-react": "7.28.0",
|
|
"eslint-plugin-react-hooks": "^4.3.0",
|
|
"react-refresh": "^0.10.0",
|
|
"semver": "7.3.4",
|
|
"url-loader": "^4.1.1",
|
|
"webpack": "^5.58.1",
|
|
"webpack-merge": "^5.8.0"
|
|
}
|
|
}
|