91 lines
2.3 KiB
JSON
91 lines
2.3 KiB
JSON
{
|
|
"name": "@nrwl/workspace",
|
|
"version": "0.0.1",
|
|
"description": "Smart, Fast and Extensible Build System.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nrwl/nx.git",
|
|
"directory": "packages/workspace"
|
|
},
|
|
"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": "./generators.json",
|
|
"builders": "./executors.json",
|
|
"ng-update": {
|
|
"requirements": {},
|
|
"migrations": "./migrations.json",
|
|
"packageGroup": {
|
|
"@nrwl/angular": "file:../angular",
|
|
"@nrwl/cypress": "file:../cypress",
|
|
"@nrwl/devkit": "file:../devkit",
|
|
"@nrwl/eslint-plugin-nx": "file:../eslint-plugin-nx",
|
|
"@nrwl/express": "file:../express",
|
|
"@nrwl/jest": "file:../jest",
|
|
"@nrwl/linter": "file:../linter",
|
|
"@nrwl/nest": "file:../nest",
|
|
"@nrwl/next": "file:../next",
|
|
"@nrwl/node": "file:../node",
|
|
"@nrwl/nx-plugin": "file:../nx-plugin",
|
|
"@nrwl/react": "file:../react",
|
|
"@nrwl/storybook": "file:../storybook",
|
|
"@nrwl/web": "file:../web",
|
|
"@nrwl/js": "file:../js",
|
|
"@nrwl/cli": "file:../cli",
|
|
"@nrwl/tao": "file:../tao",
|
|
"@nrwl/nx-cloud": "latest",
|
|
"@nrwl/react-native": "file:../react-native",
|
|
"@nrwl/detox": "file:../detox",
|
|
"nx": "file:../nx"
|
|
}
|
|
},
|
|
"peerDependencies": {
|
|
"prettier": "^2.5.1"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"prettier": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@nrwl/devkit": "file:../devkit",
|
|
"@parcel/watcher": "2.0.4",
|
|
"chalk": "4.1.0",
|
|
"chokidar": "^3.5.1",
|
|
"cli-cursor": "3.1.0",
|
|
"cli-spinners": "2.6.1",
|
|
"dotenv": "~10.0.0",
|
|
"enquirer": "~2.3.6",
|
|
"figures": "3.2.0",
|
|
"flat": "^5.0.2",
|
|
"fs-extra": "^10.1.0",
|
|
"glob": "7.1.4",
|
|
"ignore": "^5.0.4",
|
|
"minimatch": "3.0.4",
|
|
"npm-run-path": "^4.0.1",
|
|
"open": "^8.4.0",
|
|
"rxjs": "^6.5.4",
|
|
"semver": "7.3.4",
|
|
"tmp": "~0.2.1",
|
|
"tslib": "^2.3.0",
|
|
"yargs": "^17.4.0",
|
|
"yargs-parser": "21.0.1"
|
|
}
|
|
}
|