1 | {
|
2 | "name": "@nrwl/workspace",
|
3 | "version": "15.8.7",
|
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/js": "15.8.7",
|
37 | "@nrwl/jest": "15.8.7",
|
38 | "@nrwl/linter": "15.8.7",
|
39 | "@nrwl/angular": "15.8.7",
|
40 | "@nrwl/cli": "15.8.7",
|
41 | "@nrwl/cypress": "15.8.7",
|
42 | "@nrwl/detox": "15.8.7",
|
43 | "@nrwl/devkit": "15.8.7",
|
44 | "@nrwl/esbuild": "15.8.7",
|
45 | "@nrwl/eslint-plugin-nx": "15.8.7",
|
46 | "@nrwl/expo": "15.8.7",
|
47 | "@nrwl/express": "15.8.7",
|
48 | "@nrwl/nest": "15.8.7",
|
49 | "@nrwl/next": "15.8.7",
|
50 | "@nrwl/node": "15.8.7",
|
51 | "@nrwl/nx-cloud": "latest",
|
52 | "@nrwl/nx-plugin": "15.8.7",
|
53 | "@nrwl/react-native": "15.8.7",
|
54 | "@nrwl/react": "15.8.7",
|
55 | "@nrwl/rollup": "15.8.7",
|
56 | "@nrwl/storybook": "15.8.7",
|
57 | "@nrwl/tao": "15.8.7",
|
58 | "@nrwl/vite": "15.8.7",
|
59 | "@nrwl/web": "15.8.7",
|
60 | "@nrwl/webpack": "15.8.7",
|
61 | "nx": "15.8.7"
|
62 | }
|
63 | },
|
64 | "peerDependencies": {
|
65 | "prettier": "^2.6.2"
|
66 | },
|
67 | "peerDependenciesMeta": {
|
68 | "prettier": {
|
69 | "optional": true
|
70 | }
|
71 | },
|
72 | "dependencies": {
|
73 | "@nrwl/devkit": "15.8.7",
|
74 | "@nrwl/linter": "15.8.7",
|
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 | "figures": "3.2.0",
|
82 | "flat": "^5.0.2",
|
83 | "glob": "7.1.4",
|
84 | "ignore": "^5.0.4",
|
85 | "minimatch": "3.0.5",
|
86 | "npm-run-path": "^4.0.1",
|
87 | "nx": "15.8.7",
|
88 | "open": "^8.4.0",
|
89 | "rxjs": "^6.5.4",
|
90 | "semver": "7.3.4",
|
91 | "tmp": "~0.2.1",
|
92 | "tslib": "^2.3.0",
|
93 | "yargs": "^17.6.2",
|
94 | "yargs-parser": "21.1.1"
|
95 | },
|
96 | "publishConfig": {
|
97 | "access": "public"
|
98 | },
|
99 | "types": "./index.d.ts",
|
100 | "gitHead": "f300d356c11fb8eaffe44b1839c4dac4b7df1ff1"
|
101 | }
|