83 lines
1.7 KiB
JSON
83 lines
1.7 KiB
JSON
{
|
|
"name": "@nrwl/workspace",
|
|
"version": "0.0.1",
|
|
"description": "Powerful, Extensible Dev Tools",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nrwl/nx.git"
|
|
},
|
|
"keywords": [
|
|
"Monorepo",
|
|
"Angular",
|
|
"React",
|
|
"Web",
|
|
"Node",
|
|
"Nest",
|
|
"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",
|
|
"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/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": "7.0.1",
|
|
"dotenv": "8.2.0",
|
|
"ignore": "^5.0.4",
|
|
"npm-run-all": "^4.1.5",
|
|
"opn": "^5.3.0",
|
|
"rxjs": "^6.5.4",
|
|
"semver": "7.3.4",
|
|
"strip-json-comments": "2.0.1",
|
|
"tmp": "0.0.33",
|
|
"yargs": "15.4.1",
|
|
"yargs-parser": "20.0.0",
|
|
"chalk": "4.1.0",
|
|
"axios": "0.21.1",
|
|
"flat": "^5.0.2",
|
|
"lodash": "^4.17.20",
|
|
"minimatch": "3.0.4",
|
|
"inquirer": "^6.3.1",
|
|
"resolve": "1.17.0",
|
|
"tslib": "^2.0.0"
|
|
}
|
|
}
|