@nx/react-native 22.7.0-beta.8 → 22.7.0-beta.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/executors.json +56 -56
- package/generators.json +40 -40
- package/migrations.json +158 -158
- package/package.json +8 -8
- package/project.json +10 -10
- package/src/executors/build-android/schema.json +78 -78
- package/src/executors/build-ios/schema.json +88 -88
- package/src/executors/bundle/schema.json +89 -89
- package/src/executors/ensure-symlink/schema.json +9 -9
- package/src/executors/pod-install/schema.json +30 -30
- package/src/executors/run-android/schema.json +98 -98
- package/src/executors/run-ios/schema.json +94 -94
- package/src/executors/start/schema.json +26 -26
- package/src/executors/storybook/schema.json +26 -26
- package/src/executors/sync-deps/schema.json +30 -30
- package/src/executors/upgrade/schema.json +9 -9
- package/src/generators/application/files/app/ios/__className__/Images.xcassets/AppIcon.appiconset/Contents.json +50 -50
- package/src/generators/application/files/app/ios/__className__/Images.xcassets/Contents.json +4 -4
- package/src/generators/application/schema.json +102 -102
- package/src/generators/component/schema.json +68 -68
- package/src/generators/convert-to-inferred/schema.json +16 -16
- package/src/generators/init/schema.json +32 -32
- package/src/generators/library/schema.json +101 -101
- package/src/generators/web-configuration/schema.json +39 -39
|
@@ -1,53 +1,53 @@
|
|
|
1
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
|
-
|
|
2
|
+
"images": [
|
|
3
|
+
{
|
|
4
|
+
"idiom": "iphone",
|
|
5
|
+
"scale": "2x",
|
|
6
|
+
"size": "20x20"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"idiom": "iphone",
|
|
10
|
+
"scale": "3x",
|
|
11
|
+
"size": "20x20"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"idiom": "iphone",
|
|
15
|
+
"scale": "2x",
|
|
16
|
+
"size": "29x29"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"idiom": "iphone",
|
|
20
|
+
"scale": "3x",
|
|
21
|
+
"size": "29x29"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"idiom": "iphone",
|
|
25
|
+
"scale": "2x",
|
|
26
|
+
"size": "40x40"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"idiom": "iphone",
|
|
30
|
+
"scale": "3x",
|
|
31
|
+
"size": "40x40"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"idiom": "iphone",
|
|
35
|
+
"scale": "2x",
|
|
36
|
+
"size": "60x60"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"idiom": "iphone",
|
|
40
|
+
"scale": "3x",
|
|
41
|
+
"size": "60x60"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"idiom": "ios-marketing",
|
|
45
|
+
"scale": "1x",
|
|
46
|
+
"size": "1024x1024"
|
|
47
|
+
}
|
|
48
|
+
],
|
|
49
|
+
"info": {
|
|
50
|
+
"author": "xcode",
|
|
51
|
+
"version": 1
|
|
47
52
|
}
|
|
48
|
-
],
|
|
49
|
-
"info": {
|
|
50
|
-
"author": "xcode",
|
|
51
|
-
"version": 1
|
|
52
|
-
}
|
|
53
53
|
}
|
|
@@ -1,105 +1,105 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
2
|
+
"cli": "nx",
|
|
3
|
+
"$id": "NxReactNativeApplication",
|
|
4
|
+
"$schema": "https://json-schema.org/schema",
|
|
5
|
+
"title": "Create a React Application for Nx",
|
|
6
|
+
"description": "Create a React Application for Nx.",
|
|
7
|
+
"examples": [
|
|
8
|
+
{
|
|
9
|
+
"command": "nx g @nx/react-native:app myapp --directory=nested",
|
|
10
|
+
"description": "Generate `apps/nested/myapp`"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"command": "nx g @nx/react-native:app myapp --classComponent",
|
|
14
|
+
"description": "Use class components instead of functional components"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"type": "object",
|
|
18
|
+
"properties": {
|
|
19
|
+
"directory": {
|
|
20
|
+
"description": "The directory of the new application.",
|
|
21
|
+
"type": "string",
|
|
22
|
+
"$default": {
|
|
23
|
+
"$source": "argv",
|
|
24
|
+
"index": 0
|
|
25
|
+
},
|
|
26
|
+
"x-prompt": "Which directory do you want to create the application in?"
|
|
27
|
+
},
|
|
28
|
+
"name": {
|
|
29
|
+
"description": "The name of the application.",
|
|
30
|
+
"pattern": "(?:^@[a-zA-Z0-9-*~][a-zA-Z0-9-*._~]*\\/[a-zA-Z0-9-~][a-zA-Z0-9-._~]*|^[a-zA-Z][^:]*)$",
|
|
31
|
+
"type": "string"
|
|
32
|
+
},
|
|
33
|
+
"displayName": {
|
|
34
|
+
"description": "The display name to show in the application. Defaults to name.",
|
|
35
|
+
"type": "string"
|
|
36
|
+
},
|
|
37
|
+
"skipFormat": {
|
|
38
|
+
"description": "Skip formatting files",
|
|
39
|
+
"type": "boolean",
|
|
40
|
+
"default": false,
|
|
41
|
+
"x-priority": "internal"
|
|
42
|
+
},
|
|
43
|
+
"linter": {
|
|
44
|
+
"description": "The tool to use for running lint checks.",
|
|
45
|
+
"type": "string",
|
|
46
|
+
"enum": ["eslint", "none"],
|
|
47
|
+
"default": "none",
|
|
48
|
+
"x-priority": "important"
|
|
49
|
+
},
|
|
50
|
+
"unitTestRunner": {
|
|
51
|
+
"type": "string",
|
|
52
|
+
"enum": ["jest", "none"],
|
|
53
|
+
"description": "Test runner to use for unit tests",
|
|
54
|
+
"default": "none",
|
|
55
|
+
"x-priority": "important"
|
|
56
|
+
},
|
|
57
|
+
"tags": {
|
|
58
|
+
"type": "string",
|
|
59
|
+
"description": "Add tags to the application (used for linting).",
|
|
60
|
+
"alias": "t"
|
|
61
|
+
},
|
|
62
|
+
"js": {
|
|
63
|
+
"type": "boolean",
|
|
64
|
+
"description": "Generate JavaScript files rather than TypeScript files",
|
|
65
|
+
"default": false
|
|
66
|
+
},
|
|
67
|
+
"setParserOptionsProject": {
|
|
68
|
+
"type": "boolean",
|
|
69
|
+
"description": "Whether or not to configure the ESLint `parserOptions.project` option. We do not do this by default for lint performance reasons.",
|
|
70
|
+
"default": false
|
|
71
|
+
},
|
|
72
|
+
"e2eTestRunner": {
|
|
73
|
+
"description": "Adds the specified e2e test runner.",
|
|
74
|
+
"type": "string",
|
|
75
|
+
"enum": ["playwright", "cypress", "detox", "none"],
|
|
76
|
+
"default": "none",
|
|
77
|
+
"x-priority": "important"
|
|
78
|
+
},
|
|
79
|
+
"install": {
|
|
80
|
+
"type": "boolean",
|
|
81
|
+
"description": "Runs `pod install` for native modules before building iOS app.",
|
|
82
|
+
"x-prompt": "Run 'pod install' for native modules?",
|
|
83
|
+
"default": true
|
|
84
|
+
},
|
|
85
|
+
"skipPackageJson": {
|
|
86
|
+
"description": "Do not add dependencies to `package.json`.",
|
|
87
|
+
"type": "boolean",
|
|
88
|
+
"default": false,
|
|
89
|
+
"x-priority": "internal"
|
|
90
|
+
},
|
|
91
|
+
"bundler": {
|
|
92
|
+
"description": "The bundler to use.",
|
|
93
|
+
"type": "string",
|
|
94
|
+
"enum": ["vite", "webpack"],
|
|
95
|
+
"x-prompt": "Which bundler do you want to use to build the application?",
|
|
96
|
+
"default": "vite",
|
|
97
|
+
"x-priority": "important"
|
|
98
|
+
},
|
|
99
|
+
"useProjectJson": {
|
|
100
|
+
"type": "boolean",
|
|
101
|
+
"description": "Use a `project.json` configuration file instead of inlining the Nx configuration in the `package.json` file."
|
|
102
|
+
}
|
|
11
103
|
},
|
|
12
|
-
|
|
13
|
-
"command": "nx g @nx/react-native:app myapp --classComponent",
|
|
14
|
-
"description": "Use class components instead of functional components"
|
|
15
|
-
}
|
|
16
|
-
],
|
|
17
|
-
"type": "object",
|
|
18
|
-
"properties": {
|
|
19
|
-
"directory": {
|
|
20
|
-
"description": "The directory of the new application.",
|
|
21
|
-
"type": "string",
|
|
22
|
-
"$default": {
|
|
23
|
-
"$source": "argv",
|
|
24
|
-
"index": 0
|
|
25
|
-
},
|
|
26
|
-
"x-prompt": "Which directory do you want to create the application in?"
|
|
27
|
-
},
|
|
28
|
-
"name": {
|
|
29
|
-
"description": "The name of the application.",
|
|
30
|
-
"pattern": "(?:^@[a-zA-Z0-9-*~][a-zA-Z0-9-*._~]*\\/[a-zA-Z0-9-~][a-zA-Z0-9-._~]*|^[a-zA-Z][^:]*)$",
|
|
31
|
-
"type": "string"
|
|
32
|
-
},
|
|
33
|
-
"displayName": {
|
|
34
|
-
"description": "The display name to show in the application. Defaults to name.",
|
|
35
|
-
"type": "string"
|
|
36
|
-
},
|
|
37
|
-
"skipFormat": {
|
|
38
|
-
"description": "Skip formatting files",
|
|
39
|
-
"type": "boolean",
|
|
40
|
-
"default": false,
|
|
41
|
-
"x-priority": "internal"
|
|
42
|
-
},
|
|
43
|
-
"linter": {
|
|
44
|
-
"description": "The tool to use for running lint checks.",
|
|
45
|
-
"type": "string",
|
|
46
|
-
"enum": ["eslint", "none"],
|
|
47
|
-
"default": "none",
|
|
48
|
-
"x-priority": "important"
|
|
49
|
-
},
|
|
50
|
-
"unitTestRunner": {
|
|
51
|
-
"type": "string",
|
|
52
|
-
"enum": ["jest", "none"],
|
|
53
|
-
"description": "Test runner to use for unit tests",
|
|
54
|
-
"default": "none",
|
|
55
|
-
"x-priority": "important"
|
|
56
|
-
},
|
|
57
|
-
"tags": {
|
|
58
|
-
"type": "string",
|
|
59
|
-
"description": "Add tags to the application (used for linting).",
|
|
60
|
-
"alias": "t"
|
|
61
|
-
},
|
|
62
|
-
"js": {
|
|
63
|
-
"type": "boolean",
|
|
64
|
-
"description": "Generate JavaScript files rather than TypeScript files",
|
|
65
|
-
"default": false
|
|
66
|
-
},
|
|
67
|
-
"setParserOptionsProject": {
|
|
68
|
-
"type": "boolean",
|
|
69
|
-
"description": "Whether or not to configure the ESLint `parserOptions.project` option. We do not do this by default for lint performance reasons.",
|
|
70
|
-
"default": false
|
|
71
|
-
},
|
|
72
|
-
"e2eTestRunner": {
|
|
73
|
-
"description": "Adds the specified e2e test runner.",
|
|
74
|
-
"type": "string",
|
|
75
|
-
"enum": ["playwright", "cypress", "detox", "none"],
|
|
76
|
-
"default": "none",
|
|
77
|
-
"x-priority": "important"
|
|
78
|
-
},
|
|
79
|
-
"install": {
|
|
80
|
-
"type": "boolean",
|
|
81
|
-
"description": "Runs `pod install` for native modules before building iOS app.",
|
|
82
|
-
"x-prompt": "Run 'pod install' for native modules?",
|
|
83
|
-
"default": true
|
|
84
|
-
},
|
|
85
|
-
"skipPackageJson": {
|
|
86
|
-
"description": "Do not add dependencies to `package.json`.",
|
|
87
|
-
"type": "boolean",
|
|
88
|
-
"default": false,
|
|
89
|
-
"x-priority": "internal"
|
|
90
|
-
},
|
|
91
|
-
"bundler": {
|
|
92
|
-
"description": "The bundler to use.",
|
|
93
|
-
"type": "string",
|
|
94
|
-
"enum": ["vite", "webpack"],
|
|
95
|
-
"x-prompt": "Which bundler do you want to use to build the application?",
|
|
96
|
-
"default": "vite",
|
|
97
|
-
"x-priority": "important"
|
|
98
|
-
},
|
|
99
|
-
"useProjectJson": {
|
|
100
|
-
"type": "boolean",
|
|
101
|
-
"description": "Use a `project.json` configuration file instead of inlining the Nx configuration in the `package.json` file."
|
|
102
|
-
}
|
|
103
|
-
},
|
|
104
|
-
"required": ["directory"]
|
|
104
|
+
"required": ["directory"]
|
|
105
105
|
}
|
|
@@ -1,71 +1,71 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
2
|
+
"cli": "nx",
|
|
3
|
+
"$id": "NxReactNativeApplication",
|
|
4
|
+
"$schema": "https://json-schema.org/schema",
|
|
5
|
+
"title": "Create a React Native Component for Nx",
|
|
6
|
+
"description": "Create a React native Component for Nx.",
|
|
7
|
+
"type": "object",
|
|
8
|
+
"examples": [
|
|
9
|
+
{
|
|
10
|
+
"description": "Generate a component with the exported symbol matching the file name. It results in the component `Foo` at `mylib/src/lib/foo.tsx`",
|
|
11
|
+
"command": "nx g @nx/react-native:component mylib/src/lib/foo.tsx"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"description": "Generate a component with the exported symbol different from the file name. It results in the component `Custom` at `mylib/src/lib/foo.tsx`",
|
|
15
|
+
"command": "nx g @nx/react-native:component mylib/src/lib/foo.tsx --name=custom"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"description": "Generate a component without providing the file extension. It results in the component `Foo` at `mylib/src/lib/foo.tsx`",
|
|
19
|
+
"command": "nx g @nx/react-native:component mylib/src/lib/foo"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"description": "Generate a class component at `mylib/src/lib/foo.tsx`",
|
|
23
|
+
"command": "nx g @nx/react-native:component mylib/src/lib/foo --classComponent"
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"properties": {
|
|
27
|
+
"path": {
|
|
28
|
+
"type": "string",
|
|
29
|
+
"description": "The file path to the component. Relative to the current working directory.",
|
|
30
|
+
"$default": {
|
|
31
|
+
"$source": "argv",
|
|
32
|
+
"index": 0
|
|
33
|
+
},
|
|
34
|
+
"x-prompt": "What is the component file path?"
|
|
35
|
+
},
|
|
36
|
+
"name": {
|
|
37
|
+
"type": "string",
|
|
38
|
+
"description": "The component symbol name. Defaults to the last segment of the file path."
|
|
39
|
+
},
|
|
40
|
+
"js": {
|
|
41
|
+
"type": "boolean",
|
|
42
|
+
"description": "Generate JavaScript files rather than TypeScript files.",
|
|
43
|
+
"x-deprecated": "Provide the full file path including the file extension in the `path` option. This option will be removed in Nx v21."
|
|
44
|
+
},
|
|
45
|
+
"skipTests": {
|
|
46
|
+
"type": "boolean",
|
|
47
|
+
"description": "When true, does not create `spec.ts` test files for the new component.",
|
|
48
|
+
"default": false
|
|
49
|
+
},
|
|
50
|
+
"export": {
|
|
51
|
+
"type": "boolean",
|
|
52
|
+
"description": "When true, the component is exported from the project `index.ts` (if it exists).",
|
|
53
|
+
"alias": "e",
|
|
54
|
+
"default": false,
|
|
55
|
+
"x-prompt": "Should this component be exported in the project?"
|
|
56
|
+
},
|
|
57
|
+
"classComponent": {
|
|
58
|
+
"type": "boolean",
|
|
59
|
+
"alias": "C",
|
|
60
|
+
"description": "Use class components instead of functional component.",
|
|
61
|
+
"default": false
|
|
62
|
+
},
|
|
63
|
+
"skipFormat": {
|
|
64
|
+
"description": "Skip formatting files.",
|
|
65
|
+
"type": "boolean",
|
|
66
|
+
"default": false,
|
|
67
|
+
"x-priority": "internal"
|
|
68
|
+
}
|
|
12
69
|
},
|
|
13
|
-
|
|
14
|
-
"description": "Generate a component with the exported symbol different from the file name. It results in the component `Custom` at `mylib/src/lib/foo.tsx`",
|
|
15
|
-
"command": "nx g @nx/react-native:component mylib/src/lib/foo.tsx --name=custom"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"description": "Generate a component without providing the file extension. It results in the component `Foo` at `mylib/src/lib/foo.tsx`",
|
|
19
|
-
"command": "nx g @nx/react-native:component mylib/src/lib/foo"
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
"description": "Generate a class component at `mylib/src/lib/foo.tsx`",
|
|
23
|
-
"command": "nx g @nx/react-native:component mylib/src/lib/foo --classComponent"
|
|
24
|
-
}
|
|
25
|
-
],
|
|
26
|
-
"properties": {
|
|
27
|
-
"path": {
|
|
28
|
-
"type": "string",
|
|
29
|
-
"description": "The file path to the component. Relative to the current working directory.",
|
|
30
|
-
"$default": {
|
|
31
|
-
"$source": "argv",
|
|
32
|
-
"index": 0
|
|
33
|
-
},
|
|
34
|
-
"x-prompt": "What is the component file path?"
|
|
35
|
-
},
|
|
36
|
-
"name": {
|
|
37
|
-
"type": "string",
|
|
38
|
-
"description": "The component symbol name. Defaults to the last segment of the file path."
|
|
39
|
-
},
|
|
40
|
-
"js": {
|
|
41
|
-
"type": "boolean",
|
|
42
|
-
"description": "Generate JavaScript files rather than TypeScript files.",
|
|
43
|
-
"x-deprecated": "Provide the full file path including the file extension in the `path` option. This option will be removed in Nx v21."
|
|
44
|
-
},
|
|
45
|
-
"skipTests": {
|
|
46
|
-
"type": "boolean",
|
|
47
|
-
"description": "When true, does not create `spec.ts` test files for the new component.",
|
|
48
|
-
"default": false
|
|
49
|
-
},
|
|
50
|
-
"export": {
|
|
51
|
-
"type": "boolean",
|
|
52
|
-
"description": "When true, the component is exported from the project `index.ts` (if it exists).",
|
|
53
|
-
"alias": "e",
|
|
54
|
-
"default": false,
|
|
55
|
-
"x-prompt": "Should this component be exported in the project?"
|
|
56
|
-
},
|
|
57
|
-
"classComponent": {
|
|
58
|
-
"type": "boolean",
|
|
59
|
-
"alias": "C",
|
|
60
|
-
"description": "Use class components instead of functional component.",
|
|
61
|
-
"default": false
|
|
62
|
-
},
|
|
63
|
-
"skipFormat": {
|
|
64
|
-
"description": "Skip formatting files.",
|
|
65
|
-
"type": "boolean",
|
|
66
|
-
"default": false,
|
|
67
|
-
"x-priority": "internal"
|
|
68
|
-
}
|
|
69
|
-
},
|
|
70
|
-
"required": ["path"]
|
|
70
|
+
"required": ["path"]
|
|
71
71
|
}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
2
|
+
"$schema": "https://json-schema.org/schema",
|
|
3
|
+
"$id": "NxReactNativeConvertToInferred",
|
|
4
|
+
"description": "Convert existing React Native project(s) using `@nx/react-native:*` executors to use `@nx/react-native/plugin`. Defaults to migrating all projects. Pass '--project' to migrate only one target.",
|
|
5
|
+
"title": "Convert React Native project from executor to plugin",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"properties": {
|
|
8
|
+
"project": {
|
|
9
|
+
"type": "string",
|
|
10
|
+
"description": "The project to convert from using the `@nx/react-native:*` executors to use `@nx/react-native/plugin`.",
|
|
11
|
+
"x-priority": "important"
|
|
12
|
+
},
|
|
13
|
+
"skipFormat": {
|
|
14
|
+
"type": "boolean",
|
|
15
|
+
"description": "Whether to format files at the end of the migration.",
|
|
16
|
+
"default": false
|
|
17
|
+
}
|
|
17
18
|
}
|
|
18
|
-
}
|
|
19
19
|
}
|
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
2
|
+
"cli": "nx",
|
|
3
|
+
"$id": "NxReactNativeInit",
|
|
4
|
+
"$schema": "https://json-schema.org/schema",
|
|
5
|
+
"title": "Add Nx React Native Schematics",
|
|
6
|
+
"description": "Add Nx React native schematics.",
|
|
7
|
+
"type": "object",
|
|
8
|
+
"properties": {
|
|
9
|
+
"skipFormat": {
|
|
10
|
+
"description": "Skip formatting files.",
|
|
11
|
+
"type": "boolean",
|
|
12
|
+
"default": false,
|
|
13
|
+
"x-priority": "internal"
|
|
14
|
+
},
|
|
15
|
+
"skipPackageJson": {
|
|
16
|
+
"description": "Do not add dependencies to `package.json`.",
|
|
17
|
+
"type": "boolean",
|
|
18
|
+
"default": false,
|
|
19
|
+
"x-priority": "internal"
|
|
20
|
+
},
|
|
21
|
+
"keepExistingVersions": {
|
|
22
|
+
"type": "boolean",
|
|
23
|
+
"x-priority": "internal",
|
|
24
|
+
"description": "Keep existing dependencies versions",
|
|
25
|
+
"default": false
|
|
26
|
+
},
|
|
27
|
+
"updatePackageScripts": {
|
|
28
|
+
"type": "boolean",
|
|
29
|
+
"x-priority": "internal",
|
|
30
|
+
"description": "Update `package.json` scripts with inferred targets",
|
|
31
|
+
"default": false
|
|
32
|
+
}
|
|
14
33
|
},
|
|
15
|
-
"
|
|
16
|
-
"description": "Do not add dependencies to `package.json`.",
|
|
17
|
-
"type": "boolean",
|
|
18
|
-
"default": false,
|
|
19
|
-
"x-priority": "internal"
|
|
20
|
-
},
|
|
21
|
-
"keepExistingVersions": {
|
|
22
|
-
"type": "boolean",
|
|
23
|
-
"x-priority": "internal",
|
|
24
|
-
"description": "Keep existing dependencies versions",
|
|
25
|
-
"default": false
|
|
26
|
-
},
|
|
27
|
-
"updatePackageScripts": {
|
|
28
|
-
"type": "boolean",
|
|
29
|
-
"x-priority": "internal",
|
|
30
|
-
"description": "Update `package.json` scripts with inferred targets",
|
|
31
|
-
"default": false
|
|
32
|
-
}
|
|
33
|
-
},
|
|
34
|
-
"required": []
|
|
34
|
+
"required": []
|
|
35
35
|
}
|