nx/packages/workspace/package.json
2021-05-18 16:07:22 -04:00

83 lines
1.7 KiB
JSON

{
"name": "@nrwl/workspace",
"version": "0.0.1",
"description": "Powerful and Extensible Build Framework",
"repository": {
"type": "git",
"url": "git+https://github.com/nrwl/nx.git"
},
"keywords": [
"Monorepo",
"Angular",
"React",
"Web",
"Node",
"Nest",
"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",
"schematics": "./collection.json",
"builders": "./builders.json",
"ng-update": {
"requirements": {},
"migrations": "./migrations.json",
"packageGroup": [
"@nrwl/workspace",
"@nrwl/angular",
"@nrwl/cli",
"@nrwl/cypress",
"@nrwl/devkit",
"@nrwl/eslint-plugin-nx",
"@nrwl/express",
"@nrwl/gatsby",
"@nrwl/jest",
"@nrwl/linter",
"@nrwl/nest",
"@nrwl/next",
"@nrwl/node",
"@nrwl/nx-plugin",
"@nrwl/react",
"@nrwl/storybook",
"@nrwl/tao",
"@nrwl/web"
]
},
"peerDependencies": {
"prettier": "^2.0.4"
},
"dependencies": {
"@nrwl/cli": "*",
"@nrwl/devkit": "*",
"@nrwl/jest": "*",
"@nrwl/linter": "*",
"cosmiconfig": "^4.0.0",
"fs-extra": "^9.1.0",
"dotenv": "8.2.0",
"glob": "7.1.4",
"ignore": "^5.0.4",
"npm-run-all": "^4.1.5",
"open": "^7.4.2",
"rxjs": "^6.5.4",
"semver": "7.3.4",
"strip-json-comments": "^3.1.1",
"tmp": "~0.2.1",
"yargs": "15.4.1",
"yargs-parser": "20.0.0",
"chalk": "4.1.0",
"flat": "^5.0.2",
"minimatch": "3.0.4",
"enquirer": "~2.3.6",
"resolve": "1.17.0",
"tslib": "^2.0.0"
}
}