UNPKG

2.27 kBJSONView Raw
1{
2 "name": "@nrwl/workspace",
3 "version": "14.1.9",
4 "description": "Smart, Fast and Extensible Build System.",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/nrwl/nx.git",
8 "directory": "packages/workspace"
9 },
10 "keywords": [
11 "Monorepo",
12 "Angular",
13 "React",
14 "Web",
15 "Node",
16 "Nest",
17 "Jest",
18 "Cypress",
19 "CLI"
20 ],
21 "main": "./index.js",
22 "typings": "./index.d.ts",
23 "author": "Victor Savkin",
24 "license": "MIT",
25 "bugs": {
26 "url": "https://github.com/nrwl/nx/issues"
27 },
28 "homepage": "https://nx.dev",
29 "schematics": "./generators.json",
30 "builders": "./executors.json",
31 "ng-update": {
32 "requirements": {},
33 "migrations": "./migrations.json",
34 "packageGroup": {
35 "@nrwl/angular": "14.1.9",
36 "@nrwl/cypress": "14.1.9",
37 "@nrwl/devkit": "14.1.9",
38 "@nrwl/eslint-plugin-nx": "14.1.9",
39 "@nrwl/express": "14.1.9",
40 "@nrwl/jest": "14.1.9",
41 "@nrwl/linter": "14.1.9",
42 "@nrwl/nest": "14.1.9",
43 "@nrwl/next": "14.1.9",
44 "@nrwl/node": "14.1.9",
45 "@nrwl/nx-plugin": "14.1.9",
46 "@nrwl/react": "14.1.9",
47 "@nrwl/storybook": "14.1.9",
48 "@nrwl/web": "14.1.9",
49 "@nrwl/js": "14.1.9",
50 "@nrwl/cli": "14.1.9",
51 "@nrwl/tao": "14.1.9",
52 "@nrwl/nx-cloud": "latest",
53 "@nrwl/react-native": "14.1.9",
54 "@nrwl/detox": "14.1.9",
55 "nx": "14.1.9"
56 }
57 },
58 "peerDependencies": {
59 "prettier": "^2.5.1"
60 },
61 "peerDependenciesMeta": {
62 "prettier": {
63 "optional": true
64 }
65 },
66 "dependencies": {
67 "@nrwl/devkit": "14.1.9",
68 "@nrwl/jest": "14.1.9",
69 "@nrwl/linter": "14.1.9",
70 "@parcel/watcher": "2.0.4",
71 "chalk": "4.1.0",
72 "chokidar": "^3.5.1",
73 "cli-cursor": "3.1.0",
74 "cli-spinners": "2.6.1",
75 "dotenv": "~10.0.0",
76 "enquirer": "~2.3.6",
77 "figures": "3.2.0",
78 "flat": "^5.0.2",
79 "fs-extra": "^10.1.0",
80 "glob": "7.1.4",
81 "ignore": "^5.0.4",
82 "minimatch": "3.0.4",
83 "npm-run-path": "^4.0.1",
84 "nx": "14.1.9",
85 "open": "^8.4.0",
86 "rxjs": "^6.5.4",
87 "semver": "7.3.4",
88 "tmp": "~0.2.1",
89 "tslib": "^2.3.0",
90 "yargs": "^17.4.0",
91 "yargs-parser": "21.0.1"
92 },
93 "gitHead": "7c49c14ce0bb3866b8142ab1220d663fa6d40591"
94}