forked from nrwl/nx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackages.json
405 lines (405 loc) · 14.3 KB
/
packages.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
[
{
"name": "angular",
"packageName": "angular",
"description": "The Nx Plugin for Angular contains executors, generators, and utilities for managing Angular applications and libraries within an Nx workspace. It provides: \n\n- Integration with libraries such as Storybook, Jest, ESLint, Tailwind CSS, Cypress, Karma, and Protractor. \n\n- Generators to help scaffold code quickly (like: Micro Frontends, Libraries, both internal to your codebase and publishable to npm) \n\n- Upgrading AngularJS applications \n\n- Single Component Application Modules (SCAMs) \n\n- NgRx helpers. \n\n- Utilities for automatic workspace refactoring.",
"path": "generated/packages/angular.json",
"schemas": {
"executors": [
"delegate-build",
"ng-packagr-lite",
"package",
"webpack-browser",
"webpack-dev-server",
"webpack-server",
"module-federation-dev-server",
"module-federation-dev-ssr"
],
"generators": [
"add-linting",
"application",
"component",
"component-cypress-spec",
"component-story",
"component-test",
"convert-tslint-to-eslint",
"downgrade-module",
"init",
"karma",
"karma-project",
"library",
"library-secondary-entry-point",
"remote",
"move",
"convert-to-with-mf",
"host",
"ng-add",
"ngrx",
"scam-to-standalone",
"scam",
"scam-directive",
"scam-pipe",
"setup-mf",
"setup-ssr",
"setup-tailwind",
"stories",
"storybook-configuration",
"cypress-component-configuration",
"upgrade-module",
"web-worker",
"change-storybook-targets"
]
}
},
{
"name": "create-nx-plugin",
"packageName": "create-nx-plugin",
"description": "This package is used to scaffold a brand-new workspace used to develop an Nx plugin, and sets up a pre-configured plugin with the specified name. The new plugin is created with a default generator, executor, and e2e app.",
"path": "generated/packages/create-nx-plugin.json",
"schemas": { "executors": [], "generators": [] }
},
{
"name": "create-nx-workspace",
"packageName": "create-nx-workspace",
"description": "Smart, Fast and Extensible Build System",
"path": "generated/packages/create-nx-workspace.json",
"schemas": { "executors": [], "generators": [] }
},
{
"name": "cypress",
"packageName": "cypress",
"description": "The Nx Plugin for Cypress contains executors and generators allowing your workspace to use the powerful Cypress integration testing capabilities.",
"path": "generated/packages/cypress.json",
"schemas": {
"executors": ["cypress"],
"generators": [
"init",
"cypress-project",
"cypress-component-project",
"migrate-to-cypress-11"
]
}
},
{
"name": "detox",
"packageName": "detox",
"description": "The Nx Plugin for Detox contains executors and generators for allowing your workspace to use the powerful Detox integration testing capabilities.",
"path": "generated/packages/detox.json",
"schemas": {
"executors": ["build", "test"],
"generators": ["init", "application"]
}
},
{
"name": "devkit",
"packageName": "devkit",
"description": "The Nx Devkit is used to customize Nx for different technologies and use cases. It contains many utility functions for reading and writing files, updating configuration, working with Abstract Syntax Trees(ASTs), and more.",
"path": "generated/packages/devkit.json",
"schemas": { "executors": [], "generators": [] }
},
{
"name": "esbuild",
"packageName": "esbuild",
"description": "The Nx Plugin for esbuild contains executors and generators that support building applications using esbuild",
"path": "generated/packages/esbuild.json",
"schemas": {
"executors": ["esbuild"],
"generators": ["init", "esbuild-project"]
}
},
{
"name": "eslint-plugin-nx",
"packageName": "eslint-plugin-nx",
"description": "The eslint-plugin-nx package is an ESLint plugin that contains a collection of recommended ESLint rule configurations which you can extend from in your own ESLint configs, as well as an Nx-specific lint rule called enforce-module-boundaries.",
"path": "generated/packages/eslint-plugin-nx.json",
"schemas": { "executors": [], "generators": [] }
},
{
"name": "expo",
"packageName": "expo",
"description": "The Expo Plugin for Nx contains executors and generators for managing and developing an expo application within your workspace. For example, you can directly build for different target platforms as well as generate projects and publish your code.",
"path": "generated/packages/expo.json",
"schemas": {
"executors": [
"update",
"build",
"build-list",
"download",
"build-ios",
"build-android",
"build-web",
"build-status",
"publish",
"publish-set",
"rollback",
"run",
"start",
"sync-deps",
"ensure-symlink",
"prebuild",
"install",
"export"
],
"generators": ["init", "application", "library", "component"]
}
},
{
"name": "express",
"packageName": "express",
"description": "The Nx Plugin for Express contains executors and generators for allowing your workspace to create powerful Express Node applications and APIs.",
"path": "generated/packages/express.json",
"schemas": { "executors": [], "generators": ["init", "application"] }
},
{
"name": "jest",
"packageName": "jest",
"description": "The Nx Plugin for Jest contains executors and generators allowing your workspace to use the powerful Jest testing capabilities.",
"path": "generated/packages/jest.json",
"schemas": { "executors": ["jest"], "generators": ["init", "jest-project"] }
},
{
"name": "js",
"packageName": "js",
"description": "The JS plugin for Nx contains executors and generators that provide the best experience for developing JavaScript and TypeScript projects. ",
"path": "generated/packages/js.json",
"schemas": {
"executors": ["tsc", "swc", "node"],
"generators": ["library", "init", "convert-to-swc"]
}
},
{
"name": "linter",
"packageName": "linter",
"description": "The Linter plugin for Nx contains executors, generators and utilities used for linting JavaScript/TypeScript projects within an Nx workspace.",
"path": "generated/packages/linter.json",
"schemas": {
"executors": ["eslint"],
"generators": ["workspace-rules-project", "workspace-rule"]
}
},
{
"name": "nest",
"packageName": "nest",
"description": "The Nx Plugin for Nest contains executors and generators for allowing your workspace to create powerful Nest best in class APIs.",
"path": "generated/packages/nest.json",
"schemas": {
"executors": [],
"generators": [
"application",
"convert-tslint-to-eslint",
"init",
"library",
"class",
"controller",
"decorator",
"filter",
"gateway",
"guard",
"interceptor",
"interface",
"middleware",
"module",
"pipe",
"provider",
"resolver",
"resource",
"service"
]
}
},
{
"name": "next",
"packageName": "next",
"description": "The Next.js plugin for Nx contains executors and generators for managing Next.js applications and libraries within an Nx workspace. It provides:\n\n\n- Scaffolding for creating, building, serving, linting, and testing Next.js applications.\n\n- Integration with building, serving, and exporting a Next.js application.\n\n- Integration with React libraries within the workspace. \n\nWhen using Next.js in Nx, you get the out-of-the-box support for TypeScript, Cypress, and Jest. No need to configure anything: watch mode, source maps, and typings just work.",
"path": "generated/packages/next.json",
"schemas": {
"executors": ["build", "server", "export"],
"generators": [
"init",
"application",
"page",
"component",
"library",
"custom-server"
]
}
},
{
"name": "node",
"packageName": "node",
"description": "The Node Plugin for Nx contains generators and executors to manage Node applications within an Nx workspace.",
"path": "generated/packages/node.json",
"schemas": {
"executors": ["webpack", "node"],
"generators": ["init", "application", "library"]
}
},
{
"name": "nx",
"packageName": "nx",
"description": "The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.",
"path": "generated/packages/nx.json",
"schemas": {
"executors": ["noop", "run-commands", "run-script"],
"generators": []
}
},
{
"name": "nx-plugin",
"packageName": "nx-plugin",
"description": "This plugin is used to create Nx plugins! It contains generators for generating common plugin features like generators, executors, migrations and more.",
"path": "generated/packages/nx-plugin.json",
"schemas": {
"executors": ["e2e"],
"generators": [
"plugin",
"e2e-project",
"migration",
"generator",
"executor",
"plugin-lint-checks"
]
}
},
{
"name": "react",
"packageName": "react",
"description": "The React plugin for Nx contains executors and generators for managing React applications and libraries within an Nx workspace. It provides:\n\n\n- Integration with libraries such as Jest, Cypress, and Storybook.\n\n- Generators for applications, libraries, components, hooks, and more.\n\n- Library build support for publishing packages to npm or other registries.\n\n- Utilities for automatic workspace refactoring.",
"path": "generated/packages/react.json",
"schemas": {
"executors": [
"module-federation-dev-server",
"module-federation-ssr-dev-server"
],
"generators": [
"init",
"application",
"library",
"component",
"redux",
"storybook-configuration",
"component-story",
"stories",
"component-cypress-spec",
"hook",
"host",
"remote",
"cypress-component-configuration",
"component-test",
"setup-tailwind",
"setup-ssr"
]
}
},
{
"name": "react-native",
"packageName": "react-native",
"description": "The Nx Plugin for React Native contains generators for managing React Native applications and libraries within an Nx workspace. It provides: \n\n-Integration with libraries such as Jest, Detox, and Storybook.\n-Scaffolding for creating buildable libraries that can be published to npm.\n-Utilities for automatic workspace refactoring.",
"path": "generated/packages/react-native.json",
"schemas": {
"executors": [
"run-android",
"run-ios",
"bundle",
"build-android",
"start",
"sync-deps",
"ensure-symlink",
"storybook"
],
"generators": [
"init",
"application",
"library",
"component",
"storybook-configuration",
"component-story",
"stories",
"upgrade-native"
]
}
},
{
"name": "rollup",
"packageName": "rollup",
"description": "The Nx Plugin for Rollup contains executors and generators that support building applications using Rollup.",
"path": "generated/packages/rollup.json",
"schemas": {
"executors": ["rollup"],
"generators": ["init", "rollup-project"]
}
},
{
"name": "storybook",
"packageName": "storybook",
"description": "The Nx Plugin for Storybook contains executors and generators for allowing your workspace to use the powerful Storybook integration testing & documenting capabilities.",
"path": "generated/packages/storybook.json",
"schemas": {
"executors": ["storybook", "build"],
"generators": [
"init",
"configuration",
"cypress-project",
"change-storybook-targets"
]
}
},
{
"name": "tao",
"packageName": "tao",
"description": "CLI for generating code and running commands",
"path": "generated/packages/tao.json",
"schemas": { "executors": [], "generators": [] }
},
{
"name": "vite",
"packageName": "vite",
"description": "The Nx Plugin for building and testing applications using Vite (Early Release)",
"path": "generated/packages/vite.json",
"schemas": {
"executors": ["dev-server", "build", "test"],
"generators": ["init", "configuration", "vitest"]
}
},
{
"name": "web",
"packageName": "web",
"description": "The Nx Plugin for Web Components contains generators for managing Web Component applications and libraries within an Nx workspace. It provides:\n\n\n- Integration with libraries such as Jest, Cypress, and Storybook.\n\n- Scaffolding for creating buildable libraries that can be published to npm.\n\n- Utilities for automatic workspace refactoring.",
"path": "generated/packages/web.json",
"schemas": {
"executors": ["webpack", "rollup", "dev-server", "file-server"],
"generators": ["init", "application"]
}
},
{
"name": "webpack",
"packageName": "webpack",
"description": "The Nx Plugin for Webpack contains executors and generators that support building applications using Webpack.",
"path": "generated/packages/webpack.json",
"schemas": {
"executors": ["webpack", "dev-server", "ssr-dev-server"],
"generators": ["init", "webpack-project"]
}
},
{
"name": "workspace",
"packageName": "workspace",
"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.",
"path": "generated/packages/workspace.json",
"schemas": {
"executors": ["run-commands", "counter", "run-script"],
"generators": [
"preset",
"move",
"remove",
"new",
"library",
"workspace-generator",
"run-commands",
"convert-to-nx-project",
"npm-package",
"ci-workflow"
]
}
}
]