UNPKG

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